summaryrefslogtreecommitdiffstats
path: root/reflog-walk.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* reflog-walk: apply --since/--until to reflog datesJeff King2017-07-091-0/+1
* reflog-walk: stop using fake parentsJeff King2017-07-091-2/+2
* rev-list: check reflog_info before showing usageJeff King2017-07-091-0/+2
* convert "enum date_mode" into a structJeff King2015-06-291-2/+2
* stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-021-1/+1
* Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-111-2/+2
|\
| * reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano2012-05-071-2/+2
* | pretty: give placeholders to reflog identityJeff King2011-12-161-0/+1
|/
* Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-191-0/+8
* make oneline reflog dates more consistent with multiline formatJeff King2009-03-201-1/+4
* git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin2007-07-241-1/+1
* log --reflog: honour --relative-dateJohannes Schindelin2007-02-081-1/+1
* Fix --walk-reflog with --pretty=onelineJunio C Hamano2007-01-201-1/+1
* Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin2007-01-201-0/+11