aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutEric Sunshine2015-07-06
* checkout: make --to unconditionally verboseEric Sunshine2015-07-06
* checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine2015-07-06
* checkout: relocate --to's "no branch specified" checkEric Sunshine2015-07-06
* checkout: fix bug with --to and relative HEADEric Sunshine2015-07-06
* Documentation/git-worktree: add EXAMPLES sectionEric Sunshine2015-07-06
* Documentation/git-worktree: add high-level 'lock' overviewEric Sunshine2015-07-06
* Documentation/git-worktree: split technical info from general descriptionEric Sunshine2015-07-06
* Documentation/git-worktree: add BUGS sectionEric Sunshine2015-07-06
* Documentation: move linked worktree description from checkout to worktreeEric Sunshine2015-07-06
* Documentation/git-worktree: associate options with commandsEric Sunshine2015-07-06
* Documentation/git-checkout: fix incorrect worktree prune commandEric Sunshine2015-07-06
* worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy2015-06-29
* checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy2015-06-12
* prune --worktrees: fix expire vs worktree existence conditionMax Kirillov2015-03-31
* t1501: fix test with split indexThomas Gummerer2015-03-24
* t2026: fix broken &&-chainJunio C Hamano2015-03-20
* t2026 needs procondition SANITYTorsten Bögershausen2015-01-27
* git-checkout.txt: a note about multiple checkout support for submodulesNguyễn Thái Ngọc Duy2015-01-07
* checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy2015-01-07
* checkout: pass whole struct to parse_branchname_arg instead of individual flagsNguyễn Thái Ngọc Duy2015-01-07
* git-common-dir: make "modules/" per-working-directory directoryMax Kirillov2014-12-01
* checkout: do not fail if target is an empty directoryMax Kirillov2014-12-01
* t2025: add a test to make sure grafts is working from a linked checkoutNguyễn Thái Ngọc Duy2014-12-01
* checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker2014-12-01
* git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy2014-12-01
* count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-01
* gc: support prune --worktreesNguyễn Thái Ngọc Duy2014-12-01
* gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy2014-12-01
* gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy2014-12-01
* checkout: clean up half-prepared directories in --to modeNguyễn Thái Ngọc Duy2014-12-01
* checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy2014-12-01
* prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy2014-12-01
* checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy2014-12-01
* use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy2014-12-01
* wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy2014-12-01
* setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-01
* setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()Nguyễn Thái Ngọc Duy2014-12-01
* setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy2014-12-01
* setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy2014-12-01
* setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy2014-12-01
* git-stash: avoid hardcoding $GIT_DIR/logs/....Nguyễn Thái Ngọc Duy2014-12-01
* *.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy2014-12-01
* git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objectsNguyễn Thái Ngọc Duy2014-12-01
* $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-01
* commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy2014-12-01
* fast-import: use git_path() for accessing .git dir instead of get_git_dir()Nguyễn Thái Ngọc Duy2014-12-01
* reflog: avoid constructing .lock path with git_pathNguyễn Thái Ngọc Duy2014-12-01
* *.sh: respect $GIT_INDEX_FILENguyễn Thái Ngọc Duy2014-12-01
* git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-01