Re: Gmail Message rejection

2015-02-10 Thread Constantine A. Murenin
On 10 February 2015 at 09:35, Matthieu Moy matthieu@grenoble-inp.fr wrote: Stefan Beller stefanbel...@gmail.com writes: If you want email to send via gmail, you can do so by enabling text only mode for sending mails. Unfortunately, it is also a known bug that the Android Gmail client

Re: Setting file timestamps to commit time (git-checkout)

2013-12-10 Thread Constantine A. Murenin
On 10 December 2013 00:35, Dominik Vogt v...@linux.vnet.ibm.com wrote: that sounds awfully expensive, and really out of the scope of an RCS. The second best approach I could think of is to stamp files with the timestamp of the last commit that touched that, but I guess that is not a cheap

Re: is there a fast web-interface to git for huge repos?

2013-06-07 Thread Constantine A. Murenin
On 6 June 2013 23:33, Fredrik Gustafsson iv...@iveqy.com wrote: On Thu, Jun 06, 2013 at 06:35:43PM -0700, Constantine A. Murenin wrote: I'm interested in running a web interface to this and other similar git repositories (FreeBSD and NetBSD git repositories are even much, much bigger

Re: is there a fast web-interface to git for huge repos?

2013-06-07 Thread Constantine A. Murenin
On 7 June 2013 10:57, Fredrik Gustafsson iv...@iveqy.com wrote: On Fri, Jun 07, 2013 at 10:05:37AM -0700, Constantine A. Murenin wrote: On 6 June 2013 23:33, Fredrik Gustafsson iv...@iveqy.com wrote: On Thu, Jun 06, 2013 at 06:35:43PM -0700, Constantine A. Murenin wrote: I'm interested

is there a fast web-interface to git for huge repos?

2013-06-06 Thread Constantine A. Murenin
Hi, On a relatively-empty Intel Core i7 975 @ 3.33GHz (quad-core): Cns# cd DragonFly/ Cns# time git log sys/sys/sockbuf.h /dev/null 0.540u 0.140s 0:04.30 15.8% 0+0k 2754+55io 6484pf+0w Cns# time git log sys/sys/sockbuf.h /dev/null 0.000u 0.030s 0:00.52 5.7% 0+0k 0+0io 0pf+0w Cns# time

Re: git-am doesn't apply the rest of the email after a partial patch fail?

2013-04-09 Thread Constantine A. Murenin
On 8 April 2013 10:49, Junio C Hamano gits...@pobox.com wrote: Constantine A. Murenin muren...@gmail.com writes: However, what I've faced with, is that when a conflict happens, and I resolve, and do `git add`, and `git am --resolved`, then the rest of the `format-patch` email where

git-am doesn't apply the rest of the email after a partial patch fail?

2013-04-07 Thread Constantine A. Murenin
Hi, I'm trying to convert/rebase about 40 local patches from an old mercurial fork of OpenGrok (upstream used to use hg), to the new git repository (upstream has recently switched to github). What I decided to do is convert my old mercurial repo to git (by pushing with py-hg-git to a git

Re: git-am doesn't apply the rest of the email after a partial patch fail?

2013-04-07 Thread Constantine A. Murenin
--resolved` won't get you anywhere. Have to abort, and run `git am --reject` to get anywhere. C. On 7 April 2013 11:00, Constantine A. Murenin muren...@gmail.com wrote: Hi, I'm trying to convert/rebase about 40 local patches from an old mercurial fork of OpenGrok (upstream used to use hg

Re: importing two different trees into a fresh git repo

2013-02-05 Thread Constantine A. Murenin
On 5 February 2013 14:29, Junio C Hamano gits...@pobox.com wrote: Constantine A. Murenin muren...@gmail.com writes: I have two distinct trees that were not managed by any RCS, and I'd like to import them into a single repository into two separate orphan branches, then make sense of what's