summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-11-30t7811: don't create unused fileRené Scharfe1-1/+0
2019-11-30t9300: don't create unused fileRené Scharfe1-3/+0
2019-11-30doc: replace public-inbox links with lore.kernel.orgJeff King2-3/+3
2019-11-29t7700: s/test -f/test_path_is_file/Denton Liu1-4/+4
2019-11-29t7700: move keywords onto their own lineDenton Liu1-17/+34
2019-11-29t7700: remove spaces after redirect operatorsDenton Liu1-9/+9
2019-11-29t7700: drop redirections to /dev/nullDenton Liu1-3/+3
2019-11-29t7501: stop losing return codes of git commandsDenton Liu1-30/+39
2019-11-29t7501: remove spaces after redirect operatorsDenton Liu1-11/+11
2019-11-29t5703: stop losing return codes of git commandsDenton Liu1-17/+29
2019-11-29t5703: simplify one-time-sed generation logicDenton Liu1-4/+3
2019-11-29t5317: use ! grep to check for no matching linesDenton Liu1-18/+3
2019-11-29t5317: stop losing return codes of git commandsDenton Liu1-6/+7
2019-11-29t4138: stop losing return codes of git commandsDenton Liu1-8/+8
2019-11-29t4015: use test_write_lines()Denton Liu1-2/+2
2019-11-29t4015: stop losing return codes of git commandsDenton Liu1-47/+72
2019-11-29t3600: comment on inducing SIGPIPE in `git rm`Denton Liu1-0/+1
2019-11-29t3600: stop losing return codes of git commandsDenton Liu1-2/+4
2019-11-29t3600: use test_line_count() where possibleDenton Liu1-3/+4
2019-11-29t3301: stop losing return codes of git commandsDenton Liu1-67/+163
2019-11-29t0090: stop losing return codes of git commandsDenton Liu1-2/+3
2019-11-29t0014: remove git command upstream of pipeDenton Liu1-2/+2
2019-11-29apply-one-time-sed.sh: modernize styleDenton Liu1-3/+5
2019-11-27test: use test_must_be_empty F instead of test_cmp empty FRené Scharfe2-5/+2
2019-11-27t7812: add missing redirectsAndreas Schwab1-2/+2
2019-11-27test: use test_must_be_empty F instead of test -z $(cat F)René Scharfe3-7/+7
2019-11-27t1400: use test_must_be_emptyRené Scharfe1-4/+4
2019-11-27t1410: use test_line_countRené Scharfe1-2/+2
2019-11-27t1512: use test_line_countRené Scharfe1-1/+1
2019-11-27t5150: skip request-pull test if Perl is disabledRuud van Asseldonk1-0/+6
2019-11-27commit-graph: use start_delayed_progress()Derrick Stolee1-1/+2
2019-11-27progress: create GIT_PROGRESS_DELAYDerrick Stolee2-4/+3
2019-11-27t/perf: don't depend on Git.pmJeff King1-2/+7
2019-11-27perf-lib: use a single filename for all measurement typesJeff King2-11/+5
2019-11-27test-lib-functions: suppress a 'git rev-parse' error in 'test_commit_bulk'SZEDER Gábor1-1/+1
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar1-0/+22
2019-11-25reset: parse rev as tree-ish in patch modeNika Layzell1-0/+21
2019-11-24sequencer: don't re-read todo for revert and cherry-pickSZEDER Gábor1-0/+30
2019-11-23mingw: spawned processes need to inherit only standard handlesJohannes Schindelin1-1/+1
2019-11-23mingw: demonstrate that all file handles are inherited by child processesJohannes Schindelin2-0/+48
2019-11-23t5608-clone-2gb.sh: turn GIT_TEST_CLONE_2GB into a boolSZEDER Gábor1-1/+1
2019-11-23tests: add 'test_bool_env' to catch non-bool GIT_TEST_* valuesSZEDER Gábor8-11/+82
2019-11-23sequencer: fix empty commit check when amendingPhillip Wood1-0/+32
2019-11-23gpg-interface: limit search for primary key fingerprintHans Jerry Illikainen1-0/+20
2019-11-22sparse-checkout: check for dirty statusDerrick Stolee1-1/+14
2019-11-22sparse-checkout: cone mode should not interact with .gitignoreDerrick Stolee1-0/+7
2019-11-22sparse-checkout: write using lockfileDerrick Stolee1-0/+7
2019-11-22sparse-checkout: use in-process update for disable subcommandDerrick Stolee1-1/+2
2019-11-22sparse-checkout: update working directory in-processDerrick Stolee1-0/+28
2019-11-22sparse-checkout: sanitize for nested foldersDerrick Stolee1-0/+11