summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-29Merge branch 'jc/strbuf-getline'Junio C Hamano
2016-01-29Merge branch 'js/msys2'Junio C Hamano
2016-01-29Merge branch 'tk/interpret-trailers-in-place'Junio C Hamano
2016-01-29Merge branch 'jk/sanity'Junio C Hamano
2016-01-29Merge branch 'jk/filter-branch-no-index'Junio C Hamano
2016-01-26Third batch for 2.8 cycleJunio C Hamano
2016-01-26Merge branch 'jk/symbolic-ref'Junio C Hamano
2016-01-26Merge branch 'ak/format-patch-odir-config'Junio C Hamano
2016-01-26Merge branch 'rp/p4-filetype-change'Junio C Hamano
2016-01-26Merge branch 'js/close-packs-before-gc'Junio C Hamano
2016-01-26Merge branch 'jk/ok-to-fail-gc-auto-in-rebase'Junio C Hamano
2016-01-26Merge branch 'js/pull-rebase-i'Junio C Hamano
2016-01-22Merge branch 'ep/shell-command-substitution-style'Junio C Hamano
2016-01-22Merge branch 'rm/subtree-unwrap-tags'Junio C Hamano
2016-01-20Second batch for 2.8 cycleJunio C Hamano
2016-01-20Merge branch 'tg/grep-no-index-fallback'Junio C Hamano
2016-01-20Merge branch 'ho/gitweb-squelch-undef-warning'Junio C Hamano
2016-01-20Merge branch 'js/fopen-harder'Junio C Hamano
2016-01-20Merge branch 'ss/clone-depth-single-doc'Junio C Hamano
2016-01-20Merge branch 'nd/exclusion-regression-fix'Junio C Hamano
2016-01-20Merge branch 'dk/reflog-walk-with-non-commit'Junio C Hamano
2016-01-20Merge branch 'sg/t6050-failing-editor-test-fix'Junio C Hamano
2016-01-20Merge branch 'ew/for-each-ref-doc'Junio C Hamano
2016-01-20Merge branch 'dw/signoff-doc'Junio C Hamano
2016-01-20Merge branch 'jk/clang-pedantic'Junio C Hamano
2016-01-20Merge branch 'ew/send-email-mutt-alias-fix'Junio C Hamano
2016-01-20Merge branch 'ss/user-manual'Junio C Hamano
2016-01-20Merge branch 'nd/clear-gitenv-upon-use-of-alias'Junio C Hamano
2016-01-20Merge branch 'nd/ita-cleanup'Junio C Hamano
2016-01-20Merge branch 'nd/dir-exclude-cleanup'Junio C Hamano
2016-01-20Merge branch 'jk/pack-revindex'Junio C Hamano
2016-01-20Merge branch 'mh/notes-allow-reading-treeish'Junio C Hamano
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseJeff King
2016-01-19test-lib: clarify and tighten SANITYJunio C Hamano
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin
2016-01-15mingw: squash another warning about a castJohannes Schindelin
2016-01-15mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin
2016-01-15mingw: avoid redefining S_* constantsJohannes Schindelin
2016-01-15strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano
2016-01-15checkout-index: there are only two possible line terminationsJunio C Hamano
2016-01-15update-index: there are only two possible line terminationsJunio C Hamano
2016-01-15check-ignore: there are only two possible line terminationsJunio C Hamano
2016-01-15check-attr: there are only two possible line terminationsJunio C Hamano
2016-01-15mktree: there are only two possible line terminationsJunio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2016-01-14strbuf: make strbuf_getline_crlf() globalJunio C Hamano
2016-01-14strbuf: miniscule style fixJunio C Hamano
2016-01-14interpret-trailers: add option for in-place editingTobias Klauser
2016-01-14trailer: allow to write to files other than stdoutTobias Klauser
2016-01-14compat/winansi: support compiling with MSys2Johannes Schindelin