Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ae56354 (First cut at libifying revlist generation). Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information