On Thu, 30 Jun 2005, Nicolas Pitre wrote: > On Thu, 30 Jun 2005, Matthias Urlichs wrote: > > > 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Jul 01 03:17:07 2005
This archive was generated by hypermail 2.1.8 : 2005-07-01 03:17:11 EST