aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | read_loose_refs(): treat NULL_SHA1 loose references as brokenMichael Haggerty2015-06-08
| * | | | | read_loose_refs(): simplify function logicMichael Haggerty2015-06-03
| * | | | | for-each-ref: report broken references correctlyMichael Haggerty2015-06-02
| * | | | | t6301: new tests of for-each-ref error handlingMichael Haggerty2015-06-02
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sg/commit-cleanup-scissors' into maintJunio C Hamano2015-08-03
|\ \ \ \ \
| * | | | | commit: cope with scissors lines in commit messageSZEDER Gábor2015-06-09
| | |_|/ / | |/| | |
* | | | | Git 2.4.7v2.4.7Junio C Hamano2015-07-27
* | | | | Merge branch 'jk/pretty-encoding-doc' into maintJunio C Hamano2015-07-27
|\ \ \ \ \
| * | | | | docs: clarify that --encoding can produce invalid sequencesJeff King2015-06-17
| |/ / / /
* | | | | Merge branch 'tb/checkout-doc' into maintJunio C Hamano2015-07-27
|\ \ \ \ \
| * | | | | git-checkout.txt: document "git checkout <pathspec>" betterTorsten Bögershausen2015-06-17
* | | | | | Merge branch 'ls/hint-rev-list-count' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \
| * | | | | | rev-list: add --count to usage guideLawrence Siebert2015-07-01
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'mm/branch-doc-updates' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \
| * | | | | | 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 'jc/fsck-retire-require-eoh' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \
| * | | | | | | fsck: it is OK for a tag and a commit to lack the bodyJunio C Hamano2015-06-28
* | | | | | | | Merge branch 'et/http-proxyauth' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \ \
| * | | | | | | | http: always use any proxy auth method availableEnrique Tobis2015-06-29
* | | | | | | | | Merge branch 'jc/unexport-git-pager-in-use-in-pager' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pager: do not leak "GIT_PAGER_IN_USE" to the pagerJunio C Hamano2015-07-03
* | | | | | | | | | Merge branch 'mh/strbuf-read-file-returns-ssize-t' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | strbuf: strbuf_read_file() should return ssize_tMichael Haggerty2015-07-03
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'kb/config-unmap-before-renaming' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | config.c: fix writing config files on Windows network sharesKarsten Blees2015-06-30
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rev-list: disable --use-bitmap-index when pruning commitsJeff King2015-07-01
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'rh/test-color-avoid-terminfo-in-original-home' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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 'jk/fix-refresh-utime' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | check_and_freshen_file: fix reversed success-checkJeff King2015-07-08
* | | | | | | | | | | | Merge branch 'cb/rebase-am-exit-code' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rebase: return non-zero error code if format-patch failsClemens Buchacher2015-07-08
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-27
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | index-pack: avoid excessive re-reading of pack directoryJeff King2015-06-09
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Git 2.4.6v2.4.6Junio C Hamano2015-07-15
* | | | | | | | | | | | Merge branch 'mm/describe-doc' into maintJunio C Hamano2015-07-15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Documentation/describe: improve one-line summaryMatthieu Moy2015-06-16
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jc/prompt-document-ps1-state-separator' into maintJunio C Hamano2015-07-15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git-prompt.sh: document GIT_PS1_STATESEPARATORJoe Cridge2015-06-10
* | | | | | | | | | | | | Merge branch 'es/osx-header-pollutes-mask-macro' into maintJunio C Hamano2015-07-15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ewah: use less generic macro nameJeff King2015-06-03
| * | | | | | | | | | | | | ewah/bitmap: silence warning about MASK macro redefinitionEric Sunshine2015-06-03
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'es/utf8-stupid-compiler-workaround' into maintJunio C Hamano2015-07-15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | utf8: NO_ICONV: silence uninitialized variable warningEric Sunshine2015-06-05
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'fk/doc-format-patch-vn' into maintJunio C Hamano2015-07-15
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | doc: format-patch: fix typoFrans Klaver2015-06-10
* | | | | | | | | | | | | | Merge branch 'pt/t0302-needs-sanity' into maintJunio C Hamano2015-07-15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \