]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
log --reflog: use dwim_log
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 9 Feb 2007 00:28:23 +0000 (01:28 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Feb 2007 01:48:22 +0000 (17:48 -0800)
commiteb3a48221fd4a0b38c31976028dbab7df51be6d4
tree054ee03e6d638c4fdd9f2d5ac9ed5f29bbcf2e54
parente00de24b102da647485aeeeff278c21ab31420a2
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>
cache.h
reflog-walk.c
sha1_name.c