aboutsummaryrefslogtreecommitdiffstats
path: root/reflog-walk.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05date: make DATE_MODE thread-safeRené Scharfe1-2/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-10-17string-list: mark unused callback parametersJeff King1-1/+1
2022-04-13revisions API: release "reflog_info" in release revisions()Ævar Arnfjörð Bjarmason1-1/+23
2021-08-25refs: make repo_dwim_log() accept a NULL oidÆvar Arnfjörð Bjarmason1-2/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-2/+2
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-2/+2
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-2/+2
2018-06-29object: add repository argument to parse_objectStefan Beller1-1/+2
2017-10-16refs: convert dwim_log to struct object_idbrian m. carlson1-1/+1
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe1-4/+2
2017-07-09reflog-walk: apply --since/--until to reflog datesJeff King1-0/+12
2017-07-09reflog-walk: stop using fake parentsJeff King1-86/+51
2017-07-09rev-list: check reflog_info before showing usageJeff King1-0/+5
2017-07-07Merge branch 'jk/reflog-walk-maint' into jk/reflog-walkJunio C Hamano1-12/+21
2017-07-07reflog-walk: include all fields when freeing complete_reflogsJeff King1-8/+18
2017-07-07reflog-walk: don't free reflogs added to cacheJeff King1-4/+0
2017-07-07reflog-walk: duplicate strings in complete_reflogs listJeff King1-0/+1
2017-07-05reflog-walk: skip over double-null oid due to HEAD renameJeff King1-0/+2
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano1-3/+17
2017-05-29Merge branch 'bc/object-id'Junio C Hamano1-3/+3
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-2/+2
2017-05-08add_reflog_for_walk: avoid memory leakJohannes Schindelin1-3/+17
2017-05-02Clean up outstanding object_id transforms.brian m. carlson1-1/+1
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-4/+4
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson1-3/+3
2017-02-22reflog-walk: convert struct reflog_info to struct object_idbrian m. carlson1-6/+6
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson1-6/+6
2016-06-06reflog: continue walking the reflog past root commitsSZEDER Gábor1-0/+6
2016-01-20Merge branch 'dk/reflog-walk-with-non-commit'Junio C Hamano1-5/+11
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker1-5/+11
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King1-4/+3
2015-06-29convert "enum date_mode" into a structJeff King1-2/+2
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg1-2/+3
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar1-1/+1
2014-05-27reflog-walk.c: rearrange xcalloc argumentsBrian Gesiak1-4/+4
2014-03-18Merge branch 'sh/use-hashcpy'Junio C Hamano1-2/+2
2014-03-06Use hashcpy() when copying object namesSun He1-2/+2
2014-03-03reflog-walk.c: use ALLOC_GROW()Dmitry S. Dolzhenko1-10/+2
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano1-6/+16
2012-05-07reflog-walk: tell explicit --date=default from not having --date at allJunio C Hamano1-4/+4
2012-05-04reflog-walk: always make HEAD@{0} show indexed selectorsJeff King1-1/+2
2012-05-04reflog-walk: clean up "flag" field of commit_reflog structJeff King1-3/+12
2011-12-22Merge branch 'jk/pretty-reglog-ent'Junio C Hamano1-0/+12
2011-12-16pretty: give placeholders to reflog identityJeff King1-0/+12
2011-12-13Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy1-7/+8
2011-12-05Copy resolve_ref() return value for longer useNguyễn Thái Ngọc Duy1-1/+4
2010-12-12Merge branch 'jk/maint-reflog-bottom'Junio C Hamano1-1/+0
2010-11-23reflogs: clear flags properly in corner caseJeff King1-1/+0
2010-06-27string_list: Fix argument order for string_list_lookupJulian Phillips1-1/+1
2010-06-27string_list: Fix argument order for string_list_insertJulian Phillips1-1/+1
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationThomas Rast1-3/+32
2009-10-19reflog-walk: refactor the branch@{num} formattingThomas Rast1-22/+32
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-1/+1
2009-03-20make oneline reflog dates more consistent with multiline formatJeff King1-5/+7
2008-07-21Rename path_list to string_listJohannes Schindelin1-5/+5
2007-07-24git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin1-3/+4
2007-02-08log --reflog: use dwim_logJohannes Schindelin1-0/+13
2007-02-08log --reflog: honour --relative-dateJohannes Schindelin1-5/+7
2007-02-01Teach the '@{...}' notation to git-log -gJohannes Schindelin1-0/+8
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre1-1/+1
2007-01-20--walk-reflogs: actually find the right commit by date.Johannes Schindelin1-1/+1
2007-01-20Fix --walk-reflog with --pretty=onelineJunio C Hamano1-11/+22
2007-01-20reflog-walk: build fixesJunio C Hamano1-0/+1
2007-01-20--walk-reflogs: disallow uninteresting commitsJohannes Schindelin1-0/+3
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin1-0/+235