summaryrefslogtreecommitdiff
path: root/builtin-name-rev.c
Commit message (Expand)AuthorAgeFilesLines
* parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* Merge branch 'maint'Junio C Hamano2008-08-031-7/+5
|\
| * git-name-rev: don't use printf without formatRené Scharfe2008-08-031-7/+5
* | Merge branch 'maint'Junio C Hamano2008-08-021-37/+46
|\ \ | |/
| * git-name-rev: allow --name-only in combination with --stdinPieter de Bie2008-08-021-2/+7
| * builtin-name-rev.c: split deeply nested part from the main functionJunio C Hamano2008-08-021-37/+41
* | Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
|/
* Merge branch 'maint'Junio C Hamano2008-06-061-2/+6
|\
| * name-rev: Fix segmentation fault when using --allBjörn Steinbrink2008-06-051-2/+6
* | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
|/
* describe --always: fall back to showing an abbreviated object nameJunio C Hamano2008-03-031-29/+30
* git-name-rev: add a --(no-)undefined option.Pierre Habouzit2007-12-261-10/+24
* Make builtin-name-rev.c use parse_options.Pierre Habouzit2007-10-291-39/+25
* name-rev: Fix non-shortest descriptionJohannes Schindelin2007-08-271-10/+11
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Merge branch 'maint'Junio C Hamano2007-05-241-0/+4
|\
| * name-rev: tolerate clock skew in committer datesJunio C Hamano2007-05-241-0/+4
* | Teach git-describe how to run name-revShawn O. Pearce2007-05-211-6/+17
|/
* git name-rev writes beyond the end of malloc() with large generationsAndy Whitcroft2007-05-151-1/+4
* Merge branch 'js/name-rev-fix'Junio C Hamano2007-02-201-7/+16
|\
| * name-rev: avoid "^0" when unneededJohannes Schindelin2007-02-191-7/+16
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-4/+4
* | name-rev: introduce the --refs=<pattern> optionJohannes Schindelin2007-02-171-6/+17
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-4/+4
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* remove unnecessary initializationsDavid Rientjes2006-08-151-1/+1
* Make git-name-rev a builtinMatthias Kestenholz2006-08-031-0/+256