104 Commits (f0ec22bb70f66f92dda670a7ee0514b908f2237c)

Author SHA1 Message Date
Sebastian Staudt 2ed5c8e174 describe: setup working tree for --dirty 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 1b0d968b34 read-cache.c: replace update_index_if_able with repo_& 6 years ago
Ben Peart 6c5b7f55a8 refresh_index: remove unnecessary calls to preload_index() 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 6 years ago
Jeff King cc00e5ce6b convert hashmap comparison functions to oideq() 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Stefan Beller ce71efb713 tag: add repository argument to lookup_tag 7 years ago
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 8 years ago
Jeff Hostetler 8b604d1951 hashmap: add API to disable item counting when threaded 8 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 11 years ago
Karsten Blees ab73a9d119 hashmap: add simplified hashmap_get_from_hash() API 11 years ago