On 7/30/07, David Kastrup <dak@xxxxxxx> wrote: > commands like git-archive take a file list on the command line. If > the number of files does no longer fit the argv limitations, this > causes a problem. > > So it might be nice to be able to treat some "filenames" in a file > list special: > > -@=filename (read LF-lines with filenames from filename) > -@=- (read lines with filenames from stdin) > -@z=filename (read NUL-terminated list with filenames from filename) > -@z=- (same from stdin) git-update-index and the like use --stdin and -z. What do you need the one with filename for? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html