revision.c: leave a note for "a lone :" enhancement
commit93e7d672fcac8bdc16ae7276bc5942889aa3f179
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 May 2011 22:23:25 +0000 (11 15:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 May 2011 22:23:25 +0000 (11 15:23 -0700)
treebffe1f95d473085fcc28b368ac01e70b75a5ac64
parent25197ebe7f813407b028a2c304ff8ee58da40a16
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>
revision.c