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