summaryrefslogtreecommitdiff
path: root/reflog-walk.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unnecessary cache.h includesElijah Newren2023-02-231-2/+0
* revisions API: release "reflog_info" in release revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason2022-02-161-0/+1
* *.[ch]: manually align parameter listsDenton Liu2019-05-051-6/+6
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-8/+8
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+1
* reflog-walk: apply --since/--until to reflog datesjk/reflog-walkJeff 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 typeda/stylesDavid 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 identityjk/pretty-reglog-entJeff 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