69 Commits (4dbc59a4cce418ff8428a9d2ecd67c34ca50db56)

Author SHA1 Message Date
Stefan Beller 4dbc59a4cc builtin/describe.c: factor out describe_commit 7 years ago
Stefan Beller cdaed0cf02 builtin/describe.c: print debug statements earlier 7 years ago
Stefan Beller c87b653c46 builtin/describe.c: rename `oid` to avoid variable shadowing 7 years ago
Max Kirillov 6d68b2ab78 describe: teach --match to handle branches and remotes 7 years ago
Max Kirillov da769d2986 describe: fix matching to actually match all patterns 7 years ago
Jeff Hostetler 8b604d1951 hashmap: add API to disable item counting when threaded 7 years ago
Stefan Beller 0068cede4a builtin/describe: drop hashmap_cmp_fn cast 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Æ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
brian m. carlson d3101b533d Convert lookup_tag to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Michael J Gruber 646c3bd1ad describe: localize debug output fully 8 years ago
Stefan Beller b0176ce6b5 builtin/describe: introduce --broken flag 8 years ago
brian m. carlson 6439b5d941 builtin/describe: convert to struct object_id 8 years ago
Jacob Keller 77d21f29ea describe: teach describe negative pattern matches 8 years ago
Jacob Keller 43f8080eaf describe: teach --match to accept multiple patterns 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 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
SZEDER Gábor 2bd07065c3 describe --contains: default to HEAD when no commit-ish is given 10 years ago
Michael Haggerty 99a2cfbfe6 get_name(): 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
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Karsten Blees ab73a9d119 hashmap: add simplified hashmap_get_from_hash() API 11 years ago
Karsten Blees 039dc71a7c hashmap: factor out getting a hash code from a SHA1 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
Karsten Blees 29d8a834b5 buitin/describe.c: use new hash map implementation 11 years ago
Felipe Contreras c44726438f describe: trivial style fixes 11 years ago
Richard Hansen a8a5406ab3 use 'commit-ish' instead of 'committish' 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 45bc950b43 describe: use argv-array 12 years ago
Michael Haggerty 219a0f33ca describe: make own copy of refname 12 years ago
Mike Crowe e00dd1e948 describe: Add --first-parent option 12 years ago
Junio C Hamano 46e1d6eb4d describe: --match=<pattern> must limit the refs even when used with --all 12 years ago
Greg Price 48dfe969fc Fix ".git/refs" stragglers 12 years ago
Jeff King e6dbffa67b peel_ref: do not return a null sha1 12 years ago
Nguyễn Thái Ngọc Duy bfb0737d96 i18n: describe: mark parseopt strings for translation 13 years ago
Allan Caffee 85b3c75f4f describe: Refresh the index when run with --dirty 14 years ago
Allan Caffee bb571486ae describe: Refresh the index when run with --dirty 14 years ago
Linus Torvalds dce9648916 Make the default abbrev length configurable 14 years ago
Ævar Arnfjörð Bjarmason e41f1cb36b i18n: git-describe basic messages 14 years ago
Linus Torvalds 11f944dd6b for_each_hash: allow passing a 'void *data' pointer to callback 14 years ago
Anders Kaseorg d1645d02de describe: Delay looking up commits until searching for an inexact match 14 years ago
Anders Kaseorg 3cfa4db322 describe: Store commit_names in a hash table by commit SHA1 14 years ago
Anders Kaseorg 1e1ade1833 describe: Do not use a flex array in struct commit_name 14 years ago