summaryrefslogtreecommitdiff
path: root/reflog-walk.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationLibravatar Thomas Rast1-3/+32
2009-10-19reflog-walk: refactor the branch@{num} formattingLibravatar Thomas Rast1-22/+32
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-1/+1
2009-03-20make oneline reflog dates more consistent with multiline formatLibravatar Jeff King1-5/+7
2008-07-21Rename path_list to string_listLibravatar Johannes Schindelin1-5/+5
2007-07-24git log -g: Complain, but do not fail, when no reflogs are thereLibravatar Johannes Schindelin1-3/+4
2007-02-08log --reflog: use dwim_logLibravatar Johannes Schindelin1-0/+13
2007-02-08log --reflog: honour --relative-dateLibravatar Johannes Schindelin1-5/+7
2007-02-01Teach the '@{...}' notation to git-log -gLibravatar Johannes Schindelin1-0/+8
2007-01-28git-log -g --pretty=oneline should display the reflog messageLibravatar Nicolas Pitre1-1/+1
2007-01-20--walk-reflogs: actually find the right commit by date.Libravatar Johannes Schindelin1-1/+1
2007-01-20Fix --walk-reflog with --pretty=onelineLibravatar Junio C Hamano1-11/+22
2007-01-20reflog-walk: build fixesLibravatar Junio C Hamano1-0/+1
2007-01-20--walk-reflogs: disallow uninteresting commitsLibravatar Johannes Schindelin1-0/+3
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsLibravatar Johannes Schindelin1-0/+235