Re: [PATCH] read_revisions_from_stdin: make copies for handle_revision_arg

2013-04-16 Thread Junio C Hamano
Thomas Rast writes: > read_revisions_from_stdin() has passed pointers to its read buffer > down to handle_revision_arg() since its inception way back in 42cabc3 > (Teach rev-list an option to read revs from the standard input., > 2006-09-05). Even back then, this was a bug: through > add_pending

[PATCH] read_revisions_from_stdin: make copies for handle_revision_arg

2013-04-16 Thread Thomas Rast
read_revisions_from_stdin() has passed pointers to its read buffer down to handle_revision_arg() since its inception way back in 42cabc3 (Teach rev-list an option to read revs from the standard input., 2006-09-05). Even back then, this was a bug: through add_pending_object, the argument was record