summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-15Merge branch 'jc/merge-symlink-ours-theirs' into maintJunio C Hamano
2018-02-15Merge branch 'rs/lose-leak-pending' into maintJunio C Hamano
2018-02-15Merge branch 'jm/svn-pushmergeinfo-fix' into maintJunio C Hamano
2018-02-15Merge branch 'dk/describe-all-output-fix' into maintJunio C Hamano
2018-02-15Merge branch 'ab/perf-grep-threads' into maintJunio C Hamano
2018-02-15Documentation/git-status: clarify status table for porcelain modeStefan Beller
2018-02-14Correct mispellings of ".gitmodule" to ".gitmodules"Robert P. J. Day
2018-02-14t/: correct obvious typo "detahced"Robert P. J. Day
2018-02-14fsmonitor: update documentation to remove reference to invalid config settingsBen Peart
2018-02-13docs/interpret-trailers: fix agreement errorbrian m. carlson
2018-02-12Makefile: suppress a sparse warning for pack-revindex.cRamsay Jones
2018-02-12config.mak.uname: remove SPARSE_FLAGS setting for cygwinRamsay Jones
2018-02-12t: document 'test_must_fail ok=<signal-name>'SZEDER Gábor
2018-02-08t: make 'test_i18ngrep' more informative on failureSZEDER Gábor
2018-02-08t: validate 'test_i18ngrep's parametersSZEDER Gábor
2018-02-08t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'SZEDER Gábor
2018-02-08t5536: let 'test_i18ngrep' read the file without redirectionSZEDER Gábor
2018-02-08t5510: consolidate 'grep' and 'test_i18ngrep' patternsSZEDER Gábor
2018-02-08t4001: don't run 'git status' upstream of a pipeSZEDER Gábor
2018-02-08t6022: don't run 'git merge' upstream of a pipeSZEDER Gábor
2018-02-08t5812: add 'test_i18ngrep's missing filename parameterSZEDER Gábor
2018-02-08t5541: add 'test_i18ngrep's missing filename parameterSZEDER Gábor
2018-02-08git-sh-i18n: check GETTEXT_POISON before USE_GETTEXT_SCHEMEJeff King
2018-02-08t0205: drop redundant testJeff King
2018-02-07mv: remove unneeded 'if (!show_only)'Stefan Moch
2018-02-07t7001: add test case for --dry-runStefan Moch
2018-02-02cocci: simplify check for trivial format stringsRené Scharfe
2018-02-02gitignore.txt: elaborate shell glob syntaxDuy Nguyen
2018-01-30git-svn: control destruction order to avoid segfaultEric Wong
2018-01-30doc: mention 'git show' defaults to HEADTodd Zullinger
2018-01-26completion: fix completing merge strategies on non-C localesDuy Nguyen
2018-01-25daemon: fix length computation in newline strippingJeff King
2018-01-25t/lib-git-daemon: add network-protocol helpersJeff King
2018-01-25daemon: handle NULs in extended attribute stringJeff King
2018-01-25daemon: fix off-by-one in logging extended attributesJeff King
2018-01-25t/lib-git-daemon: record daemon logJeff King
2018-01-25t5570: use ls-remote instead of clone for interp testsJeff King
2018-01-24mailinfo: avoid segfault when can't open filesJuan F. Codagnone
2018-01-24read-cache: don't write index twice if we can't write shared indexNguyễn Thái Ngọc Duy
2018-01-23fsck: fix leak when traversing treesEric Wong
2018-01-21Git 2.16.1v2.16.1Junio C Hamano
2018-01-21Merge branch 'bc/hash-algo' into maintJunio C Hamano
2018-01-21t5601-clone: test case-conflicting files on case-insensitive filesystemEric Sunshine
2018-01-19repository: pre-initialize hash algo pointerbrian m. carlson
2018-01-19files_initial_transaction_commit(): only unlock if lockedMathias Rav
2018-01-19http: support omitting data from tracesJonathan Tan
2018-01-19http: support cookie redaction when tracingJonathan Tan
2018-01-19travis: run tests with GIT_TEST_SPLIT_INDEXThomas Gummerer
2018-01-19split-index: don't write cache tree with null oid entriesThomas Gummerer
2018-01-19read-cache: fix reading the shared index for other reposThomas Gummerer