summaryrefslogtreecommitdiffstats
path: root/reflog-walk.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/i18n'Junio C Hamano2018-08-151-2/+2
|\
| * Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-2/+2
* | object: add repository argument to parse_objectStefan Beller2018-06-291-1/+2
|/
* refs: convert dwim_log to struct object_idbrian m. carlson2017-10-161-1/+1
* refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe2017-10-011-4/+2
* reflog-walk: apply --since/--until to reflog datesJeff King2017-07-091-0/+12
* reflog-walk: stop using fake parentsJeff King2017-07-091-86/+51
* rev-list: check reflog_info before showing usageJeff King2017-07-091-0/+5
* Merge branch 'jk/reflog-walk-maint' into jk/reflog-walkJunio C Hamano2017-07-071-12/+21
|\
| * reflog-walk: include all fields when freeing complete_reflogsJeff King2017-07-071-8/+18
| * reflog-walk: don't free reflogs added to cacheJeff King2017-07-071-4/+0
| * reflog-walk: duplicate strings in complete_reflogs listJeff King2017-07-071-0/+1
| * reflog-walk: skip over double-null oid due to HEAD renameJeff King2017-07-051-0/+2
* | Merge branch 'js/plug-leaks'Junio C Hamano2017-05-291-3/+17
|\|
| * add_reflog_for_walk: avoid memory leakJohannes Schindelin2017-05-081-3/+17
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-3/+3
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-2/+2
| * | Clean up outstanding object_id transforms.brian m. carlson2017-05-021-1/+1
| |/
* / timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-4/+4
|/
* refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson2017-02-221-3/+3
* reflog-walk: convert struct reflog_info to struct object_idbrian m. carlson2017-02-221-6/+6
* Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-221-6/+6
* reflog: continue walking the reflog past root commitsSZEDER Gábor2016-06-061-0/+6
* Merge branch 'dk/reflog-walk-with-non-commit'Junio C Hamano2016-01-201-5/+11
|\
| * reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker2016-01-051-5/+11
* | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-251-4/+3
|/
* convert "enum date_mode" into a structJeff King2015-06-291-2/+2
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-2/+3
* stylefix: asterisks stick to the variable, not the typeDavid Aguilar2014-09-021-1/+1
* reflog-walk.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-4/+4
* Merge branch 'sh/use-hashcpy'Junio C Hamano2014-03-181-2/+2
|\
| * Use hashcpy() when copying object namesSun He2014-03-061-2/+2
* | reflog-walk.c: use ALLOC_GROW()Dmitry S. Dolzhenko2014-03-031-10/+2
|/
* Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-111-6/+16
|\
| * reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano2012-05-071-4/+4
| * reflog-walk: always make HEAD@{0} show indexed selectorsJeff King2012-05-041-1/+2
| * reflog-walk: clean up "flag" field of commit_reflog structJeff King2012-05-041-3/+12
* | Merge branch 'jk/pretty-reglog-ent'Junio C Hamano2011-12-221-0/+12
|\ \
| * | pretty: give placeholders to reflog identityJeff King2011-12-161-0/+12
| |/
* | Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-131-7/+8
* | Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy2011-12-051-1/+4
|/
* Merge branch 'jk/maint-reflog-bottom'Junio C Hamano2010-12-121-1/+0
|\
| * reflogs: clear flags properly in corner caseJeff King2010-11-231-1/+0
* | string_list: Fix argument order for string_list_lookupJulian Phillips2010-06-271-1/+1
* | string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-1/+1
|/
* Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-191-3/+32
* reflog-walk: refactor the branch@{num} formattingThomas Rast2009-10-191-22/+32
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
* make oneline reflog dates more consistent with multiline formatJeff King2009-03-201-5/+7
* Rename path_list to string_listJohannes Schindelin2008-07-211-5/+5