summaryrefslogtreecommitdiffstats
path: root/branch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/forbid-head-as-tagname'Junio C Hamano2024-12-161-1/+1
|\
| * refs: drop strbuf_ prefix from helpersJunio C Hamano2024-12-031-1/+1
* | refs: allow passing flags when setting up a transactionPatrick Steinhardt2024-11-201-1/+1
* | submodule: fix leaking submodule entry listPatrick Steinhardt2024-09-301-2/+6
|/
* branch: stop modifying `log_all_ref_updates` variablePatrick Steinhardt2024-09-121-2/+3
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-201-1/+1
|\
| * refs: accept symref values in `ref_transaction_update()`Karthik Nayak2024-05-071-1/+1
* | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-2/+3
* | Merge branch 'pf/commitish-committish'Junio C Hamano2024-04-191-5/+5
|\ \ | |/ |/|
| * typo: replace 'commitish' with 'committish'Pi Fisher2024-04-121-5/+5
* | branch: advise about ref syntax rulesKristoffer Haugsbakk2024-03-051-2/+6
* | refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt2024-01-191-1/+1
* | refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt2024-01-191-1/+2
* | Merge branch 'rj/status-bisect-while-rebase'Junio C Hamano2024-01-021-2/+2
|\ \
| * | status: fix branch shown when not only bisectingRubén Justo2023-10-171-2/+2
| |/
* | branch: error message checking out a branch in useRubén Justo2023-08-091-1/+1
* | branch: update the message to refuse touching a branch in-useJunio C Hamano2023-07-221-1/+1
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-0/+1
|\ \
| * | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
| |/
* | branch: fix a leak in setup_trackingRubén Justo2023-06-171-1/+1
* | branch: fix a leak in setup_trackingRubén Justo2023-06-131-1/+1
* | branch: fix a leak in check_tracking_branchRubén Justo2023-06-131-1/+4
* | branch: fix a leak in inherit_trackingRubén Justo2023-06-131-1/+1
* | branch: fix a leak in dwim_and_setup_trackingRubén Justo2023-06-131-1/+2
|/
* Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano2023-05-151-27/+0
|\
| * branch: test for failures while renaming branchesRubén Justo2023-03-271-27/+0
* | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* | treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+0
* | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+4
|\ \
| * | libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
| * | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| |/
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano2023-03-191-5/+9
|\ \
| * | branch: fix die_if_checked_out() when ignore_current_worktreeRubén Justo2023-02-251-5/+9
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
| |/ |/|
* | branch: improve advice when --recurse-submodules failsPhilippe Blain2023-01-191-1/+1
|/
* branch: consider refs under 'update-refs'Derrick Stolee2022-07-191-0/+13
* Merge branch 'ds/branch-checked-out' into ds/rebase-update-refJunio C Hamano2022-07-121-8/+68
|\
| * branch: fix branch_checked_out() leaksDerrick Stolee2022-06-151-10/+15
| * branch: check for bisects and rebasesDerrick Stolee2022-06-151-8/+27
| * branch: add branch_checked_out() helperDerrick Stolee2022-06-151-0/+36
* | Merge branch 'ab/env-array'Junio C Hamano2022-06-111-1/+1
|\ \
| * | run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-1/+1
* | | Merge branch 'tk/simple-autosetupmerge'Junio C Hamano2022-05-261-1/+26
|\ \ \ | |_|/ |/| |
| * | branch: new autosetupmerge option 'simple' for matching branchesTao Klerks2022-04-291-1/+26
| |/