115 Commits (763b47bafab6f781dc52461985b3300d447d1332)

Author SHA1 Message Date
Eric Wong 23dee69f53 OFFSETOF_VAR macro to simplify hashmap iterators 5 years ago
Eric Wong 87571c3f71 hashmap: use *_entry APIs for iteration 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 5 years ago
René Scharfe c77722b3ea use get_tagged_oid() 5 years ago
Jeff King d40abc8e95 hashmap: convert sha1hash() to oidhash() 6 years ago
Jeff King 6d79e5ecb3 describe: fix accidental oid/hash type-punning 6 years ago
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() 6 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 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 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