summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine
2015-07-06checkout: make --to unconditionally verboseEric Sunshine
2015-07-06checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine
2015-07-06checkout: relocate --to's "no branch specified" checkEric Sunshine
2015-07-06checkout: fix bug with --to and relative HEADEric 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-07-06Documentation/git-checkout: fix incorrect worktree prune commandEric Sunshine
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy
2015-06-12checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy
2015-03-31prune --worktrees: fix expire vs worktree existence conditionMax Kirillov
2015-03-24t1501: fix test with split indexThomas Gummerer
2015-03-20t2026: fix broken &&-chainJunio C Hamano
2015-01-27t2026 needs procondition SANITYTorsten Bögershausen
2015-01-07git-checkout.txt: a note about multiple checkout support for submodulesNguyễn Thái Ngọc Duy
2015-01-07checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy
2015-01-07checkout: pass whole struct to parse_branchname_arg instead of individual flagsNguyễn Thái Ngọc Duy
2014-12-01git-common-dir: make "modules/" per-working-directory directoryMax Kirillov
2014-12-01checkout: do not fail if target is an empty directoryMax Kirillov
2014-12-01t2025: add a test to make sure grafts is working from a linked checkoutNguyễn Thái Ngọc Duy
2014-12-01checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker
2014-12-01git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy
2014-12-01gc: support prune --worktreesNguyễn Thái Ngọc Duy
2014-12-01gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy
2014-12-01gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy
2014-12-01checkout: clean up half-prepared directories in --to modeNguyễn Thái Ngọc Duy
2014-12-01checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy
2014-12-01prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy
2014-12-01checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy
2014-12-01use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy
2014-12-01wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy
2014-12-01setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()Nguyễn Thái Ngọc Duy
2014-12-01setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy
2014-12-01setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy
2014-12-01setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy
2014-12-01git-stash: avoid hardcoding $GIT_DIR/logs/....Nguyễn Thái Ngọc Duy
2014-12-01*.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy
2014-12-01git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objectsNguyễn Thái Ngọc Duy
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy
2014-12-01commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy