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