index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
branch.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-2
/
+2
2023-07-06
Merge branch 'rs/strbuf-expand-step'
Junio C Hamano
1
-11
/
+2
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-2
/
+2
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-18
strbuf: factor out strbuf_expand_step()
René Scharfe
1
-11
/
+2
2023-06-17
branch: fix a leak in cmd_branch
Rubén Justo
1
-0
/
+2
2023-06-12
strbuf: remove global variable
Calvin Wan
1
-2
/
+2
2023-05-15
Merge branch 'rj/branch-unborn-in-other-worktrees'
Junio C Hamano
1
-13
/
+58
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+2
2023-04-21
Merge branch 'ow/ref-filter-omit-empty'
Junio C Hamano
1
-1
/
+5
2023-04-17
Merge branch 'cm/branch-delete-error-message-update'
Junio C Hamano
1
-4
/
+21
2023-04-13
branch, for-each-ref, tag: add option to omit empty lines
Øystein Walle
1
-1
/
+5
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
1
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+3
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-4
/
+5
2023-04-06
branch: improve error log on branch not found by checking remotes refs
Clement Mabileau
1
-4
/
+21
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-4
/
+5
2023-03-28
post-cocci: adjust comments for recent repo_* migration
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "commit-reach.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-27
branch: avoid unnecessary worktrees traversals
Rubén Justo
1
-1
/
+1
2023-03-27
branch: rename orphan branches in any worktree
Rubén Justo
1
-2
/
+4
2023-03-27
branch: description for orphan branch errors
Rubén Justo
1
-5
/
+16
2023-03-27
branch: use get_worktrees() in copy_or_rename_branch()
Rubén Justo
1
-9
/
+9
2023-03-27
branch: test for failures while renaming branches
Rubén Justo
1
-0
/
+32
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment: move comment_line_char from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-20
for-each-ref: add ahead-behind format atom
Derrick Stolee
1
-0
/
+1
2022-12-19
Merge branch 'rj/branch-copy-and-rename'
Junio C Hamano
1
-3
/
+3
2022-11-17
branch: force-copy a branch to itself via @{-1} is a no-op
Rubén Justo
1
-3
/
+3
2022-11-10
branch: gracefully handle '-d' on orphan HEAD
Jeff King
1
-6
/
+3
2022-10-30
Merge branch 'rj/branch-do-not-exit-with-minus-one-status'
Taylor Blau
1
-1
/
+1
2022-10-26
branch: error code with --edit-description
Rubén Justo
1
-1
/
+1
2022-10-26
branch: error copying or renaming a detached HEAD
Rubén Justo
1
-20
/
+8
2022-10-21
Merge branch 'rj/branch-edit-description-with-nth-checkout'
Junio C Hamano
1
-19
/
+34
2022-10-17
Merge branch 'rj/branch-edit-desc-unborn'
Junio C Hamano
1
-2
/
+12
2022-10-17
Merge branch 'jc/branch-description-unset'
Junio C Hamano
1
-2
/
+4
2022-10-10
branch: support for shortcuts like @{-1}, completed
Rubén Justo
1
-19
/
+34
2022-10-07
branch: description for non-existent branch errors
Rubén Justo
1
-2
/
+12
2022-09-30
branch: do not fail a no-op --edit-desc
Junio C Hamano
1
-2
/
+4
2022-06-21
branch: drop unused worktrees variable
Jeff King
1
-4
/
+0
2022-06-15
branch: use branch_checked_out() when deleting refs
Derrick Stolee
1
-4
/
+3
2022-02-18
Merge branch 'gc/branch-recurse-submodules'
Junio C Hamano
1
-19
/
+51
2022-02-04
branch: add --recurse-submodules option for branch creation
Glen Choo
1
-6
/
+38
2022-02-01
builtin/branch: consolidate action-picking logic in cmd_branch()
Glen Choo
1
-8
/
+11
2022-02-01
branch: add a dry_run parameter to create_branch()
Glen Choo
1
-1
/
+1
2022-02-01
branch: move --set-upstream-to behavior to dwim_and_setup_tracking()
Glen Choo
1
-6
/
+3
[next]