summaryrefslogtreecommitdiff
path: root/reflog-walk.c
AgeCommit message (Expand)Author
2010-12-13Merge branch 'jk/maint-reflog-bottom'Junio C Hamano
2010-11-24reflogs: clear flags properly in corner caseJeff King
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2009-10-20Introduce new pretty formats %g[sdD] for reflog informationThomas Rast
2009-10-20reflog-walk: refactor the branch@{num} formattingThomas Rast
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-03-20make oneline reflog dates more consistent with multiline formatJeff King
2008-07-22Rename path_list to string_listJohannes Schindelin
2007-07-25git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin
2007-02-09log --reflog: use dwim_logJohannes Schindelin
2007-02-09log --reflog: honour --relative-dateJohannes Schindelin
2007-02-02Teach the '@{...}' notation to git-log -gJohannes Schindelin
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre
2007-01-21--walk-reflogs: actually find the right commit by date.Johannes Schindelin
2007-01-21Fix --walk-reflog with --pretty=onelineJunio C Hamano
2007-01-21reflog-walk: build fixesJunio C Hamano
2007-01-21--walk-reflogs: disallow uninteresting commitsJohannes Schindelin
2007-01-21Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin