index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
worktree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
Merge branch 'rs/worktree-add-basename-fixes'
Junio C Hamano
1
-19
/
+14
5 days
Merge branch 'yn/worktree-ambiguous-remote-advice'
Junio C Hamano
1
-6
/
+51
12 days
Merge branch 'yn/worktree-add-no-dwim-with-b'
Junio C Hamano
1
-0
/
+3
2026-08-27
worktree add: treat multiple matches with --guess-remote as an error
Yoichi NAKAYAMA
1
-3
/
+17
2026-08-27
worktree add: improve message for ambiguous remote branch name
Yoichi NAKAYAMA
1
-3
/
+34
2026-08-27
checkout: improve message for ambiguous remote branch name
Yoichi NAKAYAMA
1
-2
/
+2
2026-08-26
worktree add: let worktree_basename() return string copy
René Scharfe
1
-15
/
+10
2026-08-25
worktree add: trim slashes when deriving branch name from path
René Scharfe
1
-2
/
+2
2026-08-25
worktree add: reject separator-only path
René Scharfe
1
-0
/
+2
2026-08-25
worktree add: don't read out of bounds in worktree_basename()
René Scharfe
1
-5
/
+3
2026-08-20
worktree add: shouldn't dwim if -b or -B is given
Yoichi NAKAYAMA
1
-0
/
+3
2026-07-27
Merge branch 'ps/copy-wo-the-repository'
Junio C Hamano
1
-2
/
+2
2026-07-27
Merge branch 'ps/refs-wo-the-repository'
Junio C Hamano
1
-15
/
+17
2026-07-16
copy: drop dependency on `the_repository`
Patrick Steinhardt
1
-2
/
+2
2026-07-16
refs: remove remaining uses of `the_repository`
Patrick Steinhardt
1
-4
/
+4
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
1
-11
/
+13
2026-07-05
worktree: fix resource leaks when branch creation fails
Johannes Schindelin
1
-2
/
+5
2026-04-10
hook: mark non-parallelizable hooks
Emily Shaffer
1
-1
/
+1
2026-04-03
Merge branch 'pw/worktree-reduce-the-repository'
Junio C Hamano
1
-19
/
+2
2026-03-26
worktree add: stop reading ".git/HEAD"
Phillip Wood
1
-19
/
+2
2026-03-11
worktree: do not pass strbuf by value
Deveshi Dwivedi
1
-1
/
+1
2026-03-05
Merge branch 'ob/core-attributesfile-in-repository'
Junio C Hamano
1
-1
/
+2
2026-03-04
Merge branch 'pw/no-more-NULL-means-current-worktree'
Junio C Hamano
1
-2
/
+2
2026-03-04
Merge branch 'kn/ref-location'
Junio C Hamano
1
-0
/
+34
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
1
-1
/
+2
2026-02-25
refs: allow reference location in refstorage config
Karthik Nayak
1
-0
/
+34
2026-02-19
path: remove repository argument from worktree_git_path()
Phillip Wood
1
-2
/
+2
2026-02-09
Merge branch 'sb/doc-worktree-prune-expire-improvement'
Junio C Hamano
1
-2
/
+2
2026-01-28
worktree: clarify that --expire only affects missing worktrees
Sam Bostock
1
-2
/
+2
2025-11-26
Merge branch 'pw/worktree-list-display-width-fix'
Junio C Hamano
1
-12
/
+29
2025-11-18
worktree list: quote paths
Phillip Wood
1
-2
/
+8
2025-11-18
worktree list: fix column spacing
Phillip Wood
1
-12
/
+23
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-5
/
+1
2025-07-23
config: drop `git_config_set_multivar_in_file_gently()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config_set_in_file_gently()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-06-17
Merge branch 'ly/do-not-localize-bug-messages'
Junio C Hamano
1
-1
/
+1
2025-06-03
BUG(): remove leading underscore of the format string
Lidong Yan
1
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-4
/
+4
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-2
/
+9
2025-02-07
path: drop `git_common_path()` in favor of `repo_common_path()`
Patrick Steinhardt
1
-4
/
+12
2025-02-07
worktree: return allocated string from `get_worktree_git_dir()`
Patrick Steinhardt
1
-2
/
+8
2025-02-07
path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
Patrick Steinhardt
1
-1
/
+1
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-2
/
+2
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-15
Merge branch 'jc/forbid-head-as-tagname'
Junio C Hamano
1
-4
/
+4
2024-12-13
Merge branch 'cw/worktree-extension'
Junio C Hamano
1
-12
/
+17
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-03
refs: drop strbuf_ prefix from helpers
Junio C Hamano
1
-4
/
+4
[next]