summaryrefslogtreecommitdiffstats
path: root/branch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-15branch: check for bisects and rebasesDerrick Stolee1-8/+27
2022-06-15branch: add branch_checked_out() helperDerrick Stolee1-0/+36
2022-06-10Merge branch 'ab/env-array'Junio C Hamano1-1/+1
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason1-1/+1
2022-05-26Merge branch 'tk/simple-autosetupmerge'Junio C Hamano1-1/+26
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' into ep/equals-null-cocciJunio C Hamano1-1/+1
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-1/+1
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-1/+1
2022-04-29branch: new autosetupmerge option 'simple' for matching branchesTao Klerks1-1/+26
2022-04-04Merge branch 'tk/ambiguous-fetch-refspec'Junio C Hamano1-7/+56
2022-04-04Merge branch 'gc/branch-recurse-submodules-fix'Junio C Hamano1-12/+35
2022-04-01tracking branches: add advice to ambiguous refspec errorTao Klerks1-7/+56
2022-03-31branch.c: simplify advice-and-die sequenceGlen Choo1-7/+4
2022-03-31branch: rework comments for future developersGlen Choo1-2/+2
2022-03-30branch: remove negative exit codeGlen Choo1-1/+1
2022-03-30branch --set-upstream-to: be consistent when advisingGlen Choo1-2/+3
2022-03-30branch: give submodule updating advice before exitGlen Choo1-2/+4
2022-03-30branch: support more tracking modes when recursingGlen Choo1-3/+26
2022-02-18Merge branch 'gc/branch-recurse-submodules'Junio C Hamano1-44/+233
2022-02-04branch.c: use 'goto cleanup' in setup_tracking() to fix memory leaksGlen Choo1-3/+4
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo1-0/+141
2022-02-01branch: add a dry_run parameter to create_branch()Glen Choo1-1/+4