index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
worktree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/leakfixes'
Junio C Hamano
2024-06-06
1
-9
/
+11
|
\
|
*
checkout: clarify memory ownership in `unique_tracking_name()`
Patrick Steinhardt
2024-05-27
1
-9
/
+11
*
|
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-30
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
2024-05-17
1
-1
/
+1
*
|
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
refs: rename `refs_create_symref()` to `refs_update_symref()`
Karthik Nayak
2024-05-07
1
-1
/
+1
*
|
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-8
/
+11
|
/
*
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-04-05
1
-1
/
+1
|
\
|
*
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
2024-03-12
1
-1
/
+1
*
|
config: add --comment option to add a comment
Ralph Seichter
2024-03-15
1
-2
/
+2
|
/
*
Merge branch 'jc/comment-style-fixes'
Junio C Hamano
2024-02-06
1
-5
/
+5
|
\
|
*
builtin/worktree: comment style fixes
Junio C Hamano
2024-01-29
1
-5
/
+5
*
|
Merge branch 'ps/worktree-refdb-initialization'
Junio C Hamano
2024-01-26
1
-28
/
+25
|
\
\
|
*
|
builtin/worktree: create refdb via ref backend
Patrick Steinhardt
2024-01-08
1
-26
/
+22
|
*
|
builtin/worktree: move setup of commondir file earlier
Patrick Steinhardt
2024-01-08
1
-3
/
+4
*
|
|
Merge branch 'jc/orphan-unborn'
Junio C Hamano
2024-01-02
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
orphan/unborn: fix use of 'orphan' in end-user facing messages
Junio C Hamano
2023-11-24
1
-3
/
+3
|
|
/
*
|
worktree: simplify incompatibility message for --orphan and commit-ish
René Scharfe
2023-12-08
1
-2
/
+2
*
|
worktree: standardize incompatibility messages
René Scharfe
2023-12-08
1
-8
/
+9
|
/
*
worktree: mark unused parameters in each_ref_fn callback
Jeff King
2023-08-30
1
-4
/
+4
*
Merge branch 'ja/worktree-orphan'
Junio C Hamano
2023-08-25
1
-1
/
+1
|
\
|
*
builtin/worktree.c: fix typo in "forgot fetch" msg
Jacob Abel
2023-08-14
1
-1
/
+1
*
|
Merge branch 'ja/worktree-orphan-fix'
Junio C Hamano
2023-08-04
1
-2
/
+2
|
\
\
|
*
|
builtin/worktree.c: convert tab in advice to space
Jacob Abel
2023-07-26
1
-2
/
+2
|
|
/
*
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
\
|
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+3
*
|
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
|
*
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
|
Merge branch 'sl/worktree-sparse'
Junio C Hamano
2023-06-23
1
-0
/
+4
|
\
\
\
|
*
|
|
worktree: integrate with sparse-index
Shuqi Liang
2023-06-12
1
-0
/
+4
*
|
|
|
Merge branch 'ja/worktree-orphan'
Junio C Hamano
2023-06-23
1
-10
/
+217
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
worktree add: emit warn when there is a bad HEAD
Jacob Abel
2023-05-18
1
-5
/
+29
|
*
|
worktree add: extend DWIM to infer --orphan
Jacob Abel
2023-05-18
1
-1
/
+113
|
*
|
worktree add: introduce "try --orphan" hint
Jacob Abel
2023-05-18
1
-0
/
+26
|
*
|
worktree add: add --orphan flag
Jacob Abel
2023-05-18
1
-11
/
+56
|
*
|
worktree add: include -B in usage docs
Jacob Abel
2023-05-18
1
-1
/
+1
*
|
|
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
2023-05-26
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+2
|
\
\
|
*
|
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
|
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+2
|
\
|
|
|
|
/
|
/
|
|
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+4
|
|
\
*
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+4
|
\
|
|
|
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
[next]