Thread (49 messages) flat view 49 messages, 7 authors, 2016-06-15

Re: [PATCH] cvsimport-in-Perl: Limit the number of arguments to git-update-cache

From: Nicolas Pitre <hidden>
Date: 2016-06-15 22:42:01

On Thu, 30 Jun 2005, Nicolas Pitre wrote:
On Thu, 30 Jun 2005, Matthias Urlichs wrote:
quoted
A small fix to git-cvsimport-script:

Limit the number of arguments to git-update-cache.
(Limiting their length may make a bit more sense, but I'm lazy.)
Why not using:

	write( "| xargs | git-update-cache --add --", @new)
That example should be:

	write( "| xargs git-update-cache --add --", @new)

of course.


Nicolas
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help