aboutsummaryrefslogtreecommitdiff
path: root/reflog-walk.c
Commit message (Expand)AuthorAge
* refs: convert dwim_log to struct object_idbrian m. carlson2017-10-16
* refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe2017-10-01
* reflog-walk: apply --since/--until to reflog datesJeff King2017-07-09
* reflog-walk: stop using fake parentsJeff King2017-07-09
* rev-list: check reflog_info before showing usageJeff King2017-07-09
* Merge branch 'jk/reflog-walk-maint' into jk/reflog-walkJunio C Hamano2017-07-07
|\
| * reflog-walk: include all fields when freeing complete_reflogsJeff King2017-07-07
| * reflog-walk: don't free reflogs added to cacheJeff King2017-07-07
| * reflog-walk: duplicate strings in complete_reflogs listJeff King2017-07-07
| * reflog-walk: skip over double-null oid due to HEAD renameJeff King2017-07-05
* | Merge branch 'js/plug-leaks'Junio C Hamano2017-05-29
|\ \ | |/
| * add_reflog_for_walk: avoid memory leakJohannes Schindelin2017-05-08
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | Clean up outstanding object_id transforms.brian m. carlson2017-05-02
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
|/
* refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-22
* reflog-walk: convert struct reflog_info to struct object_idbrian m. carlson2017-02-22
* Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-22
* reflog: continue walking the reflog past root commitsSZEDER Gábor2016-06-06
* Merge branch 'dk/reflog-walk-with-non-commit'Junio C Hamano2016-01-20
|\
| * reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker2016-01-05
* | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-25
|/
* convert "enum date_mode" into a structJeff King2015-06-29
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-02
* reflog-walk.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
* Merge branch 'sh/use-hashcpy'Junio C Hamano2014-03-18
|\
| * Use hashcpy() when copying object namesSun He2014-03-06
* | reflog-walk.c: use ALLOC_GROW()Dmitry S. Dolzhenko2014-03-03
|/
* Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-11
|\
| * reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano2012-05-07
| * reflog-walk: always make HEAD@{0} show indexed selectorsJeff King2012-05-04
| * reflog-walk: clean up "flag" field of commit_reflog structJeff King2012-05-04
* | Merge branch 'jk/pretty-reglog-ent'Junio C Hamano2011-12-22
|\ \
| * | pretty: give placeholders to reflog identityJeff King2011-12-16
| |/
* | Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-13
* | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-05
|/
* Merge branch 'jk/maint-reflog-bottom'Junio C Hamano2010-12-12
|\
| * reflogs: clear flags properly in corner caseJeff King2010-11-23
* | string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-27
* | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-27
|/
* Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-19
* reflog-walk: refactor the branch@{num} formattingThomas Rast2009-10-19
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
* make oneline reflog dates more consistent with multiline formatJeff King2009-03-20
* Rename path_list to string_listJohannes Schindelin2008-07-21
* git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin2007-07-24
* log --reflog: use dwim_logJohannes Schindelin2007-02-08
* log --reflog: honour --relative-dateJohannes Schindelin2007-02-08