48 Commits (eba2a68f25c8afc56e204daf707e80613cc6e926)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Junio C Hamano 5589e87fd8 name-rev: change a "long" variable to timestamp_t 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
Johannes Schindelin 5308224633 name-rev: avoid leaking memory in the `deref` case 8 years ago
brian m. carlson 511dca80cc builtin/name-rev: convert to struct object_id 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Jeff King 903fc7da44 name-rev: replace static buffer with strbuf 8 years ago
Junio C Hamano ef1e74065c name-rev: favor describing with tags and use committer date to tiebreak 8 years ago
Junio C Hamano 0041bf6544 name-rev: refactor logic to see if a new candidate is a better name 8 years ago
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