login
Header Space

 
 

Mailing list archives

Search results

Found 475 matching messages (0.026 seconds). Page 1 of 24.

Re: MinGW port usable

... Peter Anvin wrote: > H. Peter Anvin wrote: >> >> Except they are (for NT-based Windows), so ... 0 instead of socket(). I feel dirty now... #include h> #include h> #include h> #define socket(a,b,c) sane_socket(a,b,c) int ...

git - H. Peter Anvin - Feb 2 2007 - 04:55

Re: [PATCH] git-cvsimport-script: handling of tags

H. Peter Anvin wrote: > H. Peter Anvin wrote: > >> This patch changes git-cvsimport-script so that it creates tag objects >> instead of refs to commits, and adds an option, -u, to convert >> underscores in branch and tag ...

git - H. Peter Anvin - Sep 6 2005 - 16:24

Re: How to make Cogito use git-fetch-pack?

H. Peter Anvin wrote: > Petr Baudis wrote: > >> Dear diary, on Sat, Sep 24, 2005 at 12:20:08AM CEST, I got a letter >> where "H. Peter Anvin" told me that... >> >>> Is there any way to make Cogito use git-fetch-pack instead of ...

git - H. Peter Anvin - Sep 26 2005 - 14:10

Re: kernel.org mirroring (Re: [GIT PULL] MMC update)

... Thu, Dec 07, 2006 at 11:57:34AM -0800, H. Peter Anvin wrote: >> Olivier Galibert wrote: >>> On Thu, Dec 07, 2006 at 11:16:58AM -0800, H. Peter Anvin wrote: >>>> Unfortunately, the most common queries are also extremely expensive. >>> Do you have a ...

git - H. Peter Anvin - Dec 7 2006 - 19:56

Re: [ANNOUNCE] GIT 1.5.3

Junio C Hamano wrote: > "H. Peter Anvin" writes: > >> Junio C Hamano wrote: >>> "H. Peter Anvin" writes: >>> >>>>> Ok, should I then do that single change, cut 1.5.3.1 with it ...

git - H. Peter Anvin - Sep 3 2007 - 05:13

[PATCH] git-upload-pack: make sure we close unused pipe ends

... for several weeks and appear to resolve the problem of git-upload-pack processes hanging around forever. Signed-off-by: H. Peter Anvin --- upload-pack.c | 1 + 1 files changed, 1 ...

git - H. Peter Anvin - Mar 27 2007 - 19:45

Re: /bin/sh portability question

Joel Becker wrote: > On Fri, Sep 23, 2005 at 12:48:39PM -0700, H. Peter Anvin wrote: > >>Peter Eriksen wrote: >> >>> path=$(dirname $0) >>>... >>> ./git.sh: syntax error at line 4: `path=$' unexpected >> >>I ...

git - H. Peter Anvin - Sep 23 2005 - 16:00

Re: Local clone/fetch with cogito is glacial

Sean wrote: > On Sun, 21 May 2006 16:47:45 -0700 > "H. Peter Anvin" wrote: > >> It appears that doing a *local* -- meaning ... That's a really serious problem for me. >> > > Peter, does git clone work acceptably for you? > ...

git - H. Peter Anvin - May 22 2006 - 17:18

Re: [ANNOUNCE] GIT 1.5.3

Sean wrote: > On Sun, 02 Sep 2007 10:57:03 +0100 > "H. Peter Anvin" wrote: > >> From the looks of it, there is still ... probably broken in >> the first place. > > Hi Peter, > > Items in contrib aren't officially supported ...

git - H. Peter Anvin - Sep 3 2007 - 03:46

Re: [ANNOUNCE] GIT 1.5.3

Junio C Hamano wrote: > "H. Peter Anvin" writes: > >> Sean wrote: >>> Given the comment from David, I suspect your patch is all >>> that's needed; hopefully Peter can give it a quick test. >> It sounds like it; ...

git - H. Peter Anvin - Sep 3 2007 - 04:12

Re: Does git belong in root's $PATH?

walt wrote: > H. Peter Anvin wrote: > >>/usr used to be what is now called /home. What you're describing above >> ... were rare), and so you'd frequently see paths like /u2/h/hpa for example (my actual home directory location on our ...

git - H. Peter Anvin - Jan 7 2006 - 23:00

Re: [PATCH] git-cvsimport-script: handling of tags

H. Peter Anvin wrote: > This patch changes git-cvsimport-script so that it creates tag objects > instead of refs to commits, and adds an option, -u, to convert > underscores in branch and tag names to dots (since CVS doesn't allow > dots in ...

git - H. Peter Anvin - Sep 6 2005 - 14:56

Re: cg-update (cogito-0.13) bug: changed heads

... Baudis wrote: > Dear diary, on Tue, Sep 06, 2005 at 11:01:25PM CEST, I got a letter > where "H. Peter Anvin" told me that... > >>I just found a bug in cogito-0.13, at least to the best of my ...

git - H. Peter Anvin - Sep 6 2005 - 19:23

Re: cg-update (cogito-0.13) bug: changed heads

H. Peter Anvin wrote: >> >> So, C surely has its head updated? Does cg-update "fail" silently, or >> does it utter anything? > > C has its head updated, yes. cg-update says "Branches already fully > merged." > OK, now later in the day I ...

git - H. Peter Anvin - Sep 6 2005 - 21:36

Re: [PATCH] git-cvsimport-script: handling of tags

Martin Langhoff wrote: > On 9/7/05, H. Peter Anvin wrote: > >>This patch changes git-cvsimport-script so that it creates tag objects >>instead of refs to commits, and adds an option, -u, to ...

git - H. Peter Anvin - Sep 6 2005 - 22:48

[PATCH] Remove shell dependency in env.c

This patch adds an invocation of "env", so rsh.c works for C-shell users as well as Bourne shell users. Signed-off-by: H. Peter Anvin

git - H. Peter Anvin - Sep 15 2005 - 01:50

Re: [PATCH] Remove shell dependency in env.c

Junio C Hamano wrote: > "H. Peter Anvin" writes: > > >>This patch adds an invocation of "env", so rsh.c works for C-shell users >>as well as Bourne shell users. > > > Hmph. I think the original ...

git - H. Peter Anvin - Sep 15 2005 - 12:30

Re: git-daemon --inetd

Linus Torvalds wrote: > > On Thu, 15 Sep 2005, H. Peter Anvin wrote: > >>Wrapping it in chroot() would mean having enough things in the chroot >>environment to support starting up programs, which is ...

git - H. Peter Anvin - Sep 15 2005 - 15:19

[PATCH] rsh.c env and quoting cleanup, take 2

This patch does proper quoting, and uses "env" to be compatible with tcsh. As a side benefit, I believe the code is a lot cleaner to read. Signed-off-by: H. Peter Anvin

git - H. Peter Anvin - Sep 15 2005 - 15:33

Re: Shell quoting

Junio C Hamano wrote: > "H. Peter Anvin" writes: > > >>Linus Torvalds wrote: >> >>>Does anybody really still use tcsh? It's a broken mess. >>> >> >>Yes. > > Yes to "still use", or yes to "broken ...

git - H. Peter Anvin - Sep 15 2005 - 16:18

speck-geostationary