From: "Shawn O. Pearce" <spearce@spearce.org>
To: Alex Riesen <raa.lkml@gmail.com>
Cc: Junio C Hamano <junkio@cox.net>,
Andy Parkins <andyparkins@gmail.com>, Bill Lear <rael@zopyra.com>,
git@vger.kernel.org
Subject: Re: [PATCH] Split sample update hook into post-receive hook
Date: Thu, 8 Mar 2007 05:02:37 -0500 [thread overview]
Message-ID: <20070308100237.GF30289@spearce.org> (raw)
In-Reply-To: <81b0412b0703080157n413de6f6q35ae24e2620df91d@mail.gmail.com>
Alex Riesen <raa.lkml@gmail.com> wrote:
> The proprietary OS' will have the problem, though. And far sooner
> than 1300 refs (w2k has only 32767 bytes for command line).
> Besides, don't overestimate peoples readiness to be careful
> about reference names. I would expect reference names over
> 100 bytes in length to happen regularly (generated from file names
> appended with a timestamp, for example).
Cygwin's lifted that argument handling to be unlimited. But yes,
the point holds, not all OSen will do well with long ref names
and a lot of refs (such as in an initial push of a very verbosely
named project).
> Maybe provide this hooks with simply formatted list on stdin? I.e.
>
> <old-ref> <new-ref> <ref-name> LF
Yea, exactly what I was thinking. Easily read on stdin using 'read'
in shell, or in Perl, or, in C, or in ... ;-)
--
Shawn.
next prev parent reply other threads:[~2007-03-08 10:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-08 4:16 [PATCH] Split sample update hook into post-receive hook Shawn O. Pearce
2007-03-08 8:26 ` Alex Riesen
2007-03-08 8:33 ` Shawn O. Pearce
2007-03-08 9:06 ` Junio C Hamano
2007-03-08 9:13 ` Shawn O. Pearce
2007-03-08 9:40 ` Sergey Vlasov
2007-03-10 8:29 ` Shawn O. Pearce
2007-03-08 9:57 ` Alex Riesen
2007-03-08 10:02 ` Shawn O. Pearce [this message]
2007-03-08 12:09 ` Alex Riesen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070308100237.GF30289@spearce.org \
--to=spearce@spearce.org \
--cc=andyparkins@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=raa.lkml@gmail.com \
--cc=rael@zopyra.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.