summaryrefslogtreecommitdiff
path: root/reflog-walk.c
AgeCommit message (Expand)Author
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
2008-07-22Rename path_list to string_listJohannes Schindelin
2007-07-25git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin
2007-02-09log --reflog: use dwim_logJohannes Schindelin
2007-02-09log --reflog: honour --relative-dateJohannes Schindelin
2007-02-02Teach the '@{...}' notation to git-log -gJohannes Schindelin
2007-01-28git-log -g --pretty=oneline should display the reflog messageNicolas Pitre
2007-01-21--walk-reflogs: actually find the right commit by date.Johannes Schindelin
2007-01-21Fix --walk-reflog with --pretty=onelineJunio C Hamano
2007-01-21reflog-walk: build fixesJunio C Hamano
2007-01-21--walk-reflogs: disallow uninteresting commitsJohannes Schindelin
2007-01-21Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin