index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-worktree.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'nd/worktree-move'
Junio C Hamano
2018-03-14
1
-15
/
+19
|
\
|
*
worktree remove: new command
Nguyễn Thái Ngọc Duy
2018-02-12
1
-9
/
+12
|
*
worktree move: refuse to move worktrees with submodules
Nguyễn Thái Ngọc Duy
2018-02-12
1
-1
/
+1
|
*
worktree move: new command
Nguyễn Thái Ngọc Duy
2018-02-12
1
-6
/
+7
*
|
git-worktree.txt: fix indentation of example and text of 'add' command
Eric Sunshine
2018-02-16
1
-0
/
+1
*
|
git-worktree.txt: fix missing ")" typo
Eric Sunshine
2018-02-16
1
-2
/
+2
|
/
*
Documentation/git-worktree.txt: add missing `
Ralf Thielow
2018-01-11
1
-1
/
+1
*
add worktree.guessRemote config option
Thomas Gummerer
2017-12-06
1
-0
/
+3
*
worktree: add --guess-remote flag to add subcommand
Thomas Gummerer
2017-12-06
1
-0
/
+7
*
worktree: make add <path> <branch> dwim
Thomas Gummerer
2017-11-27
1
-0
/
+8
*
worktree: add --[no-]track option to the add subcommand
Thomas Gummerer
2017-11-27
1
-0
/
+6
*
worktree: add can be created from any commit-ish
Thomas Gummerer
2017-11-27
1
-10
/
+10
*
worktree add: add --lock option
Nguyễn Thái Ngọc Duy
2017-04-21
1
-1
/
+6
*
Merge branch 'bc/worktree-doc-fix-detached'
Junio C Hamano
2017-02-24
1
-1
/
+1
|
\
|
*
Documentation: correctly spell git worktree --detach
brian m. carlson
2017-02-22
1
-1
/
+1
*
|
Merge branch 'nd/worktree-lock'
Junio C Hamano
2016-11-17
1
-1
/
+1
|
\
\
|
*
|
git-worktree.txt: fix typo "to"/"two", and add comma
Ben North
2016-11-14
1
-1
/
+1
*
|
|
Merge branch 'nd/worktree-lock'
Junio C Hamano
2016-07-28
1
-6
/
+30
|
\
|
|
|
*
|
worktree.c: find_worktree() search by path suffix
Nguyễn Thái Ngọc Duy
2016-07-09
1
-0
/
+5
|
*
|
worktree: add "unlock" command
Nguyễn Thái Ngọc Duy
2016-07-09
1
-0
/
+5
|
*
|
worktree: add "lock" command
Nguyễn Thái Ngọc Duy
2016-07-09
1
-6
/
+20
*
|
|
Merge branch 'nd/worktree-cleanup-post-head-protection'
Junio C Hamano
2016-07-06
1
-5
/
+5
|
\
|
|
|
*
|
git-worktree.txt: keep subcommand listing in alphabetical order
Nguyễn Thái Ngọc Duy
2016-05-24
1
-5
/
+5
*
|
|
worktree: allow "-" short-hand for @{-1} in add command
Jordan DE GEA
2016-05-31
1
-1
/
+2
|
/
/
*
|
worktree: add: introduce --checkout option
Ray Zhang
2016-03-29
1
-1
/
+7
*
|
worktree: stop supporting moving worktrees manually
Nguyễn Thái Ngọc Duy
2016-01-22
1
-5
/
+10
*
|
worktree: add 'list' command
Michael Rappazzo
2015-10-08
1
-1
/
+48
*
|
Documentation/git-worktree: fix duplicated 'from'
Patrick Steinhardt
2015-08-05
1
-1
/
+1
*
|
Documentation/git-worktree: fix broken 'linkgit' invocation
Eric Sunshine
2015-07-24
1
-1
/
+1
|
/
*
worktree: add: suppress auto-vivication with --detach and no <branch>
Eric Sunshine
2015-07-20
1
-3
/
+3
*
config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"
Eric Sunshine
2015-07-20
1
-1
/
+1
*
Documentation/git-worktree: fix incorrect reference to file "locked"
Michael Haggerty
2015-07-20
1
-1
/
+1
*
Documentation/git-worktree: consistently use term "linked working tree"
Michael Haggerty
2015-07-20
1
-18
/
+18
*
worktree: caution that this is still experimental
Junio C Hamano
2015-07-17
1
-2
/
+3
*
Documentation/git-worktree: fix stale "git checkout --to" references
Eric Sunshine
2015-07-17
1
-2
/
+2
*
worktree: add: auto-vivify new branch when <branch> is omitted
Eric Sunshine
2015-07-07
1
-2
/
+6
*
worktree: add: make -b/-B default to HEAD when <branch> is omitted
Eric Sunshine
2015-07-06
1
-0
/
+1
*
worktree: add -b/-B options
Eric Sunshine
2015-07-06
1
-3
/
+10
*
worktree: add --detach option
Eric Sunshine
2015-07-06
1
-1
/
+5
*
worktree: add --force option
Eric Sunshine
2015-07-06
1
-1
/
+7
*
worktree: introduce "add" command
Eric Sunshine
2015-07-06
1
-10
/
+10
*
Documentation/git-worktree: add EXAMPLES section
Eric Sunshine
2015-07-06
1
-0
/
+22
*
Documentation/git-worktree: add high-level 'lock' overview
Eric Sunshine
2015-07-06
1
-9
/
+15
*
Documentation/git-worktree: split technical info from general description
Eric Sunshine
2015-07-06
1
-34
/
+36
*
Documentation/git-worktree: add BUGS section
Eric Sunshine
2015-07-06
1
-3
/
+16
*
Documentation: move linked worktree description from checkout to worktree
Eric Sunshine
2015-07-06
1
-0
/
+62
*
Documentation/git-worktree: associate options with commands
Eric Sunshine
2015-07-06
1
-3
/
+3
*
worktree: new place for "git prune --worktrees"
Nguyễn Thái Ngọc Duy
2015-06-29
1
-0
/
+48