aboutsummaryrefslogtreecommitdiff
path: root/builtin-name-rev.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2008-08-03
|\
| * git-name-rev: don't use printf without formatRené Scharfe2008-08-03
* | Merge branch 'maint'Junio C Hamano2008-08-02
|\ \ | |/
| * git-name-rev: allow --name-only in combination with --stdinPieter de Bie2008-08-02
| * builtin-name-rev.c: split deeply nested part from the main functionJunio C Hamano2008-08-02
* | Make usage strings dash-lessStephan Beyer2008-07-13
|/
* Merge branch 'maint'Junio C Hamano2008-06-06
|\
| * name-rev: Fix segmentation fault when using --allBjörn Steinbrink2008-06-05
* | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
|/
* describe --always: fall back to showing an abbreviated object nameJunio C Hamano2008-03-03
* git-name-rev: add a --(no-)undefined option.Pierre Habouzit2007-12-26
* Make builtin-name-rev.c use parse_options.Pierre Habouzit2007-10-29
* name-rev: Fix non-shortest descriptionJohannes Schindelin2007-08-27
* War on whitespaceJunio C Hamano2007-06-07
* Merge branch 'maint'Junio C Hamano2007-05-24
|\
| * name-rev: tolerate clock skew in committer datesJunio C Hamano2007-05-24
* | Teach git-describe how to run name-revShawn O. Pearce2007-05-21
|/
* git name-rev writes beyond the end of malloc() with large generationsAndy Whitcroft2007-05-15
* Merge branch 'js/name-rev-fix'Junio C Hamano2007-02-20
|\
| * name-rev: avoid "^0" when unneededJohannes Schindelin2007-02-19
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* | name-rev: introduce the --refs=<pattern> optionJohannes Schindelin2007-02-17
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Make git-name-rev a builtinMatthias Kestenholz2006-08-03