| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-06 | refs: pass refname when invoking reflog entry callback | Patrick Steinhardt | 1 | -3/+4 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-05-17 | refs: remove `dwim_log()` | Patrick Steinhardt | 1 | -2/+2 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -8/+19 |
| 2024-04-05 | date: make DATE_MODE thread-safe | René Scharfe | 1 | -2/+2 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-21 | diff.h: remove unnecessary include of oidset.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -1/+2 |
| 2022-10-17 | string-list: mark unused callback parameters | Jeff King | 1 | -1/+1 |
| 2022-04-13 | revisions API: release "reflog_info" in release revisions() | Ævar Arnfjörð Bjarmason | 1 | -1/+23 |
| 2021-08-25 | refs: make repo_dwim_log() accept a NULL oid | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
| 2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -2/+2 |
| 2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -1/+2 |
| 2017-10-16 | refs: convert dwim_log to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-10-01 | refs: pass NULL to resolve_refdup() if hash is not needed | René Scharfe | 1 | -4/+2 |
| 2017-07-09 | reflog-walk: apply --since/--until to reflog dates | Jeff King | 1 | -0/+12 |
| 2017-07-09 | reflog-walk: stop using fake parents | Jeff King | 1 | -86/+51 |
| 2017-07-09 | rev-list: check reflog_info before showing usage | Jeff King | 1 | -0/+5 |
| 2017-07-07 | Merge branch 'jk/reflog-walk-maint' into jk/reflog-walk | Junio C Hamano | 1 | -12/+21 |
| 2017-07-07 | reflog-walk: include all fields when freeing complete_reflogs | Jeff King | 1 | -8/+18 |
| 2017-07-07 | reflog-walk: don't free reflogs added to cache | Jeff King | 1 | -4/+0 |
| 2017-07-07 | reflog-walk: duplicate strings in complete_reflogs list | Jeff King | 1 | -0/+1 |
| 2017-07-05 | reflog-walk: skip over double-null oid due to HEAD rename | Jeff King | 1 | -0/+2 |
| 2017-05-29 | Merge branch 'js/plug-leaks' | Junio C Hamano | 1 | -3/+17 |
| 2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
| 2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-05-08 | add_reflog_for_walk: avoid memory leak | Johannes Schindelin | 1 | -3/+17 |
| 2017-05-02 | Clean up outstanding object_id transforms. | brian m. carlson | 1 | -1/+1 |
| 2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -4/+4 |
| 2017-02-22 | refs: convert each_reflog_ent_fn to struct object_id | brian m. carlson | 1 | -3/+3 |
| 2017-02-22 | reflog-walk: convert struct reflog_info to struct object_id | brian m. carlson | 1 | -6/+6 |
| 2017-02-22 | Convert remaining callers of resolve_refdup to object_id | brian m. carlson | 1 | -6/+6 |
| 2016-06-06 | reflog: continue walking the reflog past root commits | SZEDER Gábor | 1 | -0/+6 |
| 2016-01-20 | Merge branch 'dk/reflog-walk-with-non-commit' | Junio C Hamano | 1 | -5/+11 |
| 2016-01-05 | reflog-walk: don't segfault on non-commit sha1's in the reflog | Dennis Kaarsemaker | 1 | -5/+11 |
| 2015-09-25 | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 1 | -4/+3 |
| 2015-06-29 | convert "enum date_mode" into a struct | Jeff King | 1 | -2/+2 |
| 2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -2/+3 |
| 2014-09-02 | stylefix: asterisks stick to the variable, not the type | David Aguilar | 1 | -1/+1 |
| 2014-05-27 | reflog-walk.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -4/+4 |
| 2014-03-18 | Merge branch 'sh/use-hashcpy' | Junio C Hamano | 1 | -2/+2 |
| 2014-03-06 | Use hashcpy() when copying object names | Sun He | 1 | -2/+2 |
| 2014-03-03 | reflog-walk.c: use ALLOC_GROW() | Dmitry S. Dolzhenko | 1 | -10/+2 |
| 2012-05-11 | Merge branch 'jk/maint-reflog-walk-count-vs-time' | Junio C Hamano | 1 | -6/+16 |
| 2012-05-07 | reflog-walk: tell explicit --date=default from not having --date at all | Junio C Hamano | 1 | -4/+4 |
| 2012-05-04 | reflog-walk: always make HEAD@{0} show indexed selectors | Jeff King | 1 | -1/+2 |
| 2012-05-04 | reflog-walk: clean up "flag" field of commit_reflog struct | Jeff King | 1 | -3/+12 |
| 2011-12-22 | Merge branch 'jk/pretty-reglog-ent' | Junio C Hamano | 1 | -0/+12 |
| 2011-12-16 | pretty: give placeholders to reflog identity | Jeff King | 1 | -0/+12 |
| 2011-12-13 | Convert resolve_ref+xstrdup to new resolve_refdup function | Nguyễn Thái Ngọc Duy | 1 | -7/+8 |
| 2011-12-05 | Copy resolve_ref() return value for longer use | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
| 2010-12-12 | Merge branch 'jk/maint-reflog-bottom' | Junio C Hamano | 1 | -1/+0 |
| 2010-11-23 | reflogs: clear flags properly in corner case | Jeff King | 1 | -1/+0 |
| 2010-06-27 | string_list: Fix argument order for string_list_lookup | Julian Phillips | 1 | -1/+1 |
| 2010-06-27 | string_list: Fix argument order for string_list_insert | Julian Phillips | 1 | -1/+1 |
| 2009-10-19 | Introduce new pretty formats %g[sdD] for reflog information | Thomas Rast | 1 | -3/+32 |
| 2009-10-19 | reflog-walk: refactor the branch@{num} formatting | Thomas Rast | 1 | -22/+32 |
| 2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -1/+1 |
| 2009-03-20 | make oneline reflog dates more consistent with multiline format | Jeff King | 1 | -5/+7 |
| 2008-07-21 | Rename path_list to string_list | Johannes Schindelin | 1 | -5/+5 |
| 2007-07-24 | git log -g: Complain, but do not fail, when no reflogs are there | Johannes Schindelin | 1 | -3/+4 |
| 2007-02-08 | log --reflog: use dwim_log | Johannes Schindelin | 1 | -0/+13 |
| 2007-02-08 | log --reflog: honour --relative-date | Johannes Schindelin | 1 | -5/+7 |
| 2007-02-01 | Teach the '@{...}' notation to git-log -g | Johannes Schindelin | 1 | -0/+8 |
| 2007-01-28 | git-log -g --pretty=oneline should display the reflog message | Nicolas Pitre | 1 | -1/+1 |
| 2007-01-20 | --walk-reflogs: actually find the right commit by date. | Johannes Schindelin | 1 | -1/+1 |
| 2007-01-20 | Fix --walk-reflog with --pretty=oneline | Junio C Hamano | 1 | -11/+22 |
| 2007-01-20 | reflog-walk: build fixes | Junio C Hamano | 1 | -0/+1 |
| 2007-01-20 | --walk-reflogs: disallow uninteresting commits | Johannes Schindelin | 1 | -0/+3 |
| 2007-01-20 | Teach the revision walker to walk by reflogs with --walk-reflogs | Johannes Schindelin | 1 | -0/+235 |