index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
worktree.c
Age
Commit message (
Expand
)
Author
Lines
2023-11-02
Merge branch 'ja/worktree-orphan' into maint-2.42
Junio C Hamano
-1
/
+1
2023-08-13
builtin/worktree.c: fix typo in "forgot fetch" msg
Jacob Abel
-1
/
+1
2023-08-04
Merge branch 'ja/worktree-orphan-fix'
Junio C Hamano
-2
/
+2
2023-07-26
builtin/worktree.c: convert tab in advice to space
Jacob Abel
-2
/
+2
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
-1
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
-2
/
+3
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
-1
/
+0
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
-2
/
+3
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
-2
/
+3
2023-06-23
Merge branch 'sl/worktree-sparse'
Junio C Hamano
-0
/
+4
2023-06-22
Merge branch 'ja/worktree-orphan'
Junio C Hamano
-10
/
+217
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
-2
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
-0
/
+1
2023-06-12
worktree: integrate with sparse-index
Shuqi Liang
-0
/
+4
2023-05-26
repository: move 'repository_format_worktree_config' to repo scope
Victoria Dye
-1
/
+1
2023-05-17
worktree add: emit warn when there is a bad HEAD
Jacob Abel
-5
/
+29
2023-05-17
worktree add: extend DWIM to infer --orphan
Jacob Abel
-1
/
+113
2023-05-17
worktree add: introduce "try --orphan" hint
Jacob Abel
-0
/
+26
2023-05-17
worktree add: add --orphan flag
Jacob Abel
-11
/
+56
2023-05-17
worktree add: include -B in usage docs
Jacob Abel
-1
/
+1
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
-0
/
+2
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
-0
/
+2
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
-0
/
+1
2023-04-24
copy.h: move declarations for copy.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-0
/
+4
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
-4
/
+4
2023-04-06
Merge branch 'ab/config-multi-and-nonbool'
Junio C Hamano
-2
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-4
/
+4
2023-03-28
config API: add and use a "git_config_get()" family of functions
Ævar Arnfjörð Bjarmason
-2
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-4
/
+4
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-06
worktree: fix a trivial leak in prune_worktrees()
Ævar Arnfjörð Bjarmason
-3
/
+3
2023-01-17
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-01-16
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-11-21
built-ins: use free() not UNLEAK() if trivial, rm dead code
Ævar Arnfjörð Bjarmason
-3
/
+4
2022-10-13
doc txt & -h consistency: make "worktree" consistent
Ævar Arnfjörð Bjarmason
-5
/
+6
2022-10-13
worktree: define subcommand -h in terms of command -h
Ævar Arnfjörð Bjarmason
-25
/
+84
2022-10-13
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-08-19
builtin/worktree.c: let parse-options parse subcommands
SZEDER Gábor
-19
/
+12
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
-4
/
+4
2022-04-04
Merge branch 'pw/worktree-list-with-z'
Junio C Hamano
-16
/
+24
2022-04-04
Merge branch 'dp/worktree-repair-in-usage'
Junio C Hamano
-0
/
+1
2022-03-31
worktree: add -z option for list subcommand
Phillip Wood
-16
/
+24
[next]