summaryrefslogtreecommitdiff
path: root/reflog-walk.c
Commit message (Expand)AuthorAgeFilesLines
* 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