summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-12Sync with 2.18.5Johannes Schindelin11-4/+210
2021-02-12Git 2.18.5v2.18.5Johannes Schindelin3-2/+8
2021-02-12Sync with 2.17.6Johannes Schindelin10-4/+204
2021-02-12Git 2.17.6v2.17.6Johannes Schindelin3-2/+18
2021-02-12unpack_trees(): start with a fresh lstat cacheMatheus Tavares1-0/+3
2021-02-12run-command: invalidate lstat cache after a command finishedJohannes Schindelin2-1/+44
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares7-3/+141
2021-02-11Sync with maintJunio C Hamano0-0/+0
2021-02-11Merge branch 'en/merge-ort-perf'Junio C Hamano2-1/+94
2021-02-11Merge branch 'en/ort-directory-rename'Junio C Hamano1-19/+811
2021-02-11Merge branch 'tb/ci-run-cocci-with-18.04' into maintJunio C Hamano1-1/+1
2021-02-11config: improve error message for boolean configAndrew Klotz2-2/+25
2021-02-11t7001: use `test` rather than `[`Shubham Verma1-8/+8
2021-02-11t7001: use here-docs instead of echoShubham Verma1-1/+4
2021-02-11t7001: put each command on a separate lineShubham Verma1-1/+3
2021-02-11t7001: use '>' rather than 'touch'Shubham Verma1-5/+5
2021-02-11t7001: avoid using `cd` outside of subshellsShubham Verma1-32/+11
2021-02-11t7001: remove whitespace after redirect operatorsShubham Verma1-3/+3
2021-02-11t7001: modernize subshell formattingShubham Verma1-31/+37
2021-02-11t7001: remove unnecessary blank linesShubham Verma1-12/+0
2021-02-11t7001: indent with TABs instead of spacesShubham Verma1-60/+60
2021-02-11t7001: modernize test formattingShubham Verma1-94/+94
2021-02-11stash: declare ref_stash as an arrayDenton Liu1-1/+1
2021-02-11t3905: use test_cmp() to check file contentsDenton Liu1-2/+4
2021-02-11t3905: replace test -s with test_file_not_emptyDenton Liu1-6/+6
2021-02-11t3905: remove nested git in command substitutionDenton Liu1-3/+6
2021-02-11t3905: move all commands into test casesDenton Liu1-72/+75
2021-02-11t3905: remove spaces after redirect operatorsDenton Liu1-20/+20
2021-02-11git-stash.txt: be explicit about subcommand optionsDenton Liu1-4/+4
2021-02-11rev-list: add --disk-usage option for calculating disk usageJeff King5-0/+189
2021-02-11commit-graph: when incompatible with graphs, indicate whyJohannes Schindelin1-3/+11
2021-02-11reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin2-0/+29
2021-02-11diff: plug memory leak from regcomp() on {log,diff} -IÆvar Arnfjörð Bjarmason1-0/+12
2021-02-11diff: add an API for deferred freeingÆvar Arnfjörð Bjarmason4-20/+48
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason90-415/+415
2021-02-10tests: remove last uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason3-14/+4
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason17-41/+41
2021-02-10tests: remove last uses of GIT_TEST_GETTEXT_POISON=falseÆvar Arnfjörð Bjarmason1-8/+4
2021-02-10docs: clarify that refs/notes/ do not keep the attached objects aliveMartin von Zweigbergk1-6/+8
2021-02-10gpg-interface: remove other signature headers before verifyingbrian m. carlson2-0/+27
2021-02-10ref-filter: hoist signature parsingbrian m. carlson1-4/+3
2021-02-10commit: allow parsing arbitrary buffers with headersbrian m. carlson2-4/+25
2021-02-10gpg-interface: improve interface for parsing tagsbrian m. carlson9-39/+87
2021-02-10Merge branch 'tb/ci-run-cocci-with-18.04'Junio C Hamano1-1/+1
2021-02-10The seventh batchJunio C Hamano1-34/+25
2021-02-10Merge branch 'ab/detox-gettext-tests'Junio C Hamano22-173/+29
2021-02-10Merge branch 'ab/grep-pcre-invalid-utf8'Junio C Hamano7-8/+82
2021-02-10Merge branch 'ab/retire-pcre1'Junio C Hamano8-216/+18
2021-02-10Merge branch 'jk/pretty-lazy-load-commit'Junio C Hamano2-12/+13
2021-02-10Merge branch 'ds/more-index-cleanups'Junio C Hamano15-53/+408