summaryrefslogtreecommitdiff
path: root/builtin-name-rev.c
AgeCommit message (Expand)Author
2008-08-03Merge branch 'maint'Junio C Hamano
2008-08-03git-name-rev: don't use printf without formatRené Scharfe
2008-08-02Merge branch 'maint'Junio C Hamano
2008-08-02git-name-rev: allow --name-only in combination with --stdinPieter de Bie
2008-08-02builtin-name-rev.c: split deeply nested part from the main functionJunio C Hamano
2008-07-13Make usage strings dash-lessStephan Beyer
2008-06-06Merge branch 'maint'Junio C Hamano
2008-06-06name-rev: Fix segmentation fault when using --allBjörn Steinbrink
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-03-03describe --always: fall back to showing an abbreviated object nameJunio C Hamano
2007-12-26git-name-rev: add a --(no-)undefined option.Pierre Habouzit
2007-10-30Make builtin-name-rev.c use parse_options.Pierre Habouzit
2007-08-28name-rev: Fix non-shortest descriptionJohannes Schindelin
2007-06-07War on whitespaceJunio C Hamano
2007-05-25Merge branch 'maint'Junio C Hamano
2007-05-24name-rev: tolerate clock skew in committer datesJunio C Hamano
2007-05-22Teach git-describe how to run name-revShawn O. Pearce
2007-05-16git name-rev writes beyond the end of malloc() with large generationsAndy Whitcroft
2007-02-21Merge branch 'js/name-rev-fix'Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-20name-rev: avoid "^0" when unneededJohannes Schindelin
2007-02-17name-rev: introduce the --refs=<pattern> optionJohannes Schindelin
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-04Make git-name-rev a builtinMatthias Kestenholz