summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: simplify construction of large blocks of textEric Sunshine2021-12-137-202/+205
* t9107: use shell parameter expansion to avoid breaking &&-chainEric Sunshine2021-12-131-4/+4
* t6300: make `%(raw:size) --shell` test more robustEric Sunshine2021-12-131-4/+1
* t5516: drop unnecessary subshell and command invocationEric Sunshine2021-12-131-4/+1
* t4202: clarify intent by creating expected content less cleverlyEric Sunshine2021-12-131-21/+21
* t1020: avoid aborting entire test script when one test failsEric Sunshine2021-12-131-3/+3
* t1010: fix unnoticed failure on WindowsEric Sunshine2021-12-131-2/+2
* t/lib-pager: use sane_unset() to avoid breaking &&-chainEric Sunshine2021-12-091-1/+1
* Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano2021-11-303-4/+47
|\
| * clean/smudge: allow clean filters to process extremely large filesMatt Cooper2021-11-031-0/+11
| * odb: teach read_blob_entry to use size_tMatt Cooper2021-11-031-1/+1
| * t1051: introduce a smudge filter test for extremely large filesMatt Cooper2021-11-031-0/+15
| * test-lib: add prerequisite for 64-bit platformsCarlo Marcelo Arenas Belón2021-11-031-0/+4
| * test-tool genzeros: generate large amounts of data more efficientlyJohannes Schindelin2021-11-031-2/+15
| * test-genzeros: allow more than 2G zeros in WindowsCarlo Marcelo Arenas Belón2021-11-031-2/+2
* | Merge branch 'tb/plug-pack-bitmap-leaks'Junio C Hamano2021-11-301-1/+2
|\ \
| * | t/helper/test-read-midx.c: free MIDX within read_midx_file()Taylor Blau2021-10-281-1/+2
* | | Merge branch 'tp/send-email-completion'Junio C Hamano2021-11-301-0/+3
|\ \ \
| * | | send-email: programmatically generate bash completionsThiago Perrotta2021-10-281-0/+3
* | | | Merge branch 'jc/fix-ref-sorting-parse'Junio C Hamano2021-11-302-1/+37
|\ \ \ \
| * | | | for-each-ref: delay parsing of --sort=<atom> optionsJunio C Hamano2021-10-202-1/+37
| | |/ / | |/| |
* | | | Merge branch 'so/stash-staged'Junio C Hamano2021-11-301-0/+11
|\ \ \ \
| * | | | stash: implement '--staged' option for 'push' and 'save'Sergey Organov2021-10-181-0/+11
* | | | | Merge branch 'ab/refs-errno-cleanup'Junio C Hamano2021-11-303-1/+89
|\ \ \ \ \
| * | | | | refs API: post-migration API renaming [2/2]Ævar Arnfjörð Bjarmason2021-10-161-1/+1
| * | | | | refs tests: ignore ignore errno in test-ref-store helperÆvar Arnfjörð Bjarmason2021-10-161-2/+3
| * | | | | reflog tests: add --updateref testsÆvar Arnfjörð Bjarmason2021-10-161-0/+65
| * | | | | branch tests: test for errno propagating on failing readHan-Wen Nienhuys2021-10-161-0/+22
| |/ / / /
* | | | | Merge branch 'ow/stash-count-in-status-porcelain-output'Junio C Hamano2021-11-301-0/+15
|\ \ \ \ \
| * | | | | status: print stash info with --porcelain=v2 --show-stashØystein Walle2021-10-221-0/+15
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/loosen-urlmatch'Junio C Hamano2021-11-301-1/+1
|\ \ \ \ \
| * | | | | urlmatch: add underscore to URL_HOST_CHARSJeff King2021-10-131-1/+1
* | | | | | Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano2021-11-231-0/+17
|\ \ \ \ \ \
| * | | | | | dir: revert "dir: select directories correctly"Derrick Stolee2021-11-221-0/+17
* | | | | | | Merge branch 'ev/pull-already-up-to-date-is-noop'Junio C Hamano2021-11-221-0/+6
|\ \ \ \ \ \ \
| * | | | | | | pull: should be noop when already-up-to-dateErwin Villejo2021-11-181-0/+6
* | | | | | | | Merge branch 'hm/paint-hits-in-log-grep'Junio C Hamano2021-11-221-48/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data"Junio C Hamano2021-11-191-48/+0
* | | | | | | | | Merge branch 'ab/fsck-unexpected-type'Junio C Hamano2021-11-131-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | object-file: fix SEGV on free() regression in v2.34.0-rc2Ævar Arnfjörð Bjarmason2021-11-111-0/+8
* | | | | | | | | | Merge branch 'ps/connectivity-optim'Junio C Hamano2021-11-131-31/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "connected: do not sort input revisions"Junio C Hamano2021-11-111-31/+0
* | | | | | | | | | | Merge branch 'jk/ssh-signing-fix'Junio C Hamano2021-11-111-0/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t/lib-gpg: avoid broken versions of ssh-keygenJeff King2021-11-101-0/+6
* | | | | | | | | | | | Merge branch 'jc/fix-pull-ff-only-when-already-up-to-date'Junio C Hamano2021-11-111-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | pull: --ff-only should make it a noop when already-up-to-dateJunio C Hamano2021-10-291-1/+15
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ad/ssh-signing-testfix'Junio C Hamano2021-11-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t/lib-git.sh: fix ACL-related permissions failureAdam Dinwoodie2021-11-051-0/+1
* | | | | | | | | | | | Merge branch 'ar/no-verify-doc'Junio C Hamano2021-11-041-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Document positive variant of commit and merge option "--no-verify"Alex Riesen2021-10-291-0/+8