| Commit message (Expand) | Author | Age |
* | Merge branch 'maint' | Junio C Hamano | 2008-08-03 |
|\ |
|
| * | git-name-rev: don't use printf without format | René Scharfe | 2008-08-03 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-08-02 |
|\ \
| |/ |
|
| * | git-name-rev: allow --name-only in combination with --stdin | Pieter de Bie | 2008-08-02 |
| * | builtin-name-rev.c: split deeply nested part from the main function | Junio C Hamano | 2008-08-02 |
* | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-06-06 |
|\ |
|
| * | name-rev: Fix segmentation fault when using --all | Björn Steinbrink | 2008-06-05 |
* | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 |
|/ |
|
* | describe --always: fall back to showing an abbreviated object name | Junio C Hamano | 2008-03-03 |
* | git-name-rev: add a --(no-)undefined option. | Pierre Habouzit | 2007-12-26 |
* | Make builtin-name-rev.c use parse_options. | Pierre Habouzit | 2007-10-29 |
* | name-rev: Fix non-shortest description | Johannes Schindelin | 2007-08-27 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | Merge branch 'maint' | Junio C Hamano | 2007-05-24 |
|\ |
|
| * | name-rev: tolerate clock skew in committer dates | Junio C Hamano | 2007-05-24 |
* | | Teach git-describe how to run name-rev | Shawn O. Pearce | 2007-05-21 |
|/ |
|
* | git name-rev writes beyond the end of malloc() with large generations | Andy Whitcroft | 2007-05-15 |
* | Merge branch 'js/name-rev-fix' | Junio C Hamano | 2007-02-20 |
|\ |
|
| * | name-rev: avoid "^0" when unneeded | Johannes Schindelin | 2007-02-19 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | | name-rev: introduce the --refs=<pattern> option | Johannes Schindelin | 2007-02-17 |
|/ |
|
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 |
* | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 |
* | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 |
* | Replace uses of strdup with xstrdup. | Shawn Pearce | 2006-09-02 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 |
* | Make git-name-rev a builtin | Matthias Kestenholz | 2006-08-03 |