aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Documentation/git-checkout: fix incorrect worktree prune commandEric Sunshine2015-07-06
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-07-13
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'ss/clone-guess-dir-name-simplify'Junio C Hamano2015-07-13
|\ \ \
| * | | clone: simplify string handling in guess_dir_name()Sebastian Schuberth2015-07-09
* | | | Merge branch 'kb/config-unmap-before-renaming'Junio C Hamano2015-07-13
|\ \ \ \
| * | | | config.c: fix writing config files on Windows network sharesKarsten Blees2015-06-30
| |/ / /
* | | | Merge branch 'mh/strbuf-read-file-returns-ssize-t'Junio C Hamano2015-07-13
|\ \ \ \
| * | | | strbuf: strbuf_read_file() should return ssize_tMichael Haggerty2015-07-03
| |/ / /
* | | | Merge branch 'jc/unexport-git-pager-in-use-in-pager'Junio C Hamano2015-07-13
|\ \ \ \
| * | | | pager: do not leak "GIT_PAGER_IN_USE" to the pagerJunio C Hamano2015-07-03
* | | | | Merge branch 'kb/use-nsec-doc'Junio C Hamano2015-07-13
|\ \ \ \ \
| * | | | | Makefile / racy-git.txt: clarify USE_NSEC prerequisitesKarsten Blees2015-07-01
* | | | | | Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip'Junio C Hamano2015-07-13
|\ \ \ \ \ \
| * | | | | | rebase -i: do not leave a CHERRY_PICK_HEAD file behindJohannes Schindelin2015-06-29
| * | | | | | t3404: demonstrate CHERRY_PICK_HEAD bugJohannes Schindelin2015-06-29
* | | | | | | Merge branch 'et/http-proxyauth'Junio C Hamano2015-07-13
|\ \ \ \ \ \ \
| * | | | | | | http: always use any proxy auth method availableEnrique Tobis2015-06-29
* | | | | | | | Merge branch 'jc/fsck-retire-require-eoh'Junio C Hamano2015-07-13
|\ \ \ \ \ \ \ \
| * | | | | | | | fsck: it is OK for a tag and a commit to lack the bodyJunio C Hamano2015-06-28
* | | | | | | | | The last minute bits of fixesJunio C Hamano2015-07-10
* | | | | | | | | Merge branch 'cb/rebase-am-exit-code'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rebase: return non-zero error code if format-patch failsClemens Buchacher2015-07-08
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jk/fix-refresh-utime'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | check_and_freshen_file: fix reversed success-checkJeff King2015-07-08
* | | | | | | | | | Merge branch 'mm/branch-doc-updates'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation/branch: document -M and -D in terms of --forceMatthieu Moy2015-07-06
| * | | | | | | | | | Documentation/branch: document -d --force and -m --forceMatthieu Moy2015-07-06
* | | | | | | | | | | Merge branch 'ls/hint-rev-list-count'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rev-list: add --count to usage guideLawrence Siebert2015-07-01
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/rev-list-no-bitmap-while-pruning'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rev-list: disable --use-bitmap-index when pruning commitsJeff King2015-07-01
* | | | | | | | | | | | Merge branch 'cb/subtree-tests-update'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | contrib/subtree: small tidy-up to testCharles Bailey2015-06-22
| * | | | | | | | | | | | contrib/subtree: fix broken &&-chains and revealed test errorCharles Bailey2015-06-22
| * | | | | | | | | | | | contrib/subtree: use tabs consitently for indentation in testsCharles Bailey2015-06-22
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'rh/test-color-avoid-terminfo-in-original-home'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | test-lib.sh: fix color support when tput needs ~/.terminfoRichard Hansen2015-06-17
| * | | | | | | | | | | | Revert "test-lib.sh: do tests for color support after changing HOME"Richard Hansen2015-06-17
* | | | | | | | | | | | | Merge branch 'sb/p5310-and-chain'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | p5310: Fix broken && chain in performance testStefan Beller2015-06-26
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'tb/checkout-doc'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git-checkout.txt: document "git checkout <pathspec>" betterTorsten Bögershausen2015-06-17
* | | | | | | | | | | | | | Merge branch 'jk/pretty-encoding-doc'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | docs: clarify that --encoding can produce invalid sequencesJeff King2015-06-17
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano2015-07-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add tests for wildcard "path vs ref" disambiguationNguyễn Thái Ngọc Duy2015-07-01
* | | | | | | | | | | | | | | Merge branch 'jk/maint-for-each-packed-object'Junio C Hamano2015-07-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | for_each_packed_object: automatically open pack indexJeff King2015-06-22