summaryrefslogtreecommitdiff
path: root/reflog-walk.c
Commit message (Expand)AuthorAgeFilesLines
* reflog-walk: include all fields when freeing complete_reflogsjk/reflog-walk-maintJeff 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
* add_reflog_for_walk: avoid memory leakJohannes Schindelin2017-05-081-3/+17
* 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 reflogdk/reflog-walk-with-non-commitDennis 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 typeda/stylesDavid 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 namessh/use-hashcpySun 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 identityjk/pretty-reglog-entJeff 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
* git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin2007-07-241-3/+4
* log --reflog: use dwim_logJohannes Schindelin2007-02-081-0/+13
* log --reflog: honour --relative-dateJohannes Schindelin2007-02-081-5/+7
* Teach the '@{...}' notation to git-log -gJohannes Schindelin2007-02-011-0/+8
* git-log -g --pretty=oneline should display the reflog messageNicolas Pitre2007-01-281-1/+1
* --walk-reflogs: actually find the right commit by date.Johannes Schindelin2007-01-201-1/+1
* Fix --walk-reflog with --pretty=onelineJunio C Hamano2007-01-201-11/+22
* reflog-walk: build fixesJunio C Hamano2007-01-201-0/+1
* --walk-reflogs: disallow uninteresting commitsJohannes Schindelin2007-01-201-0/+3
* Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin2007-01-201-0/+235