summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-27verify_filename(): handle backslashes in "wildcards are pathspecs" ruleLibravatar Jeff King2-3/+34
2020-01-27.mailmap: fix erroneous authorship for Johannes SchindelinLibravatar Denton Liu1-0/+1
2020-01-27submodule: fix status of initialized but not cloned submodulesLibravatar Peter Kaestle2-2/+12
2020-01-27t7400: add a testcase for submodule status on empty dirsLibravatar Peter Kaestle1-0/+8
2020-01-24sparse-checkout: detect short patternsLibravatar Derrick Stolee2-1/+11
2020-01-24sparse-checkout: cone mode does not recognize "**"Libravatar Derrick Stolee2-1/+40
2020-01-24sparse-checkout: fix documentation typo for core.sparseCheckoutConeLibravatar Jeff King1-1/+1
2020-01-24clone: fix --sparse option with URLsLibravatar Derrick Stolee2-2/+2
2020-01-24sparse-checkout: create leading directoriesLibravatar Derrick Stolee2-0/+14
2020-01-24t1091: improve here-docsLibravatar Derrick Stolee1-49/+49
2020-01-24t1091: use check_files to reduce boilerplateLibravatar Derrick Stolee1-95/+22
2020-01-24rebase -i: stop checking out the tip of the branch to rebaseLibravatar Alban Gruin3-30/+5
2020-01-23fsmonitor: update documentation for hook version and watchman hooksLibravatar Kevin Willford2-3/+21
2020-01-23fsmonitor: add fsmonitor hook scripts for version 2Libravatar Kevin Willford3-52/+310
2020-01-23completion: add support for sparse-checkoutLibravatar Matheus Tavares1-0/+21
2020-01-23doc: sparse-checkout: mention --cone optionLibravatar Matheus Tavares1-0/+4