summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge branch 'jn/test-lint-one-shot-export-to-shell-function'Libravatar Junio C Hamano2-3/+17
2020-01-30Merge branch 'hi/gpg-mintrustlevel'Libravatar Junio C Hamano13-23/+319
2020-01-30Merge branch 'am/test-pathspec-f-f-error-cases'Libravatar Junio C Hamano5-12/+105
2020-01-30Merge branch 'ds/graph-horizontal-edges'Libravatar Junio C Hamano2-2/+70
2020-01-30Merge branch 'am/update-pathspec-f-f-tests'Libravatar Junio C Hamano10-11/+189
2020-01-30Merge branch 'ds/sparse-cone'Libravatar Junio C Hamano2-2/+3
2020-01-30Merge branch 'hi/indent-text-with-tabs-in-editorconfig'Libravatar Junio C Hamano1-1/+1
2020-01-30traverse_trees(): use stack array for name entriesLibravatar Jeff King1-5/+8
2020-01-30walker_fetch(): avoid raw array length computationLibravatar Jeff King1-1/+3
2020-01-30normalize_path_copy(): document "dst" size expectationsLibravatar Jeff King1-0/+2
2020-01-30git-p4: avoid leak of file handle when cloningLibravatar Luke Diamand1-1/+2
2020-01-30git-p4: check for access to remote host earlierLibravatar Luke Diamand1-0/+2
2020-01-30git-p4: cleanup better on error exitLibravatar Luke Diamand1-15/+28
2020-01-30git-p4: create helper function importRevisions()Libravatar Luke Diamand1-64/+68
2020-01-30git-p4: disable some pylint warnings, to get pylint output to something manag...Libravatar Luke Diamand1-0/+8
2020-01-30git-p4: add P4CommandException to report errors talking to PerforceLibravatar Luke Diamand1-0/+8
2020-01-30git-p4: make closeStreams() idempotentLibravatar Luke Diamand1-0/+3
2020-01-30sha1-name: mark get_oid() error messages for translationLibravatar Jeff King3-34/+34
2020-01-30fetch: forgo full connectivity check if --filterLibravatar Jonathan Tan1-1/+10
2020-01-30connected: verify promisor-ness of partial cloneLibravatar Jonathan Tan3-12/+23
2020-01-30git: update documentation for --git-dirLibravatar Heba Waly1-3/+17
2020-01-30.mailmap: map Yi-Jyun Pan's emailLibravatar Denton Liu1-0/+1
2020-01-30grep: ignore --recurse-submodules if --no-index is givenLibravatar Philippe Blain3-4/+17
2020-01-29doc: drop "explicitly given" from push.default descriptionLibravatar Jeff King1-2/+3
2020-01-28obstack: avoid computing offsets from NULL pointerLibravatar Jeff King1-2/+4
2020-01-28xdiff: avoid computing non-zero offset from NULL pointerLibravatar Jeff King1-2/+6
2020-01-28avoid computing zero offsets from NULL pointerLibravatar Jeff King3-6/+6
2020-01-28git rm submodule: succeed if .gitmodules index stat info is zeroLibravatar David Turner2-1/+8
2020-01-28t1506: drop space after redirection operatorLibravatar Jeff King1-11/+11
2020-01-28t1400: avoid "test" string comparisonsLibravatar Jeff King1-12/+24
2020-01-28rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Libravatar Alban Gruin5-21/+179
2020-01-28sequencer: move check_todo_list_from_file() to rebase-interactive.cLibravatar Alban Gruin4-30/+37
2020-01-27Sync with maintLibravatar Junio C Hamano1-0/+1
2020-01-27.mailmap: fix GGG authoship screwupLibravatar Junio C Hamano1-0/+1
2020-01-27t4124: only mark git command with test_must_failLibravatar Denton Liu1-2/+8
2020-01-27t3507: use test_path_is_missing()Libravatar Denton Liu1-4/+4
2020-01-27t3507: fix indentationLibravatar Denton Liu1-12/+12
2020-01-27t3504: do check for conflict marker after failed cherry-pickLibravatar Johannes Sixt1-2/+4
2020-01-27t3419: stop losing return code of git commandLibravatar Denton Liu1-1/+2
2020-01-27t3415: increase granularity of test_auto_{fixup,squash}()Libravatar Denton Liu1-20/+44
2020-01-27t3415: stop losing return codes of git commandsLibravatar Denton Liu1-31/+82
2020-01-27t3310: extract common notes_merge_files_gone()Libravatar Denton Liu1-12/+10
2020-01-27t3030: use test_path_is_missing()Libravatar Denton Liu1-1/+1
2020-01-27t2018: replace "sha" with "oid"Libravatar Denton Liu1-9/+9
2020-01-27t2018: don't lose return code of git commandsLibravatar Denton Liu1-3/+8
2020-01-27t2018: teach do_checkout() to accept `!` argLibravatar Denton Liu1-8/+21
2020-01-27t2018: be more discerning when checking for expected exit codesLibravatar Denton Liu1-6/+14
2020-01-27t5616: make robust to delta base changeLibravatar Jonathan Tan1-13/+23
2020-01-27merge-recursive: use subtraction to flip stageLibravatar Junio C Hamano1-3/+2
2020-01-27merge-recursive: silence -Wxor-used-as-pow warningLibravatar Jeff King1-5/+14