Age | Commit message (Expand) | Author | Files | Lines |
2021-04-27 | hash: provide per-algorithm null OIDs | brian m. carlson | 1 | -1/+1 |
2021-01-21 | refs: switch peel_ref() to peel_iterated_oid() | Jeff King | 1 | -1/+1 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -3/+3 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -4/+4 |
2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -14/+14 |
2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
2020-03-26 | Merge branch 'jc/describe-misnamed-annotated-tag' | Junio C Hamano | 1 | -6/+9 |
2020-02-26 | describe: don't abort too early when searching tags | Benno Evers | 1 | -4/+18 |
2020-02-20 | describe: force long format for a name based on a mislocated tag | Junio C Hamano | 1 | -6/+9 |
2019-10-15 | Merge branch 'ew/hashmap' | Junio C Hamano | 1 | -9/+12 |
2019-10-07 | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap: use *_entry APIs for iteration | Eric Wong | 1 | -2/+2 |
2019-10-07 | hashmap_cmp_fn takes hashmap_entry params | Eric Wong | 1 | -4/+6 |
2019-10-07 | hashmap_get{,_from_hash} return "struct hashmap_entry *" | Eric Wong | 1 | -1/+2 |
2019-10-07 | hashmap_add takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-07 | hashmap_entry_init takes "struct hashmap_entry *" | Eric Wong | 1 | -1/+1 |
2019-10-04 | treewide: remove duplicate #include directives | René Scharfe | 1 | -1/+0 |
2019-09-05 | use get_tagged_oid() | René Scharfe | 1 | -1/+1 |
2019-06-20 | hashmap: convert sha1hash() to oidhash() | Jeff King | 1 | -2/+2 |
2019-06-20 | describe: fix accidental oid/hash type-punning | Jeff King | 1 | -1/+1 |
2019-02-06 | Merge branch 'ss/describe-dirty-in-the-right-directory' | Junio C Hamano | 1 | -0/+1 |
2019-02-04 | describe: setup working tree for --dirty | Sebastian Staudt | 1 | -0/+1 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-01-14 | read-cache.c: replace update_index_if_able with repo_& | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-06 | refresh_index: remove unnecessary calls to preload_index() | Ben Peart | 1 | -1/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -2/+2 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-08-29 | convert hashmap comparison functions to oideq() | Jeff King | 1 | -3/+3 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -2/+2 |
2018-06-29 | tag: add repository argument to lookup_tag | Stefan Beller | 1 | -3/+3 |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -2/+3 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
2018-06-25 | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 1 | -3/+13 |
2018-05-30 | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 1 | -1/+1 |
2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -1/+1 |
2018-05-21 | describe: use commit-slab for commit names instead of commit->util | Nguyễn Thái Ngọc Duy | 1 | -3/+13 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-10 | lock_file: make function-local locks non-static | Martin Ågren | 1 | -1/+1 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+1 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-02-27 | Merge branch 'sb/describe-blob' | Junio C Hamano | 1 | -1/+1 |
2018-02-13 | Merge branch 'rs/describe-unique-abbrev' | Junio C Hamano | 1 | -1/+1 |
2018-02-12 | describe: confirm that blobs actually exist | Jeff King | 1 | -1/+1 |
2018-01-23 | Merge branch 'dk/describe-all-output-fix' | Junio C Hamano | 1 | -2/+5 |
2018-01-16 | describe: use strbuf_add_unique_abbrev() for adding short hashes | René Scharfe | 1 | -1/+1 |
2017-12-28 | Merge branch 'sb/describe-blob' | Junio C Hamano | 1 | -27/+94 |
2017-12-27 | describe: prepend "tags/" when describing tags with embedded name | Daniel Knittl-Frank | 1 | -2/+5 |