Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Documentation/git-checkout: fix incorrect worktree prune command | Eric Sunshine | 2015-07-06 | |
* | | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-07-13 | |
|\ \ \ | |/ / | ||||
| * | | worktree: new place for "git prune --worktrees" | Nguyễn Thái Ngọc Duy | 2015-06-29 | |
| * | | checkout: don't check worktrees when not necessary | Nguyễn Thái Ngọc Duy | 2015-06-12 | |
* | | | Merge branch 'ss/clone-guess-dir-name-simplify' | Junio C Hamano | 2015-07-13 | |
|\ \ \ | ||||
| * | | | clone: simplify string handling in guess_dir_name() | Sebastian Schuberth | 2015-07-09 | |
* | | | | Merge branch 'kb/config-unmap-before-renaming' | Junio C Hamano | 2015-07-13 | |
|\ \ \ \ | ||||
| * | | | | config.c: fix writing config files on Windows network shares | Karsten Blees | 2015-06-30 | |
| |/ / / | ||||
* | | | | Merge branch 'mh/strbuf-read-file-returns-ssize-t' | Junio C Hamano | 2015-07-13 | |
|\ \ \ \ | ||||
| * | | | | strbuf: strbuf_read_file() should return ssize_t | Michael Haggerty | 2015-07-03 | |
| |/ / / | ||||
* | | | | Merge branch 'jc/unexport-git-pager-in-use-in-pager' | Junio C Hamano | 2015-07-13 | |
|\ \ \ \ | ||||
| * | | | | pager: do not leak "GIT_PAGER_IN_USE" to the pager | Junio C Hamano | 2015-07-03 | |
* | | | | | Merge branch 'kb/use-nsec-doc' | Junio C Hamano | 2015-07-13 | |
|\ \ \ \ \ | ||||
| * | | | | | Makefile / racy-git.txt: clarify USE_NSEC prerequisites | Karsten Blees | 2015-07-01 | |
* | | | | | | Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip' | Junio C Hamano | 2015-07-13 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | rebase -i: do not leave a CHERRY_PICK_HEAD file behind | Johannes Schindelin | 2015-06-29 | |
| * | | | | | | t3404: demonstrate CHERRY_PICK_HEAD bug | Johannes Schindelin | 2015-06-29 | |
* | | | | | | | Merge branch 'et/http-proxyauth' | Junio C Hamano | 2015-07-13 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | http: always use any proxy auth method available | Enrique Tobis | 2015-06-29 | |
* | | | | | | | | Merge branch 'jc/fsck-retire-require-eoh' | Junio C Hamano | 2015-07-13 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | fsck: it is OK for a tag and a commit to lack the body | Junio C Hamano | 2015-06-28 | |
* | | | | | | | | | The last minute bits of fixes | Junio C Hamano | 2015-07-10 | |
* | | | | | | | | | Merge branch 'cb/rebase-am-exit-code' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | rebase: return non-zero error code if format-patch fails | Clemens Buchacher | 2015-07-08 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'jk/fix-refresh-utime' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | check_and_freshen_file: fix reversed success-check | Jeff King | 2015-07-08 | |
* | | | | | | | | | | Merge branch 'mm/branch-doc-updates' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Documentation/branch: document -M and -D in terms of --force | Matthieu Moy | 2015-07-06 | |
| * | | | | | | | | | | Documentation/branch: document -d --force and -m --force | Matthieu Moy | 2015-07-06 | |
* | | | | | | | | | | | Merge branch 'ls/hint-rev-list-count' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | rev-list: add --count to usage guide | Lawrence Siebert | 2015-07-01 | |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | Merge branch 'jk/rev-list-no-bitmap-while-pruning' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | rev-list: disable --use-bitmap-index when pruning commits | Jeff King | 2015-07-01 | |
* | | | | | | | | | | | | Merge branch 'cb/subtree-tests-update' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | contrib/subtree: small tidy-up to test | Charles Bailey | 2015-06-22 | |
| * | | | | | | | | | | | | contrib/subtree: fix broken &&-chains and revealed test error | Charles Bailey | 2015-06-22 | |
| * | | | | | | | | | | | | contrib/subtree: use tabs consitently for indentation in tests | Charles Bailey | 2015-06-22 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | Merge branch 'rh/test-color-avoid-terminfo-in-original-home' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | test-lib.sh: fix color support when tput needs ~/.terminfo | Richard Hansen | 2015-06-17 | |
| * | | | | | | | | | | | | Revert "test-lib.sh: do tests for color support after changing HOME" | Richard Hansen | 2015-06-17 | |
* | | | | | | | | | | | | | Merge branch 'sb/p5310-and-chain' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | p5310: Fix broken && chain in performance test | Stefan Beller | 2015-06-26 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||
* | | | | | | | | | | | | | Merge branch 'tb/checkout-doc' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | git-checkout.txt: document "git checkout <pathspec>" better | Torsten Bögershausen | 2015-06-17 | |
* | | | | | | | | | | | | | | Merge branch 'jk/pretty-encoding-doc' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | docs: clarify that --encoding can produce invalid sequences | Jeff King | 2015-06-17 | |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 2015-07-10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | Add tests for wildcard "path vs ref" disambiguation | Nguyễn Thái Ngọc Duy | 2015-07-01 | |
* | | | | | | | | | | | | | | | Merge branch 'jk/maint-for-each-packed-object' | Junio C Hamano | 2015-07-09 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | for_each_packed_object: automatically open pack index | Jeff King | 2015-06-22 |