From: Junio C Hamano Date: Fri, 31 Aug 2007 05:58:26 +0000 (-0700) Subject: Make "git-log --" without paths behave the same as "git-log" without -- X-Git-Tag: v1.5.3~18 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a65f2005a6819d154172b01842eb39bd306a22cd?ds=inline;hp=a65f2005a6819d154172b01842eb39bd306a22cd Make "git-log --" without paths behave the same as "git-log" without -- "git log" family of commands, even when run from a subdirectory, do not limit the revision range with the current directory as the path limiter, but with double-dash without any paths after it, i.e. "git log --" do so. It was a mistake to have a difference between "git log --" and "git log" introduced in commit ae563542bf10fa8c33abd2a354e4b28aca4264d7 (First cut at libifying revlist generation). Signed-off-by: Junio C Hamano ---