aboutsummaryrefslogtreecommitdiff
path: root/builtin/branch.c
AgeCommit message (Expand)Author
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-28config: inline git_color_default_configGlen Choo
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-18strbuf: factor out strbuf_expand_step()René Scharfe
2023-06-17branch: fix a leak in cmd_branchRubén Justo
2023-06-12strbuf: remove global variableCalvin Wan
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-21Merge branch 'ow/ref-filter-omit-empty'Junio C Hamano
2023-04-17Merge branch 'cm/branch-delete-error-message-update'Junio C Hamano
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06branch: improve error log on branch not found by checking remotes refsClement Mabileau
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.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: avoid unnecessary worktrees traversalsRubén Justo
2023-03-27branch: rename orphan branches in any worktreeRubén Justo
2023-03-27branch: description for orphan branch errorsRubén Justo
2023-03-27branch: use get_worktrees() in copy_or_rename_branch()Rubén Justo
2023-03-27branch: test for failures while renaming branchesRubén Justo
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20for-each-ref: add ahead-behind format atomDerrick Stolee
2022-12-19Merge branch 'rj/branch-copy-and-rename'Junio C Hamano
2022-11-17branch: force-copy a branch to itself via @{-1} is a no-opRubén Justo
2022-11-10branch: gracefully handle '-d' on orphan HEADJeff King
2022-10-30Merge branch 'rj/branch-do-not-exit-with-minus-one-status'Taylor Blau
2022-10-26branch: error code with --edit-descriptionRubén Justo
2022-10-26branch: error copying or renaming a detached HEADRubén Justo
2022-10-21Merge branch 'rj/branch-edit-description-with-nth-checkout'Junio C Hamano
2022-10-17Merge branch 'rj/branch-edit-desc-unborn'Junio C Hamano
2022-10-17Merge branch 'jc/branch-description-unset'Junio C Hamano
2022-10-10branch: support for shortcuts like @{-1}, completedRubén Justo
2022-10-07branch: description for non-existent branch errorsRubén Justo
2022-09-30branch: do not fail a no-op --edit-descJunio C Hamano
2022-06-21branch: drop unused worktrees variableJeff King
2022-06-15branch: use branch_checked_out() when deleting refsDerrick Stolee
2022-02-18Merge branch 'gc/branch-recurse-submodules'Junio C Hamano
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo