32 Commits (a6db3fbb6e4ec11695e2a3af8bc2cb9119cb1941)

Author SHA1 Message Date
Jacob Keller 96415b49dc name-rev: add support to exclude refs by pattern match 8 years ago
Jacob Keller 290be6674a name-rev: extend --refs to accept multiple patterns 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 9 years ago
Johannes Schindelin 7550424804 name-rev: include taggerdate in considering the best name 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Jeff King 34e02deb60 name-rev: use strip_suffix to avoid magic numbers 10 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
Michael Haggerty 73868486f0 name_ref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Jeff King b2724c8787 use xstrfmt to replace xmalloc + strcpy/strcat 11 years ago
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 0064053bd7 assume parse_commit checks commit->object.parsed 12 years ago
Stefan Beller 05efb7b757 branch, commit, name-rev: ease up boolean conditions 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Junio C Hamano adfc1857bd describe: fix --contains when a tag is given as input 12 years ago
Junio C Hamano 118aa4acff name-rev: differentiate between tags and commits they point at 12 years ago
Junio C Hamano b23e0b9353 name-rev: allow converting the exact object name at the tip of a ref 12 years ago
Junio C Hamano 9608a190c0 name-ref: factor out name shortening logic from name_ref() 12 years ago
Namhyung Kim 98c5c4ad01 name-rev: allow to specify a subpath for --refs option 12 years ago
Nguyễn Thái Ngọc Duy 422cad0ab1 i18n: name-rev: mark parseopt strings for translation 13 years ago
René Scharfe 44c8e6049f name-rev: split usage string 14 years ago
Thiago Farina 3cd474599f object.h: Add OBJECT_ARRAY_INIT macro and make use of it. 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
René Scharfe 7c5b1675a8 git-name-rev: don't use printf without format 17 years ago
Pieter de Bie b003c00b7b git-name-rev: allow --name-only in combination with --stdin 17 years ago
Junio C Hamano e8b55fab62 builtin-name-rev.c: split deeply nested part from the main function 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Björn Steinbrink a83123deec name-rev: Fix segmentation fault when using --all 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano da2478dbb0 describe --always: fall back to showing an abbreviated object name 17 years ago
Pierre Habouzit a2cf9f445e git-name-rev: add a --(no-)undefined option. 17 years ago
Pierre Habouzit edefb1a237 Make builtin-name-rev.c use parse_options. 18 years ago
Johannes Schindelin ac076c29ae name-rev: Fix non-shortest description 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Junio C Hamano c075aea5da name-rev: tolerate clock skew in committer dates 18 years ago
Shawn O. Pearce 23615708e2 Teach git-describe how to run name-rev 18 years ago
Andy Whitcroft cf606e3ddd git name-rev writes beyond the end of malloc() with large generations 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Johannes Schindelin 59d3f541cf name-rev: avoid "^0" when unneeded 18 years ago
Johannes Schindelin 2afc29aa84 name-rev: introduce the --refs=<pattern> option 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 19 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 19 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 19 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 years ago