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-14Git 2.5.0-rc2v2.5.0-rc2Junio C Hamano
2015-07-14Merge branch 'es/worktree-add'Junio C Hamano
2015-07-14Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-07-14Merge branch 'ss/clone-guess-dir-name-simplify'Junio C Hamano
2015-07-14Merge branch 'kb/config-unmap-before-renaming'Junio C Hamano
2015-07-14Merge branch 'mh/strbuf-read-file-returns-ssize-t'Junio C Hamano
2015-07-14Merge branch 'jc/unexport-git-pager-in-use-in-pager'Junio C Hamano
2015-07-14Merge branch 'kb/use-nsec-doc'Junio C Hamano
2015-07-14Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip'Junio C Hamano
2015-07-14Merge branch 'et/http-proxyauth'Junio C Hamano
2015-07-14Merge branch 'jc/fsck-retire-require-eoh'Junio C Hamano
2015-07-12Revert "checkout: retire --ignore-other-worktrees in favor of --force"Junio C Hamano
2015-07-11The last minute bits of fixesJunio C Hamano
2015-07-11Merge branch 'cb/rebase-am-exit-code'Junio C Hamano
2015-07-11Merge branch 'jk/fix-refresh-utime'Junio C Hamano
2015-07-11Merge branch 'mm/branch-doc-updates'Junio C Hamano
2015-07-11Merge branch 'ls/hint-rev-list-count'Junio C Hamano
2015-07-11Merge branch 'jk/rev-list-no-bitmap-while-pruning'Junio C Hamano
2015-07-11Merge branch 'cb/subtree-tests-update'Junio C Hamano
2015-07-11Merge branch 'rh/test-color-avoid-terminfo-in-original-home'Junio C Hamano
2015-07-11Merge branch 'sb/p5310-and-chain'Junio C Hamano
2015-07-11Merge branch 'tb/checkout-doc'Junio C Hamano
2015-07-11Merge branch 'jk/pretty-encoding-doc'Junio C Hamano
2015-07-11Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano
2015-07-10Merge branch 'jk/maint-for-each-packed-object'Junio C Hamano
2015-07-10Merge branch 'jc/fix-alloc-sortbuf-in-index-pack'Junio C Hamano
2015-07-10clone: simplify string handling in guess_dir_name()Sebastian Schuberth
2015-07-09check_and_freshen_file: fix reversed success-checkJeff King
2015-07-09rebase: return non-zero error code if format-patch failsClemens Buchacher
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-06worktree: extract basename computation to new functionEric Sunshine
2015-07-06checkout: require worktree unconditionallyEric Sunshine
2015-07-06checkout: retire --to optionEric Sunshine
2015-07-06tests: worktree: retrofit "checkout --to" tests for "worktree add"Eric 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-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