- 4e12082 editor: move editor-related functions and declarations into common file by Elijah Newren · 1 year, 11 months ago
- 87bed17 object-file.h: move declarations for object-file.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
- dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 11 months ago
- e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 2 years ago
- 4a93b89 libs: use "struct repository *" argument, not "the_repository" by Ævar Arnfjörð Bjarmason · 2 years ago
- ecb5091 cocci: apply the "commit.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
- d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 2 years ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 2 years ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 2 years ago
- cbeab74 replace-object.h: move read_replace_refs declaration from cache.h to here by Elijah Newren · 2 years, 1 month ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 1 month ago
- 97e61e0 refs: use ref_namespaces for replace refs base by Derrick Stolee · 2 years, 7 months ago
- 538dc45 Merge branch 'ep/maint-equals-null-cocci' by Junio C Hamano · 2 years, 10 months ago
- 2b0a58d Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 by Junio C Hamano · 2 years, 10 months ago
- afe8a90 tree-wide: apply equals-null.cocci by Junio C Hamano · 2 years, 10 months ago
- 430883a Merge branch 'ab/object-file-api-updates' by Junio C Hamano · 3 years ago
- 44439c1 object-file API: have hash_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
- c80d226 object-file API: have write_object_file() take "enum object_type" by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
- 959d670 i18n: remove from i18n strings that do not hold translatable parts by Jean-Noël Avila · 3 years, 1 month ago
- 2b70989 run-command API users: use strvec_pushl(), not argv construction by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
- ab62858 advice: move advice.graftFileDeprecated squashing to commit.[ch] by Ævar Arnfjörð Bjarmason · 3 years, 7 months ago
- d70a9eb strvec: rename struct fields by Jeff King · 4 years, 8 months ago
- 22f9b7f strvec: convert builtin/ callers away from argv_array name by Jeff King · 4 years, 8 months ago
- 2dcde20 sha1-file: pass git_hash_algo to hash_object_file() by Matheus Tavares · 5 years ago
- 676278f Merge branch 'bc/object-id-part17' by Junio C Hamano · 5 years ago
- c77722b use get_tagged_oid() by René Scharfe · 6 years ago
- 28ba183 builtin/replace: make hash size independent by brian m. carlson · 6 years ago
- ce2a18f Merge branch 'cc/replace-graft-peel-tags' by Junio C Hamano · 6 years ago
- ee521ec replace: peel tag when passing a tag first to --graft by Christian Couder · 6 years ago
- f8e44a8 replace: peel tag when passing a tag as parent to --graft by Christian Couder · 6 years ago
- 5a59a23 completion: add more parameter value completion by Nguyễn Thái Ngọc Duy · 6 years ago
- f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 6 years ago
- 671e629 Merge branch 'ab/replace-graft-with-replace-advice' by Junio C Hamano · 6 years ago
- 8821e90 advice: don't pointlessly suggest --convert-graft-file by Ævar Arnfjörð Bjarmason · 6 years ago
- e60e38a Merge branch 'ds/commit-graph-with-grafts' into maint by Junio C Hamano · 6 years ago
- 11877b9 Merge branch 'nd/the-index' by Junio C Hamano · 6 years ago
- 6d8f8eb Merge branch 'ds/commit-graph-with-grafts' by Junio C Hamano · 6 years ago
- 58bf2a4 sha1-file.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
- 4a7e27e convert "oidcmp() == 0" to oideq() by Jeff King · 7 years ago
- 212e0f7 refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback by Stefan Beller · 7 years ago
- 1689c22 Merge branch 'jk/core-use-replace-refs' by Junio C Hamano · 7 years ago
- 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
- 225c62e builtin/replace.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
- 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
- 6ebd1ca check_replace_refs: rename to read_replace_refs by Jeff King · 7 years ago
- 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
- 0e740fe tag: add repository argument to parse_tag_buffer by Stefan Beller · 7 years ago
- ce71efb tag: add repository argument to lookup_tag by Stefan Beller · 7 years ago
- 2122f67 commit: add repository argument to lookup_commit_reference by Stefan Beller · 7 years ago
- b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
- 352cf6c Merge branch 'js/deprecate-grafts' by Junio C Hamano · 7 years ago
- fb40429 replace: introduce --convert-graft-file by Johannes Schindelin · 7 years ago
- 041c98e replace: prepare create_graft() for converting graft files wholesale by Johannes Schindelin · 7 years ago
- e24e871 replace: "libify" create_graft() and callees by Johannes Schindelin · 7 years ago
- d398f2e replace: avoid using die() to indicate a bug by Johannes Schindelin · 7 years ago
- fef461e commit: Let the callback of for_each_mergetag return on error by Johannes Schindelin · 7 years ago
- 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
- 60ce76d refs: add repository argument to for_each_replace_ref by Stefan Beller · 7 years ago
- a5bbc29 Merge branch 'bc/object-id' by Junio C Hamano · 7 years ago
- 7fb6aef Merge branch 'nd/parseopt-completion' by Junio C Hamano · 7 years ago
- abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
- 169c9c0 Merge branch 'bw/c-plus-plus' by Junio C Hamano · 7 years ago
- efdfe11 replace: rename 'new' variables by Brandon Williams · 7 years ago
- debca9d object: rename function 'typename' to 'type_name' by Brandon Williams · 7 years ago
- 1b35475 completion: use __gitcomp_builtin in _git_replace by Nguyễn Thái Ngọc Duy · 7 years ago
- a09c985 sha1_file: convert write_sha1_file to object_id by Patryk Obara · 7 years ago
- f070fac sha1_file: convert hash_sha1_file to object_id by Patryk Obara · 7 years ago
- 34c290a refs: convert read_ref and read_ref_full to object_id by brian m. carlson · 7 years ago
- 89f3bbd refs: update ref transactions to use struct object_id by brian m. carlson · 7 years ago
- 2616a5e refs: convert delete_ref and refs_delete_ref to struct object_id by brian m. carlson · 7 years ago
- e350655 sha1_file: convert index_fd to struct object_id by Patryk Obara · 8 years ago
- e82caf3 sha1_name: convert get_sha1* to get_oid* by brian m. carlson · 8 years ago
- 0c6435a Merge branch 'ab/wildmatch' by Junio C Hamano · 8 years ago
- f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
- 55d3426 wildmatch: remove unused wildopts parameter by Ævar Arnfjörð Bjarmason · 8 years ago
- b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
- d3101b5 Convert lookup_tag to struct object_id by brian m. carlson · 8 years ago
- bc83266 Convert lookup_commit* to struct object_id by brian m. carlson · 8 years ago
- 372b050 replace: plug a memory leak by Junio C Hamano · 8 years ago
- 7f897b6 avoid using fixed PATH_MAX buffers for refs by Jeff King · 8 years ago
- e1fae93 Merge branch 'bc/object-id' by Junio C Hamano · 8 years ago
- cea4332 builtin/replace: convert to struct object_id by brian m. carlson · 8 years ago
- 755b49a delete_ref: accept a reflog message argument by Kyle Meyer · 8 years ago
- 60b3e9b Merge branch 'js/replace-edit-use-editor-configuration' by Junio C Hamano · 9 years ago
- 36b1437 replace --edit: respect core.editor by Johannes Schindelin · 9 years ago
- f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
- 31a0ad5 Merge branch 'mh/replace-refs' by Junio C Hamano · 10 years ago
- 58d121b Allow to control where the replace refs are looked for by Mike Hommey · 10 years ago
- d70d7a8 show_reference(): rewrite to take an object_id argument by Michael Haggerty · 10 years ago
- 2b2a5be each_ref_fn: change to take an object_id parameter by Michael Haggerty · 10 years ago
- 1d147bd ref_transaction_update(): remove "have_old" parameter by Michael Haggerty · 10 years ago
- db7516a refs.c: pass the ref log message to _create/delete/update instead of _commit by Ronnie Sahlberg · 11 years ago
- 01d678a Merge branch 'rs/ref-transaction-1' by Junio C Hamano · 11 years ago
- 867c2fa replace.c: use the ref transaction functions for updates by Ronnie Sahlberg · 11 years ago
- d318027 run-command: introduce CHILD_PROCESS_INIT by René Scharfe · 11 years ago
- 1673744 Merge branch 'cc/replace-graft' by Junio C Hamano · 11 years ago
- 25a05a8 replace: check mergetags when using --graft by Christian Couder · 11 years ago
- 0b05ab6 replace: remove signature when using --graft by Christian Couder · 11 years ago
- 4228e8b replace: add --graft option by Christian Couder · 11 years ago
- 2deda62 replace: add a --raw mode for --edit by Jeff King · 11 years ago