author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Fri, 9 Feb 2007 00:28:23 +0000 (01:28 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Feb 2007 01:48:22 +0000 (17:48 -0800) | ||
commit | eb3a48221fd4a0b38c31976028dbab7df51be6d4 | |
tree | 054ee03e6d638c4fdd9f2d5ac9ed5f29bbcf2e54 | tree | snapshot |
parent | e00de24b102da647485aeeeff278c21ab31420a2 | commit | diff |
log --reflog: use dwim_log
Since "git log origin/master" uses dwim_log() to match
"refs/remotes/origin/master", it makes sense to do that for
"git log --reflog", too.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Since "git log origin/master" uses dwim_log() to match
"refs/remotes/origin/master", it makes sense to do that for
"git log --reflog", too.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h | diff | blob | history | |
reflog-walk.c | diff | blob | history | |
sha1_name.c | diff | blob | history |