summaryrefslogtreecommitdiff
path: root/reflog-walk.h
AgeCommit message (Expand)Author
2018-08-15Add missing includes and forward declarationsElijah Newren
2017-07-09reflog-walk: apply --since/--until to reflog datesJeff King
2017-07-09reflog-walk: stop using fake parentsJeff King
2017-07-09rev-list: check reflog_info before showing usageJeff King
2015-06-29convert "enum date_mode" into a structJeff King
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano
2012-05-07reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano
2011-12-16pretty: give placeholders to reflog identityJeff King
2009-10-20Introduce new pretty formats %g[sdD] for reflog informationThomas Rast
2009-03-20make oneline reflog dates more consistent with multiline formatJeff King
2007-07-25git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin
2007-02-09log --reflog: honour --relative-dateJohannes Schindelin
2007-01-21Fix --walk-reflog with --pretty=onelineJunio C Hamano
2007-01-21Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin