summaryrefslogtreecommitdiff
path: root/reflog-walk.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-24git log -g: Complain, but do not fail, when no reflogs are thereLibravatar Johannes Schindelin1-3/+4
2007-02-08log --reflog: use dwim_logLibravatar Johannes Schindelin1-0/+13
2007-02-08log --reflog: honour --relative-dateLibravatar Johannes Schindelin1-5/+7
2007-02-01Teach the '@{...}' notation to git-log -gLibravatar Johannes Schindelin1-0/+8
2007-01-28git-log -g --pretty=oneline should display the reflog messageLibravatar Nicolas Pitre1-1/+1
2007-01-20--walk-reflogs: actually find the right commit by date.Libravatar Johannes Schindelin1-1/+1
2007-01-20Fix --walk-reflog with --pretty=onelineLibravatar Junio C Hamano1-11/+22
2007-01-20reflog-walk: build fixesLibravatar Junio C Hamano1-0/+1
2007-01-20--walk-reflogs: disallow uninteresting commitsLibravatar Johannes Schindelin1-0/+3
2007-01-20Teach the revision walker to walk by reflogs with --walk-reflogsLibravatar Johannes Schindelin1-0/+235