summaryrefslogtreecommitdiff
path: root/reflog-walk.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge branch 'nd/i18n'Libravatar Junio C Hamano1-2/+2
2018-07-23Update messages in preparation for i18nLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-06-29object: add repository argument to parse_objectLibravatar Stefan Beller1-1/+2
2017-10-16refs: convert dwim_log to struct object_idLibravatar brian m. carlson1-1/+1
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededLibravatar René Scharfe1-4/+2
2017-07-09reflog-walk: apply --since/--until to reflog datesLibravatar Jeff King1-0/+12
2017-07-09reflog-walk: stop using fake parentsLibravatar Jeff King1-86/+51
2017-07-09rev-list: check reflog_info before showing usageLibravatar Jeff King1-0/+5
2017-07-07Merge branch 'jk/reflog-walk-maint' into jk/reflog-walkLibravatar Junio C Hamano1-12/+21
2017-07-07reflog-walk: include all fields when freeing complete_reflogsLibravatar Jeff King1-8/+18
2017-07-07reflog-walk: don't free reflogs added to cacheLibravatar Jeff King1-4/+0
2017-07-07reflog-walk: duplicate strings in complete_reflogs listLibravatar Jeff King1-0/+1
2017-07-05reflog-walk: skip over double-null oid due to HEAD renameLibravatar Jeff King1-0/+2
2017-05-29Merge branch 'js/plug-leaks'Libravatar Junio C Hamano1-3/+17
2017-05-29Merge branch 'bc/object-id'Libravatar Junio C Hamano1-3/+3
2017-05-08object: convert parse_object* to take struct object_idLibravatar brian m. carlson1-2/+2
2017-05-08add_reflog_for_walk: avoid memory leakLibravatar Johannes Schindelin1-3/+17
2017-05-02Clean up outstanding object_id transforms.Libravatar brian m. carlson1-1/+1
2017-04-27timestamp_t: a new data type for timestampsLibravatar Johannes Schindelin1-4/+4
2017-02-22refs: convert each_reflog_ent_fn to struct object_idLibravatar brian m. carlson1-3/+3
2017-02-22reflog-walk: convert struct reflog_info to struct object_idLibravatar brian m. carlson1-6/+6
2017-02-22Convert remaining callers of resolve_refdup to object_idLibravatar brian m. carlson1-6/+6
2016-06-06reflog: continue walking the reflog past root commitsLibravatar SZEDER Gábor1-0/+6
2016-01-20Merge branch 'dk/reflog-walk-with-non-commit'Libravatar Junio C Hamano1-5/+11
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogLibravatar Dennis Kaarsemaker1-5/+11
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtLibravatar Jeff King1-4/+3
2015-06-29convert "enum date_mode" into a structLibravatar Jeff King1-2/+2
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldLibravatar Ronnie Sahlberg1-2/+3
2014-09-02stylefix: asterisks stick to the variable, not the typeLibravatar David Aguilar1-1/+1
2014-05-27reflog-walk.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-4/+4
2014-03-18Merge branch 'sh/use-hashcpy'Libravatar Junio C Hamano1-2/+2
2014-03-06Use hashcpy() when copying object namesLibravatar Sun He1-2/+2
2014-03-03reflog-walk.c: use ALLOC_GROW()Libravatar Dmitry S. Dolzhenko1-10/+2
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Libravatar Junio C Hamano1-6/+16
2012-05-07reflog-walk: tell explicit --date=default from not having --date at allLibravatar Junio C Hamano1-4/+4
2012-05-04reflog-walk: always make HEAD@{0} show indexed selectorsLibravatar Jeff King1-1/+2
2012-05-04reflog-walk: clean up "flag" field of commit_reflog structLibravatar Jeff King1-3/+12
2011-12-22Merge branch 'jk/pretty-reglog-ent'Libravatar Junio C Hamano1-0/+12
2011-12-16pretty: give placeholders to reflog identityLibravatar Jeff King1-0/+12
2011-12-13Convert resolve_ref+xstrdup to new resolve_refdup functionLibravatar Nguyễn Thái Ngọc Duy1-7/+8
2011-12-05Copy resolve_ref() return value for longer useLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2010-12-12Merge branch 'jk/maint-reflog-bottom'Libravatar Junio C Hamano1-1/+0
2010-11-23reflogs: clear flags properly in corner caseLibravatar Jeff King1-1/+0
2010-06-27string_list: Fix argument order for string_list_lookupLibravatar Julian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_insertLibravatar Julian Phillips1-1/+1
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationLibravatar Thomas Rast1-3/+32
2009-10-19reflog-walk: refactor the branch@{num} formattingLibravatar Thomas Rast1-22/+32
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-1/+1
2009-03-20make oneline reflog dates more consistent with multiline formatLibravatar Jeff King1-5/+7
2008-07-21Rename path_list to string_listLibravatar Johannes Schindelin1-5/+5