summaryrefslogtreecommitdiff
path: root/reflog-walk.c
AgeCommit message (Expand)Author
2021-03-14use CALLOC_ARRAYRené Scharfe
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-06-29object: add repository argument to parse_objectStefan Beller
2017-10-16refs: convert dwim_log to struct object_idbrian m. carlson
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe
2017-07-09reflog-walk: apply --since/--until to reflog datesJeff King
2017-07-09reflog-walk: stop using fake parentsJeff King
2017-07-09rev-list: check reflog_info before showing usageJeff King
2017-07-07Merge branch 'jk/reflog-walk-maint' into jk/reflog-walkJunio C Hamano
2017-07-07reflog-walk: include all fields when freeing complete_reflogsJeff King
2017-07-07reflog-walk: don't free reflogs added to cacheJeff King
2017-07-07reflog-walk: duplicate strings in complete_reflogs listJeff King
2017-07-05reflog-walk: skip over double-null oid due to HEAD renameJeff King
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08add_reflog_for_walk: avoid memory leakJohannes Schindelin
2017-05-02Clean up outstanding object_id transforms.brian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson
2017-02-22reflog-walk: convert struct reflog_info to struct object_idbrian m. carlson
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson
2016-06-06reflog: continue walking the reflog past root commitsSZEDER Gábor
2016-01-20Merge branch 'dk/reflog-walk-with-non-commit'Junio C Hamano
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-06-29convert "enum date_mode" into a structJeff King
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar
2014-05-27reflog-walk.c: rearrange xcalloc argumentsBrian Gesiak
2014-03-18Merge branch 'sh/use-hashcpy'Junio C Hamano
2014-03-06Use hashcpy() when copying object namesSun He
2014-03-03reflog-walk.c: use ALLOC_GROW()Dmitry S. Dolzhenko
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano
2012-05-07reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano
2012-05-04reflog-walk: always make HEAD@{0} show indexed selectorsJeff King
2012-05-04reflog-walk: clean up "flag" field of commit_reflog structJeff King
2011-12-22Merge branch 'jk/pretty-reglog-ent'Junio C Hamano
2011-12-16pretty: give placeholders to reflog identityJeff King
2011-12-13Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy
2011-12-06Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy
2010-12-13Merge branch 'jk/maint-reflog-bottom'Junio C Hamano
2010-11-24reflogs: clear flags properly in corner caseJeff King
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips
2009-10-20Introduce new pretty formats %g[sdD] for reflog informationThomas Rast
2009-10-20reflog-walk: refactor the branch@{num} formattingThomas Rast
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-03-20make oneline reflog dates more consistent with multiline formatJeff King