Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-20worktree: add: suppress auto-vivication with --detach and no <branch>Eric Sunshine
2015-07-20config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"Eric Sunshine
2015-07-20Documentation/git-worktree: wordsmith worktree-related manpagesMichael Haggerty
2015-07-20Documentation/config: fix stale "git prune --worktree" referenceMichael Haggerty
2015-07-20Documentation/git-worktree: fix incorrect reference to file "locked"Michael Haggerty
2015-07-20Documentation/git-worktree: consistently use term "linked working tree"Michael Haggerty
2015-07-17Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" referenceEric Sunshine
2015-07-17worktree: caution that this is still experimentalJunio C Hamano
2015-07-17Documentation/git-worktree: fix stale "git checkout --to" referencesEric Sunshine
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano
2015-07-08checkout: retire --ignore-other-worktrees in favor of --forceEric Sunshine
2015-07-08worktree: add: auto-vivify new branch when <branch> is omittedEric Sunshine
2015-07-06worktree: add: make -b/-B default to HEAD when <branch> is omittedEric Sunshine
2015-07-06checkout: retire --to optionEric Sunshine
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-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-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
2014-12-01git-common-dir: make "modules/" per-working-directory directoryMax Kirillov
2014-12-01gc: support prune --worktreesNguyễ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-01setup.c: support multi-checkout repo setupNguyễ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-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy
2014-11-27Git 2.2v2.2.0Junio C Hamano
2014-11-27RelNotes: spelling & grammar tweaksMarc Branchaud
2014-11-21Git 2.2.0-rc3v2.2.0-rc3Junio C Hamano
2014-11-20Merge branch 'sv/submitting-final-patch'Junio C Hamano
2014-11-20Merge branch 'sn/tutorial-status-output-example'Junio C Hamano
2014-11-20Merge branch 'mh/doc-remote-helper-xref'Junio C Hamano
2014-11-18Merge branch 'jc/doc-commit-only'Junio C Hamano
2014-11-18Merge branch 'ta/tutorial-modernize'Junio C Hamano
2014-11-13gittutorial: fix output of 'git status'Stefan Naewe
2014-11-13SubmittingPatches: final submission is To: maintainer and CC: listSlavomir Vlcek
2014-11-12Update draft release notes to 2.2Junio C Hamano
2014-11-12Merge branch 'nd/gitignore-trailing-whitespace' into maintJunio C Hamano
2014-11-12doc: add some crossrefs between manual pagesMax Horn
2014-11-12gittutorial.txt: remove reference to ancient Git versionThomas Ackermann