aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-name-rev.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-305/+0
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2008-08-03Merge branch 'maint'Junio C Hamano1-7/+5
2008-08-03git-name-rev: don't use printf without formatRené Scharfe1-7/+5
2008-08-02Merge branch 'maint'Junio C Hamano1-37/+46
2008-08-02git-name-rev: allow --name-only in combination with --stdinPieter de Bie1-2/+7
2008-08-02builtin-name-rev.c: split deeply nested part from the main functionJunio C Hamano1-37/+41
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-06-06Merge branch 'maint'Junio C Hamano1-2/+6
2008-06-05name-rev: Fix segmentation fault when using --allBjörn Steinbrink1-2/+6
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-03-03describe --always: fall back to showing an abbreviated object nameJunio C Hamano1-29/+30
2007-12-26git-name-rev: add a --(no-)undefined option.Pierre Habouzit1-10/+24
2007-10-29Make builtin-name-rev.c use parse_options.Pierre Habouzit1-39/+25
2007-08-27name-rev: Fix non-shortest descriptionJohannes Schindelin1-10/+11
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-05-24Merge branch 'maint'Junio C Hamano1-0/+4
2007-05-24name-rev: tolerate clock skew in committer datesJunio C Hamano1-0/+4
2007-05-21Teach git-describe how to run name-revShawn O. Pearce1-6/+17
2007-05-15git name-rev writes beyond the end of malloc() with large generationsAndy Whitcroft1-1/+4
2007-02-20Merge branch 'js/name-rev-fix'Junio C Hamano1-7/+16
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-4/+4
2007-02-19name-rev: avoid "^0" when unneededJohannes Schindelin1-7/+16
2007-02-17name-rev: introduce the --refs=<pattern> optionJohannes Schindelin1-6/+17
2006-12-20simplify inclusion of system header files.Junio C Hamano1-1/+0
2006-09-20Tell between packed, unpacked and symbolic refs.Junio C Hamano1-1/+1
2006-09-20Add callback data to for_each_ref() family.Junio C Hamano1-4/+4
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-1/+1
2006-08-03Make git-name-rev a builtinMatthias Kestenholz1-0/+256