Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-19 | builtin/describe.c: describe a blob | Stefan Beller | 1 | -5/+57 |
2017-11-16 | builtin/describe.c: factor out describe_commit | Stefan Beller | 1 | -26/+37 |
2017-11-16 | builtin/describe.c: print debug statements earlier | Stefan Beller | 1 | -1/+4 |
2017-11-16 | builtin/describe.c: rename `oid` to avoid variable shadowing | Stefan Beller | 1 | -4/+4 |
2017-11-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-11-06 | Merge branch 'jc/no-cmd-as-subroutine' | Junio C Hamano | 1 | -4/+11 |
2017-10-16 | refs: convert peel_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-11 | describe: do not use cmd_*() as a subroutine | Junio C Hamano | 1 | -4/+11 |
2017-09-20 | describe: teach --match to handle branches and remotes | Max Kirillov | 1 | -12/+17 |
2017-09-20 | Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-all | Junio C Hamano | 1 | -3/+6 |
2017-09-17 | describe: fix matching to actually match all patterns | Max Kirillov | 1 | -3/+6 |
2017-09-07 | hashmap: add API to disable item counting when threaded | Jeff Hostetler | 1 | -1/+1 |
2017-08-11 | Merge branch 'sb/hashmap-cleanup' | Junio C Hamano | 1 | -3/+6 |
2017-07-13 | Merge branch 'sb/hashmap-customize-comparison' | Junio C Hamano | 1 | -3/+5 |
2017-07-10 | Merge branch 'ab/wildmatch' | Junio C Hamano | 1 | -2/+2 |
2017-07-05 | builtin/describe: drop hashmap_cmp_fn cast | Stefan Beller | 1 | -3/+6 |
2017-06-30 | hashmap.h: compare function has access to a data field | Stefan Beller | 1 | -3/+5 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-23 | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-08 | Convert lookup_tag to struct object_id | brian m. carlson | 1 | -3/+3 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -2/+2 |
2017-03-27 | describe: localize debug output fully | Michael J Gruber | 1 | -3/+12 |
2017-03-22 | builtin/describe: introduce --broken flag | Stefan Beller | 1 | -9/+38 |
2017-03-17 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -25/+25 |
2017-02-22 | builtin/describe: convert to struct object_id | brian m. carlson | 1 | -25/+25 |
2017-01-23 | describe: teach describe negative pattern matches | Jacob Keller | 1 | -0/+21 |