summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-29ci: build Git with GCC 9 in the 'osx-gcc' build jobSZEDER Gábor2-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-27run-command: use prepare_git_cmd() in prepare_cmd()René Scharfe1-2/+1
2019-11-27name-rev: use skip_prefix() instead of starts_with()René Scharfe1-4/+4
2019-11-27push: use skip_prefix() instead of starts_with()René Scharfe1-2/+3
2019-11-27shell: use skip_prefix() instead of starts_with()René Scharfe1-2/+2
2019-11-27fmt-merge-msg: use skip_prefix() instead of starts_with()René Scharfe1-5/+4
2019-11-27fetch: use skip_prefix() instead of starts_with()René Scharfe1-9/+3
2019-11-27t5150: skip request-pull test if Perl is disabledRuud van Asseldonk1-0/+6
2019-11-27commit-graph: use start_delayed_progress()Derrick Stolee2-2/+3
2019-11-27progress: create GIT_PROGRESS_DELAYDerrick Stolee4-6/+20
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-25rebase -i: finishing touches to --reset-author-dateJunio C Hamano2-5/+7
2019-11-25submodule: fix 'submodule status' when called from a subdirectoryManish Goregaokar2-1/+24
2019-11-25sequencer: directly call pick_commits() from complete_action()Alban Gruin1-4/+10
2019-11-25rebase: fill `squash_onto' in get_replay_opts()Alban Gruin1-0/+5
2019-11-25sequencer: move the code writing total_nr on the disk to a new functionAlban Gruin1-5/+11
2019-11-25sequencer: update `done_nr' when skipping commands in a todo listAlban Gruin1-0/+1
2019-11-25sequencer: update `total_nr' when adding an item to a todo listAlban Gruin1-0/+1
2019-11-25revision: free topo_walk_info before creating a new one in init_topo_walkMike Hommey1-0/+16
2019-11-25revision: clear the topo-walk flags in reset_revision_walkMike Hommey1-1/+1
2019-11-25git-compat-util.h: drop the `PRIuMAX` and other fallback definitionsHariom Verma1-20/+0
2019-11-25l10n: zh_TW: add translation for v2.24.0Yi-Jyun Pan2-0/+23374
2019-11-25reset: parse rev as tree-ish in patch modeNika Layzell2-1/+22
2019-11-24doc: mention that 'git submodule update' fetches missing commitsPhilippe Blain1-1/+2
2019-11-24doc: document 'git submodule status --cached'Manish Goregaokar1-0/+3
2019-11-24sequencer: don't re-read todo for revert and cherry-pickSZEDER Gábor2-1/+31
2019-11-23mingw: restrict file handle inheritance only on Windows 7 and laterJohannes Schindelin2-1/+27
2019-11-23mingw: spawned processes need to inherit only standard handlesJohannes Schindelin2-12/+110
2019-11-23mingw: work around incorrect standard handlesJohannes Schindelin1-1/+11