summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-28t1400: avoid "test" string comparisonsJeff King1-12/+24
2020-01-28rebase-interactive: warn if commit is dropped with `rebase --edit-todo'Alban Gruin5-21/+179
2020-01-28sequencer: move check_todo_list_from_file() to rebase-interactive.cAlban Gruin4-30/+37
2020-01-27Sync with maintJunio C Hamano1-0/+1
2020-01-27.mailmap: fix GGG authoship screwupJunio C Hamano1-0/+1
2020-01-27t4124: only mark git command with test_must_failDenton Liu1-2/+8
2020-01-27t3507: use test_path_is_missing()Denton Liu1-4/+4
2020-01-27t3507: fix indentationDenton Liu1-12/+12
2020-01-27t3504: do check for conflict marker after failed cherry-pickJohannes Sixt1-2/+4
2020-01-27t3419: stop losing return code of git commandDenton Liu1-1/+2
2020-01-27t3415: increase granularity of test_auto_{fixup,squash}()Denton Liu1-20/+44
2020-01-27t3415: stop losing return codes of git commandsDenton Liu1-31/+82
2020-01-27t3310: extract common notes_merge_files_gone()Denton Liu1-12/+10
2020-01-27t3030: use test_path_is_missing()Denton Liu1-1/+1
2020-01-27t2018: replace "sha" with "oid"Denton Liu1-9/+9
2020-01-27t2018: don't lose return code of git commandsDenton Liu1-3/+8
2020-01-27t2018: teach do_checkout() to accept `!` argDenton Liu1-8/+21
2020-01-27t2018: be more discerning when checking for expected exit codesDenton Liu1-6/+14
2020-01-27t5616: make robust to delta base changeJonathan Tan1-13/+23
2020-01-27merge-recursive: use subtraction to flip stageJunio C Hamano1-3/+2
2020-01-27merge-recursive: silence -Wxor-used-as-pow warningJeff King1-5/+14
2020-01-27verify_filename(): handle backslashes in "wildcards are pathspecs" ruleJeff King2-3/+34
2020-01-27.mailmap: fix erroneous authorship for Johannes SchindelinDenton Liu1-0/+1
2020-01-27submodule: fix status of initialized but not cloned submodulesPeter Kaestle2-2/+12
2020-01-27t7400: add a testcase for submodule status on empty dirsPeter Kaestle1-0/+8
2020-01-24MyFirstContribution: add avenues for getting helpEmily Shaffer1-0/+33
2020-01-24sparse-checkout: detect short patternsDerrick Stolee2-1/+11
2020-01-24sparse-checkout: cone mode does not recognize "**"Derrick Stolee2-1/+40
2020-01-24sparse-checkout: fix documentation typo for core.sparseCheckoutConeJeff King1-1/+1
2020-01-24clone: fix --sparse option with URLsDerrick Stolee2-2/+2
2020-01-24sparse-checkout: create leading directoriesDerrick Stolee2-0/+14
2020-01-24t1091: improve here-docsDerrick Stolee1-49/+49
2020-01-24t1091: use check_files to reduce boilerplateDerrick Stolee1-95/+22
2020-01-24t1300: create custom config file without special charactersMatthew Rogers1-5/+10
2020-01-24t1300: fix over-indented HERE-DOCsMatthew Rogers1-84/+84
2020-01-24config: fix typo in variable nameMatthew Rogers1-5/+5
2020-01-24rebase -i: stop checking out the tip of the branch to rebaseAlban Gruin3-30/+5
2020-01-23fsmonitor: update documentation for hook version and watchman hooksKevin Willford2-3/+21
2020-01-23fsmonitor: add fsmonitor hook scripts for version 2Kevin Willford3-50/+308
2020-01-23completion: add support for sparse-checkoutMatheus Tavares1-0/+21
2020-01-23doc: sparse-checkout: mention --cone optionMatheus Tavares1-0/+4
2020-01-23rebase -i: also avoid SHA-1 collisions with missingCommitsCheckJohannes Schindelin2-3/+7
2020-01-23rebase -i: re-fix short SHA-1 collisionJohannes Schindelin2-3/+23
2020-01-23parse_insn_line(): improve error message when parsing failedJohannes Schindelin1-3/+4
2020-01-23pack-bitmap: don't rely on bitmap_git->reuse_objectsJeff King1-11/+7
2020-01-23pack-objects: add checks for duplicate objectsJeff King1-1/+7
2020-01-23pack-objects: improve partial packfile reuseJeff King3-86/+281
2020-01-23builtin/pack-objects: introduce obj_is_packed()Jeff King1-2/+7
2020-01-23pack-objects: introduce pack.allowPackReuseJeff King2-1/+14
2020-01-23csum-file: introduce hashfile_total()Jeff King1-0/+9