Age | Commit message (Expand) | Author | Files | Lines |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -8/+8 |
2020-01-31 | sha1-file: pass git_hash_algo to hash_object_file() | Matheus Tavares | 1 | -1/+2 |
2019-10-11 | Merge branch 'bc/object-id-part17' | Junio C Hamano | 1 | -3/+4 |
2019-09-05 | use get_tagged_oid() | René Scharfe | 1 | -1/+1 |
2019-08-19 | builtin/replace: make hash size independent | brian m. carlson | 1 | -3/+4 |
2019-05-09 | Merge branch 'cc/replace-graft-peel-tags' | Junio C Hamano | 1 | -7/+13 |
2019-04-15 | replace: peel tag when passing a tag first to --graft | Christian Couder | 1 | -4/+7 |
2019-04-15 | replace: peel tag when passing a tag as parent to --graft | Christian Couder | 1 | -3/+6 |
2019-02-20 | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-12-01 | Merge branch 'ab/replace-graft-with-replace-advice' | Junio C Hamano | 1 | -0/+1 |
2018-11-29 | advice: don't pointlessly suggest --convert-graft-file | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2018-11-21 | Merge branch 'ds/commit-graph-with-grafts' into maint | Junio C Hamano | 1 | -4/+4 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
2018-10-16 | Merge branch 'ds/commit-graph-with-grafts' | Junio C Hamano | 1 | -4/+4 |
2018-09-21 | sha1-file.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -3/+3 |
2018-08-21 | refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback | Stefan Beller | 1 | -4/+4 |
2018-08-15 | Merge branch 'jk/core-use-replace-refs' | Junio C Hamano | 1 | -1/+1 |
2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -42/+42 |
2018-07-23 | builtin/replace.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -37/+37 |
2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -13/+13 |
2018-07-18 | check_replace_refs: rename to read_replace_refs | Jeff King | 1 | -1/+1 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -1/+1 |
2018-06-29 | tag: add repository argument to parse_tag_buffer | Stefan Beller | 1 | -1/+1 |
2018-06-29 | tag: add repository argument to lookup_tag | Stefan Beller | 1 | -1/+1 |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -2/+2 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -1/+1 |
2018-05-23 | Merge branch 'js/deprecate-grafts' | Junio C Hamano | 1 | -66/+168 |
2018-04-30 | replace: introduce --convert-graft-file | Johannes Schindelin | 1 | -1/+43 |
2018-04-30 | replace: prepare create_graft() for converting graft files wholesale | Johannes Schindelin | 1 | -3/+8 |
2018-04-30 | replace: "libify" create_graft() and callees | Johannes Schindelin | 1 | -57/+112 |
2018-04-26 | replace: avoid using die() to indicate a bug | Johannes Schindelin | 1 | -1/+1 |
2018-04-26 | commit: Let the callback of for_each_mergetag return on error | Johannes Schindelin | 1 | -4/+4 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -5/+6 |
2018-04-12 | refs: add repository argument to for_each_replace_ref | Stefan Beller | 1 | -1/+3 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -5/+5 |
2018-03-14 | Merge branch 'nd/parseopt-completion' | Junio C Hamano | 1 | -1/+2 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -5/+5 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -23/+23 |
2018-02-22 | replace: rename 'new' variables | Brandon Williams | 1 | -17/+17 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -6/+6 |
2018-02-09 | completion: use __gitcomp_builtin in _git_replace | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -1/+1 |
2018-01-30 | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 1 | -1/+1 |
2017-10-16 | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 1 | -2/+2 |
2017-10-16 | refs: update ref transactions to use struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-16 | refs: convert delete_ref and refs_delete_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-08-20 | sha1_file: convert index_fd to struct object_id | Patryk Obara | 1 | -1/+1 |