aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/branch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano1-2/+2
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano1-11/+2
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-2/+2
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe1-11/+2
2023-06-17branch: fix a leak in cmd_branchRubén Justo1-0/+2
2023-06-12strbuf: remove global variableCalvin Wan1-2/+2
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano1-13/+58
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+2
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano1-1/+5
2023-04-17Merge branch 'cm/branch-delete-error-message-update'Junio C Hamano1-4/+21
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle1-1/+5
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-4/+5
2023-04-06branch: improve error log on branch not found by checking remotes refsClement Mabileau1-4/+21
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-4/+5
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-27branch: avoid unnecessary worktrees traversalsRubén Justo1-1/+1
2023-03-27branch: rename orphan branches in any worktreeRubén Justo1-2/+4
2023-03-27branch: description for orphan branch errorsRubén Justo1-5/+16
2023-03-27branch: use get_worktrees() in copy_or_rename_branch()Rubén Justo1-9/+9
2023-03-27branch: test for failures while renaming branchesRubén Justo1-0/+32
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment: move comment_line_char from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee1-0/+1
2022-12-19Merge branch 'rj/branch-copy-and-rename'Junio C Hamano1-3/+3
2022-11-17branch: force-copy a branch to itself via @{-1} is a no-opRubén Justo1-3/+3
2022-11-10branch: gracefully handle '-d' on orphan HEADJeff King1-6/+3
2022-10-30Merge branch 'rj/branch-do-not-exit-with-minus-one-status'Taylor Blau1-1/+1
2022-10-26branch: error code with --edit-descriptionRubén Justo1-1/+1
2022-10-26branch: error copying or renaming a detached HEADRubén Justo1-20/+8
2022-10-21Merge branch 'rj/branch-edit-description-with-nth-checkout'Junio C Hamano1-19/+34
2022-10-17Merge branch 'rj/branch-edit-desc-unborn'Junio C Hamano1-2/+12
2022-10-17Merge branch 'jc/branch-description-unset'Junio C Hamano1-2/+4
2022-10-10branch: support for shortcuts like @{-1}, completedRubén Justo1-19/+34
2022-10-07branch: description for non-existent branch errorsRubén Justo1-2/+12
2022-09-30branch: do not fail a no-op --edit-descJunio C Hamano1-2/+4
2022-06-21branch: drop unused worktrees variableJeff King1-4/+0
2022-06-15branch: use branch_checked_out() when deleting refsDerrick Stolee1-4/+3
2022-02-18Merge branch 'gc/branch-recurse-submodules'Junio C Hamano1-19/+51
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo1-6/+38
2022-02-01builtin/branch: consolidate action-picking logic in cmd_branch()Glen Choo1-8/+11
2022-02-01branch: add a dry_run parameter to create_branch()Glen Choo1-1/+1
2022-02-01branch: move --set-upstream-to behavior to dwim_and_setup_tracking()Glen Choo1-6/+3