commit | 93e7d672fcac8bdc16ae7276bc5942889aa3f179 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed May 11 15:23:25 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed May 11 15:23:25 2011 -0700 |
tree | bffe1f95d473085fcc28b368ac01e70b75a5ac64 | |
parent | 25197ebe7f813407b028a2c304ff8ee58da40a16 [diff] |
revision.c: leave a note for "a lone :" enhancement If we later add a command in the log family that by default limit its operation to the current subdirectory, we would need to resurrect the "a lone ':' on the command line means no pathspec whatsoever". Now the codepath was cleaned up, we can do so in one place. Leave a note to mark where it is for later generations. Signed-off-by: Junio C Hamano <gitster@pobox.com>