summaryrefslogtreecommitdiffstats
path: root/git-difftool--helper.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-06checkout: make --to unconditionally verboseEric Sunshine1-2/+1
2015-07-06checkout: prepare_linked_checkout: drop now-unused 'new' argumentEric Sunshine1-3/+2
2015-07-06checkout: relocate --to's "no branch specified" checkEric Sunshine1-3/+4
2015-07-06checkout: fix bug with --to and relative HEADEric Sunshine2-4/+22
2015-07-06Documentation/git-worktree: add EXAMPLES sectionEric Sunshine1-0/+22
2015-07-06Documentation/git-worktree: add high-level 'lock' overviewEric Sunshine1-9/+15
2015-07-06Documentation/git-worktree: split technical info from general descriptionEric Sunshine1-34/+36
2015-07-06Documentation/git-worktree: add BUGS sectionEric Sunshine1-3/+16
2015-07-06Documentation: move linked worktree description from checkout to worktreeEric Sunshine2-67/+64
2015-07-06Documentation/git-worktree: associate options with commandsEric Sunshine1-3/+3
2015-07-06Documentation/git-checkout: fix incorrect worktree prune commandEric Sunshine1-1/+1
2015-06-29worktree: new place for "git prune --worktrees"Nguyễn Thái Ngọc Duy11-114/+198
2015-06-13checkout: don't check worktrees when not necessaryNguyễn Thái Ngọc Duy2-12/+19
2015-03-31prune --worktrees: fix expire vs worktree existence conditionMax Kirillov2-3/+19
2015-03-24t1501: fix test with split indexThomas Gummerer1-0/+1
2015-03-20t2026: fix broken &&-chainJunio C Hamano1-2/+2
2015-01-27t2026 needs procondition SANITYTorsten Bögershausen1-1/+1
2015-01-07git-checkout.txt: a note about multiple checkout support for submodulesNguyễn Thái Ngọc Duy1-0/+3
2015-01-07checkout: add --ignore-other-wortreesNguyễn Thái Ngọc Duy3-1/+18
2015-01-07checkout: pass whole struct to parse_branchname_arg instead of individual flagsNguyễn Thái Ngọc Duy1-7/+6
2014-12-01git-common-dir: make "modules/" per-working-directory directoryMax Kirillov3-4/+52
2014-12-01checkout: do not fail if target is an empty directoryMax Kirillov2-2/+7
2014-12-01t2025: add a test to make sure grafts is working from a linked checkoutNguyễn Thái Ngọc Duy1-0/+18
2014-12-01checkout: don't require a work tree when checking out into a new oneDennis Kaarsemaker3-1/+19
2014-12-01git_path(): keep "info/sparse-checkout" per work-treeNguyễn Thái Ngọc Duy2-1/+3
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy3-3/+31
2014-12-01gc: support prune --worktreesNguyễn Thái Ngọc Duy3-4/+24
2014-12-01gc: factor out gc.pruneexpire parsing codeNguyễn Thái Ngọc Duy1-10/+12
2014-12-01gc: style change -- no SP before closing parenthesisNguyễn Thái Ngọc Duy1-1/+1
2014-12-01checkout: clean up half-prepared directories in --to modeNguyễn Thái Ngọc Duy2-0/+54
2014-12-01checkout: reject if the branch is already checked out elsewhereNguyễn Thái Ngọc Duy2-7/+104
2014-12-01prune: strategies for linked checkoutsNguyễn Thái Ngọc Duy7-2/+251
2014-12-01checkout: support checking out into a new working directoryNguyễn Thái Ngọc Duy6-4/+212
2014-12-01use new wrapper write_file() for simple file writingNguyễn Thái Ngọc Duy5-31/+8
2014-12-01wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy2-0/+33
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy9-14/+115
2014-12-01setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()Nguyễn Thái Ngọc Duy1-2/+4
2014-12-01setup.c: convert check_repository_format_gently to use strbufNguyễn Thái Ngọc Duy1-4/+8
2014-12-01setup.c: detect $GIT_COMMON_DIR in is_git_directory()Nguyễn Thái Ngọc Duy2-6/+44
2014-12-01setup.c: convert is_git_directory() to use strbufNguyễn Thái Ngọc Duy1-16/+21
2014-12-01git-stash: avoid hardcoding $GIT_DIR/logs/....Nguyễn Thái Ngọc Duy1-2/+2
2014-12-01*.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy6-24/+22
2014-12-01git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objectsNguyễn Thái Ngọc Duy1-1/+1
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy6-19/+117
2014-12-01commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy1-1/+1
2014-12-01fast-import: use git_path() for accessing .git dir instead of get_git_dir()Nguyễn Thái Ngọc Duy1-4/+1
2014-12-01reflog: avoid constructing .lock path with git_pathNguyễn Thái Ngọc Duy1-1/+1
2014-12-01*.sh: respect $GIT_INDEX_FILENguyễn Thái Ngọc Duy2-2/+2
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy6-7/+95
2014-12-01path.c: group git_path(), git_pathdup() and strbuf_git_path() togetherNguyễn Thái Ngọc Duy1-10/+10