summaryrefslogtreecommitdiffstats
path: root/Documentation/git-worktree.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/worktree-move'Junio C Hamano2018-03-141-15/+19
|\
| * worktree remove: new commandNguyễn Thái Ngọc Duy2018-02-121-9/+12
| * worktree move: refuse to move worktrees with submodulesNguyễn Thái Ngọc Duy2018-02-121-1/+1
| * worktree move: new commandNguyễn Thái Ngọc Duy2018-02-121-6/+7
* | git-worktree.txt: fix indentation of example and text of 'add' commandEric Sunshine2018-02-161-0/+1
* | git-worktree.txt: fix missing ")" typoEric Sunshine2018-02-161-2/+2
|/
* Documentation/git-worktree.txt: add missing `Ralf Thielow2018-01-111-1/+1
* add worktree.guessRemote config optionThomas Gummerer2017-12-061-0/+3
* worktree: add --guess-remote flag to add subcommandThomas Gummerer2017-12-061-0/+7
* worktree: make add <path> <branch> dwimThomas Gummerer2017-11-271-0/+8
* worktree: add --[no-]track option to the add subcommandThomas Gummerer2017-11-271-0/+6
* worktree: add can be created from any commit-ishThomas Gummerer2017-11-271-10/+10
* worktree add: add --lock optionNguyễn Thái Ngọc Duy2017-04-211-1/+6
* Merge branch 'bc/worktree-doc-fix-detached'Junio C Hamano2017-02-241-1/+1
|\
| * Documentation: correctly spell git worktree --detachbrian m. carlson2017-02-221-1/+1
* | Merge branch 'nd/worktree-lock'Junio C Hamano2016-11-171-1/+1
|\ \
| * | git-worktree.txt: fix typo "to"/"two", and add commaBen North2016-11-141-1/+1
* | | Merge branch 'nd/worktree-lock'Junio C Hamano2016-07-281-6/+30
|\| |
| * | worktree.c: find_worktree() search by path suffixNguyễn Thái Ngọc Duy2016-07-091-0/+5
| * | worktree: add "unlock" commandNguyễn Thái Ngọc Duy2016-07-091-0/+5
| * | worktree: add "lock" commandNguyễn Thái Ngọc Duy2016-07-091-6/+20
* | | Merge branch 'nd/worktree-cleanup-post-head-protection'Junio C Hamano2016-07-061-5/+5
|\| |
| * | git-worktree.txt: keep subcommand listing in alphabetical orderNguyễn Thái Ngọc Duy2016-05-241-5/+5
* | | worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA2016-05-311-1/+2
|/ /
* | worktree: add: introduce --checkout optionRay Zhang2016-03-291-1/+7
* | worktree: stop supporting moving worktrees manuallyNguyễn Thái Ngọc Duy2016-01-221-5/+10
* | worktree: add 'list' commandMichael Rappazzo2015-10-081-1/+48
* | Documentation/git-worktree: fix duplicated 'from'Patrick Steinhardt2015-08-051-1/+1
* | Documentation/git-worktree: fix broken 'linkgit' invocationEric Sunshine2015-07-241-1/+1
|/
* worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine2015-07-201-3/+3
* config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine2015-07-201-1/+1
* Documentation/git-worktree: fix incorrect reference to file "locked"Michael Haggerty2015-07-201-1/+1
* Documentation/git-worktree: consistently use term "linked working tree"Michael Haggerty2015-07-201-18/+18
* worktree: caution that this is still experimentalJunio C Hamano2015-07-171-2/+3
* Documentation/git-worktree: fix stale "git checkout --to" referencesEric Sunshine2015-07-171-2/+2
* worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine2015-07-071-2/+6
* worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine2015-07-061-0/+1
* worktree: add -b/-B optionsEric Sunshine2015-07-061-3/+10
* worktree: add --detach optionEric Sunshine2015-07-061-1/+5
* worktree: add --force optionEric Sunshine2015-07-061-1/+7
* worktree: introduce "add" commandEric Sunshine2015-07-061-10/+10
* Documentation/git-worktree: add EXAMPLES sectionEric Sunshine2015-07-061-0/+22
* Documentation/git-worktree: add high-level 'lock' overviewEric Sunshine2015-07-061-9/+15
* Documentation/git-worktree: split technical info from general descriptionEric Sunshine2015-07-061-34/+36
* Documentation/git-worktree: add BUGS sectionEric Sunshine2015-07-061-3/+16
* Documentation: move linked worktree description from checkout to worktreeEric Sunshine2015-07-061-0/+62
* Documentation/git-worktree: associate options with commandsEric Sunshine2015-07-061-3/+3
* worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy2015-06-291-0/+48