Re: Gmail Message rejection

2015-02-10 Thread Constantine A. Murenin
On 10 February 2015 at 09:35, Matthieu Moy wrote: > Stefan Beller 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 > doesn't have this option (or didn't last

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

2013-12-10 Thread Constantine A. Murenin
On 10 December 2013 00:35, Dominik Vogt 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 operation either. You

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

2013-06-07 Thread Constantine A. Murenin
On 7 June 2013 13:13, Charles McGarvey wrote: > On 06/07/2013 01:02 PM, Constantine A. Murenin wrote: >>> That's a one-time penalty. Why would that be a problem? And why is wget >>> even mentioned? Did we misunderstood eachother? >> >> `wget` or `curl --head

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 wrote: > On Fri, Jun 07, 2013 at 10:05:37AM -0700, Constantine A. Murenin wrote: >> On 6 June 2013 23:33, Fredrik Gustafsson wrote: >> > On Thu, Jun 06, 2013 at 06:35:43PM -0700, Constantine A. Murenin wrote: >> >> I

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 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, >> mu

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# tim

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 wrote: > "Constantine A. Murenin" 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` e

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

2013-04-07 Thread Constantine A. Murenin
d failures and running `git am --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 wrote: > Hi, > > I'm trying to convert/rebase about 40 local patches from an old > mercurial fork o

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 reposito

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 wrote: > "Constantine A. Murenin" 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 sen