summary refs log tree commit diff
path: root/reflog-walk.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-20make oneline reflog dates more consistent with multiline formatJeff King1-5/+7
2008-07-21Rename path_list to string_listJohannes Schindelin1-5/+5
2007-07-24git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin1-3/+4
2007-02-08log --reflog: use dwim_logJohannes Schindelin1-0/+13
2007-02-08log --reflog: honour --relative-dateJohannes Schindelin1-5/+7
2007-02-01Teach the '@{...}' notation to git-log -gJohannes Schindelin1-0/+8
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre1-1/+1
2007-01-20--walk-reflogs: actually find the right commit by date.Johannes Schindelin1-1/+1
2007-01-20Fix --walk-reflog with --pretty=onelineJunio C Hamano1-11/+22
2007-01-20reflog-walk: build fixesJunio C Hamano1-0/+1
2007-01-20--walk-reflogs: disallow uninteresting commitsJohannes Schindelin1-0/+3
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin1-0/+235