Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rd/typofix' | Junio C Hamano | 2018-02-27 | 2 | -2/+2 |
|\ | |||||
| * | Correct mispellings of ".gitmodule" to ".gitmodules"rd/typofix | Robert P. J. Day | 2018-02-14 | 1 | -1/+1 |
| * | t/: correct obvious typo "detahced" | Robert P. J. Day | 2018-02-14 | 1 | -1/+1 |
* | | Merge branch 'jk/test-hashmap-updates' | Junio C Hamano | 2018-02-27 | 1 | -26/+27 |
|\ \ | |||||
| * | | test-hashmap: use "unsigned int" for hash storagejk/test-hashmap-updates | Jeff King | 2018-02-14 | 1 | -2/+3 |
| * | | test-hashmap: simplify alloc_test_entry | Jeff King | 2018-02-14 | 1 | -18/+17 |
| * | | test-hashmap: use strbuf_getline rather than fgets | Jeff King | 2018-02-14 | 1 | -3/+5 |
| * | | test-hashmap: use xsnprintf rather than snprintf | Jeff King | 2018-02-14 | 1 | -1/+1 |
| * | | test-hashmap: check allocation computation for overflow | Jeff King | 2018-02-14 | 1 | -2/+1 |
| * | | test-hashmap: use ALLOC_ARRAY rather than bare malloc | Jeff King | 2018-02-14 | 1 | -2/+2 |
* | | | Merge branch 'jk/sq-dequote-on-bogus-input' | Junio C Hamano | 2018-02-27 | 1 | -0/+23 |
|\ \ \ | |||||
| * | | | sq_dequote: fix extra consumption of source stringjk/sq-dequote-on-bogus-input | Jeff King | 2018-02-14 | 1 | -0/+23 |
* | | | | Merge branch 'as/ll-i18n' | Junio C Hamano | 2018-02-27 | 3 | -4/+4 |
|\ \ \ \ | |||||
| * | | | | Mark messages for translationsas/ll-i18n | Alexander Shopov | 2018-02-13 | 3 | -4/+4 |
* | | | | | Merge branch 'sg/doc-test-must-fail-args' | Junio C Hamano | 2018-02-27 | 2 | -2/+22 |
|\ \ \ \ \ | |||||
| * | | | | | t: document 'test_must_fail ok=<signal-name>'sg/doc-test-must-fail-args | SZEDER Gábor | 2018-02-12 | 2 | -2/+22 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'sb/describe-blob' | Junio C Hamano | 2018-02-27 | 1 | -0/+8 |
|\ \ \ \ \ | |||||
| * | | | | | describe: confirm that blobs actually existsb/describe-blob | Jeff King | 2018-02-12 | 1 | -0/+8 |
* | | | | | | Merge branch 'rs/check-ignore-multi' | Junio C Hamano | 2018-02-27 | 1 | -0/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | check-ignore: fix mix of directories and other file typesrs/check-ignore-multi | René Scharfe | 2018-02-12 | 1 | -0/+20 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'jk/t0002-simplify' | Junio C Hamano | 2018-02-27 | 1 | -43/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t0002: simplify error checkingjk/t0002-simplify | Jeff King | 2018-02-12 | 1 | -43/+10 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'js/fix-merge-arg-quoting-in-rebase-p' | Junio C Hamano | 2018-02-27 | 1 | -1/+25 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rebase -p: fix incorrect commit message when calling `git merge`.js/fix-merge-arg-quoting-in-rebase-p | Gregory Herrero | 2018-02-08 | 1 | -1/+25 |
* | | | | | | | Merge branch 'jk/gettext-poison' | Junio C Hamano | 2018-02-27 | 1 | -4/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | t0205: drop redundant test | Jeff King | 2018-02-08 | 1 | -4/+0 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'bp/name-hash-dirname-fix' | Junio C Hamano | 2018-02-27 | 1 | -1/+15 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | name-hash: properly fold directory names in adjust_dirname_case()bp/name-hash-dirname-fix | Ben Peart | 2018-02-08 | 1 | -1/+15 |
* | | | | | | | | Merge branch 'nd/fix-untracked-cache-invalidation' | Junio C Hamano | 2018-02-27 | 2 | -0/+126 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | dir.c: ignore paths containing .git when invalidating untracked cachend/fix-untracked-cache-invalidation | Nguyễn Thái Ngọc Duy | 2018-02-07 | 1 | -0/+39 |
| * | | | | | | | | dir.c: fix missing dir invalidation in untracked code | Nguyễn Thái Ngọc Duy | 2018-01-24 | 1 | -2/+2 |
| * | | | | | | | | status: add a failing test showing a core.untrackedCache bug | Ævar Arnfjörð Bjarmason | 2018-01-24 | 1 | -0/+87 |
* | | | | | | | | | Merge branch 'sg/test-i18ngrep' | Junio C Hamano | 2018-02-21 | 8 | -43/+72 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t: make 'test_i18ngrep' more informative on failuresg/test-i18ngrep | SZEDER Gábor | 2018-02-08 | 1 | -4/+20 |
| * | | | | | | | | | t: validate 'test_i18ngrep's parameters | SZEDER Gábor | 2018-02-08 | 1 | -0/+12 |
| * | | | | | | | | | t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh' | SZEDER Gábor | 2018-02-08 | 2 | -26/+26 |
| * | | | | | | | | | t5536: let 'test_i18ngrep' read the file without redirection | SZEDER Gábor | 2018-02-08 | 1 | -1/+1 |
| * | | | | | | | | | t5510: consolidate 'grep' and 'test_i18ngrep' patterns | SZEDER Gábor | 2018-02-08 | 1 | -6/+3 |
| * | | | | | | | | | t4001: don't run 'git status' upstream of a pipe | SZEDER Gábor | 2018-02-08 | 1 | -3/+8 |
| * | | | | | | | | | t6022: don't run 'git merge' upstream of a pipe | SZEDER Gábor | 2018-02-08 | 1 | -2/+4 |
| * | | | | | | | | | t5812: add 'test_i18ngrep's missing filename parameter | SZEDER Gábor | 2018-02-08 | 1 | -4/+1 |
| * | | | | | | | | | t5541: add 'test_i18ngrep's missing filename parameter | SZEDER Gábor | 2018-02-08 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'gs/rebase-allow-empty-message' | Junio C Hamano | 2018-02-21 | 1 | -0/+23 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | rebase: add --allow-empty-message optiongs/rebase-allow-empty-message | Genki Sky | 2018-02-07 | 1 | -0/+23 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'nd/format-patch-stat-width' | Junio C Hamano | 2018-02-21 | 1 | -15/+31 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | format-patch: reduce patch diffstat width to 72nd/format-patch-stat-width | Nguyễn Thái Ngọc Duy | 2018-02-02 | 1 | -15/+31 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'cc/perf-aggregate' | Junio C Hamano | 2018-02-15 | 1 | -11/+37 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | perf/aggregate: sort JSON fields in outputcc/perf-aggregate | Christian Couder | 2018-02-02 | 1 | -1/+1 |
| * | | | | | | | | | perf/aggregate: add --reponame option | Christian Couder | 2018-02-02 | 1 | -2/+13 |
| * | | | | | | | | | perf/aggregate: add --subsection option | Christian Couder | 2018-02-02 | 1 | -9/+24 |
| |/ / / / / / / / |