94 Commits (3ce85f7e5a41116145179f0fae2ce6d86558d099)

Author SHA1 Message Date
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller 21e1ee8f4f commit: add repository argument to lookup_commit_reference_gently 7 years ago
Nguyễn Thái Ngọc Duy c6b7206b0d describe: use commit-slab for commit names instead of commit->util 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Jeff King a8e7a2bf0f describe: confirm that blobs actually exist 7 years ago
René Scharfe fbac558a9b describe: use strbuf_add_unique_abbrev() for adding short hashes 7 years ago
Daniel Knittl-Frank 1bba00130a describe: prepend "tags/" when describing tags with embedded name 7 years ago
Stefan Beller 644eb60bd0 builtin/describe.c: describe a blob 7 years ago
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
brian m. carlson b420d90980 refs: convert peel_ref to struct object_id 7 years ago
Junio C Hamano be26d2b29b describe: do not use cmd_*() as a subroutine 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