summaryrefslogtreecommitdiff
path: root/branch.c
AgeCommit message (Expand)Author
2023-07-21branch: update the message to refuse touching a branch in-useJunio C Hamano
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-17branch: fix a leak in setup_trackingRubén Justo
2023-06-12branch: fix a leak in setup_trackingRubén Justo
2023-06-12branch: fix a leak in check_tracking_branchRubén Justo
2023-06-12branch: fix a leak in inherit_trackingRubén Justo
2023-06-12branch: fix a leak in dwim_and_setup_trackingRubén Justo
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-27branch: test for failures while renaming branchesRubén Justo
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-19Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano
2023-02-25branch: fix die_if_checked_out() when ignore_current_worktreeRubén Justo
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-18branch: improve advice when --recurse-submodules failsPhilippe Blain
2022-07-19branch: consider refs under 'update-refs'Derrick Stolee
2022-07-12Merge branch 'ds/branch-checked-out' into ds/rebase-update-refJunio C Hamano
2022-06-15branch: fix branch_checked_out() leaksDerrick Stolee
2022-06-15branch: check for bisects and rebasesDerrick Stolee
2022-06-15branch: add branch_checked_out() helperDerrick Stolee
2022-06-10Merge branch 'ab/env-array'Junio C Hamano
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-05-26Merge branch 'tk/simple-autosetupmerge'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' into ep/equals-null-cocciJunio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks
2022-04-04Merge branch 'tk/ambiguous-fetch-refspec'Junio C Hamano
2022-04-04Merge branch 'gc/branch-recurse-submodules-fix'Junio C Hamano
2022-04-01tracking branches: add advice to ambiguous refspec errorTao Klerks
2022-03-31branch.c: simplify advice-and-die sequenceGlen Choo
2022-03-31branch: rework comments for future developersGlen Choo
2022-03-30branch: remove negative exit codeGlen Choo
2022-03-30branch --set-upstream-to: be consistent when advisingGlen Choo
2022-03-30branch: give submodule updating advice before exitGlen Choo
2022-03-30branch: support more tracking modes when recursingGlen Choo
2022-02-18Merge branch 'gc/branch-recurse-submodules'Junio C Hamano
2022-02-04branch.c: use 'goto cleanup' in setup_tracking() to fix memory leaksGlen Choo
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo
2022-02-01branch: add a dry_run parameter to create_branch()Glen Choo