summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Documentation/git-tools: retire manually-maintained listes/doc-clean-outdated-toolsEric Sunshine2015-07-281-81/+7
* Documentation/git-tools: drop references to defunct toolsEric Sunshine2015-07-281-31/+0
* Documentation/git-tools: fix item text formattingEric Sunshine2015-07-281-67/+67
* Documentation/git-tools: improve discoverability of Git wikiEric Sunshine2015-07-281-6/+3
* Documentation/git: drop outdated Cogito referenceEric Sunshine2015-07-251-1/+1
* Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" referenceEric Sunshine2015-07-171-1/+1
* worktree: caution that this is still experimentalJunio C Hamano2015-07-161-2/+3
* Documentation/git-worktree: fix stale "git checkout --to" referencesEric Sunshine2015-07-161-2/+2
* Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano2015-07-123-7/+12
* checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine2015-07-073-12/+7
* worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine2015-07-073-4/+26
* worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine2015-07-063-2/+10
* worktree: extract basename computation to new functionEric Sunshine2015-07-061-9/+20
* checkout: require worktree unconditionallyEric Sunshine2015-07-062-3/+1
* checkout: retire --to optionEric Sunshine2015-07-063-173/+139
* tests: worktree: retrofit "checkout --to" tests for "worktree add"Eric Sunshine2015-07-063-29/+25
* worktree: add -b/-B optionsEric Sunshine2015-07-062-3/+21
* worktree: add --detach optionEric Sunshine2015-07-062-2/+9
* worktree: add --force optionEric Sunshine2015-07-062-2/+12
* worktree: introduce "add" commandEric Sunshine2015-07-062-10/+41
* checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine2015-07-061-4/+5
* checkout: make --to unconditionally verboseEric Sunshine2015-07-061-2/+1
* checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine2015-07-061-3/+2
* checkout: relocate --to's "no branch specified" checkEric Sunshine2015-07-061-3/+4
* checkout: fix bug with --to and relative HEADEric Sunshine2015-07-062-4/+22
* 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-062-67/+64
* Documentation/git-worktree: associate options with commandsEric Sunshine2015-07-061-3/+3
* Documentation/git-checkout: fix incorrect worktree prune commandEric Sunshine2015-07-061-1/+1
* worktree: new place for "git prune --worktrees"nd/multiple-work-treesNguyễn Thái Ngọc Duy2015-06-2911-114/+198
* checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy2015-06-122-12/+19
* prune --worktrees: fix expire vs worktree existence conditionMax Kirillov2015-03-312-3/+19
* t1501: fix test with split indexThomas Gummerer2015-03-241-0/+1
* t2026: fix broken &&-chainJunio C Hamano2015-03-201-2/+2
* t2026 needs procondition SANITYTorsten Bögershausen2015-01-271-1/+1
* git-checkout.txt: a note about multiple checkout support for submodulesNguyễn Thái Ngọc Duy2015-01-071-0/+3
* checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy2015-01-073-1/+18
* checkout: pass whole struct to parse_branchname_arg instead of individual flagsNguyễn Thái Ngọc Duy2015-01-071-7/+6
* git-common-dir: make "modules/" per-working-directory directoryMax Kirillov2014-12-013-4/+52
* checkout: do not fail if target is an empty directoryMax Kirillov2014-12-012-2/+7
* t2025: add a test to make sure grafts is working from a linked checkoutNguyễn Thái Ngọc Duy2014-12-011-0/+18
* checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker2014-12-013-1/+19
* git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy2014-12-012-1/+3
* count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-013-3/+31
* gc: support prune --worktreesNguyễn Thái Ngọc Duy2014-12-013-4/+24
* gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy2014-12-011-10/+12
* gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy2014-12-011-1/+1