summaryrefslogtreecommitdiff
path: root/Documentation/git-worktree.txt
AgeCommit message (Expand)Author
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine
2015-07-20config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine
2015-07-20Documentation/git-worktree: fix incorrect reference to file "locked"Michael Haggerty
2015-07-20Documentation/git-worktree: consistently use term "linked working tree"Michael Haggerty
2015-07-16worktree: caution that this is still experimentalJunio C Hamano
2015-07-16Documentation/git-worktree: fix stale "git checkout --to" referencesEric Sunshine
2015-07-07worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine
2015-07-06worktree: add -b/-B optionsEric Sunshine
2015-07-06worktree: add --detach optionEric Sunshine
2015-07-06worktree: add --force optionEric Sunshine
2015-07-06worktree: introduce "add" commandEric Sunshine
2015-07-06Documentation/git-worktree: add EXAMPLES sectionEric Sunshine
2015-07-06Documentation/git-worktree: add high-level 'lock' overviewEric Sunshine
2015-07-06Documentation/git-worktree: split technical info from general descriptionEric Sunshine
2015-07-06Documentation/git-worktree: add BUGS sectionEric Sunshine
2015-07-06Documentation: move linked worktree description from checkout to worktreeEric Sunshine
2015-07-06Documentation/git-worktree: associate options with commandsEric Sunshine
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy