aboutsummaryrefslogtreecommitdiffstats
path: root/branch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: drop `git_config_get_multivar_gently()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt1-3/+3
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-1/+1
2025-06-23remote: remove branch->merge_name and fix branch_release()Jacob Keller1-2/+2
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-02-07worktree: return allocated string from `get_worktree_git_dir()`Patrick Steinhardt1-2/+5
2024-12-15Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano1-1/+1
2024-12-03refs: drop strbuf_ prefix from helpersJunio C Hamano1-1/+1
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt1-1/+1
2024-09-30submodule: fix leaking submodule entry listPatrick Steinhardt1-2/+6
2024-09-12branch: stop modifying `log_all_ref_updates` variablePatrick Steinhardt1-2/+3
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-2/+3
2024-05-07refs: accept symref values in `ref_transaction_update()`Karthik Nayak1-1/+1
2024-04-19Merge branch 'pf/commitish-committish'Junio C Hamano1-5/+5
2024-04-11typo: replace 'commitish' with 'committish'Pi Fisher1-5/+5
2024-03-05branch: advise about ref syntax rulesKristoffer Haugsbakk1-2/+6
2024-01-19refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt1-1/+1
2024-01-19refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt1-1/+2
2024-01-02Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano1-2/+2
2023-10-16status: fix branch shown when not only bisectingRubén Justo1-2/+2
2023-08-08branch: error message checking out a branch in useRubén Justo1-1/+1
2023-07-21branch: update the message to refuse touching a branch in-useJunio C Hamano1-1/+1
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-0/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-17branch: fix a leak in setup_trackingRubén Justo1-1/+1
2023-06-12branch: fix a leak in setup_trackingRubén Justo1-1/+1
2023-06-12branch: fix a leak in check_tracking_branchRubén Justo1-1/+4
2023-06-12branch: fix a leak in inherit_trackingRubén Justo1-1/+1
2023-06-12branch: fix a leak in dwim_and_setup_trackingRubén Justo1-1/+2
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano1-27/+0
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+0
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-3/+4
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-4/+4
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-27branch: test for failures while renaming branchesRubén Justo1-27/+0
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-19Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano1-5/+9
2023-02-25branch: fix die_if_checked_out() when ignore_current_worktreeRubén Justo1-5/+9
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-01-18branch: improve advice when --recurse-submodules failsPhilippe Blain1-1/+1
2022-07-19branch: consider refs under 'update-refs'Derrick Stolee1-0/+13
2022-07-12Merge branch 'ds/branch-checked-out' into ds/rebase-update-refJunio C Hamano1-8/+68
2022-06-15branch: fix branch_checked_out() leaksDerrick Stolee1-10/+15