summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-27t6020: new test with interleaved lexicographic ordering of directoriesElijah Newren1-0/+43
2020-02-27t6022, t6046: test expected behavior instead of testing a proxy for itElijah Newren2-34/+70
2020-02-27t3035: prefer test_must_fail to bash negation for git commandsElijah Newren1-2/+2
2020-02-27t6020, t6022, t6035: update merge tests to use test helper functionsElijah Newren3-47/+47
2020-02-27t602[1236], t6034: modernize test formattingElijah Newren5-559/+555
2020-02-27merge-recursive: apply collision handling unification to recursive caseElijah Newren2-114/+77
2020-02-27Azure Pipeline: switch to the latest agent poolsJohannes Schindelin1-12/+25
2020-02-27ci: prevent `perforce` from being quarantinedJohannes Schindelin1-2/+2
2020-02-27t/lib-httpd: avoid using macOS' sedJohannes Schindelin8-59/+66
2020-02-27commit-graph: use progress title directlyRené Scharfe1-6/+2
2020-02-26describe: don't abort too early when searching tagsBenno Evers2-4/+69
2020-02-26builtin/rebase: remove a call to get_oid() on `options.switch_to'Alban Gruin1-9/+1
2020-02-25The seventh batch for 2.26Junio C Hamano1-0/+8
2020-02-25Merge branch 'es/doc-mentoring'Junio C Hamano1-0/+36
2020-02-25Merge branch 'es/bright-colors'Junio C Hamano3-22/+69
2020-02-25Merge branch 'bw/remote-rename-update-config'Junio C Hamano12-89/+304
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer5-5/+49
2020-02-25submodule--helper: use C99 named initializerEmily Shaffer1-4/+7
2020-02-24lib-log-graph: consolidate colored graph cmp logicAbhishek Kumar4-30/+20
2020-02-24lib-log-graph: consolidate test_cmp_graph logicAbhishek Kumar5-77/+54
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingEric Sunshine2-8/+10
2020-02-24worktree: add utility to find worktree by pathnameEric Sunshine2-6/+16
2020-02-24worktree: improve find_worktree() documentationEric Sunshine1-2/+12
2020-02-24packfile: drop nth_packed_object_sha1()Jeff King2-25/+10
2020-02-24packed_object_info(): use object_id internally for delta baseJeff King1-17/+15
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King5-11/+11
2020-02-24pack-check: push oid lookup into loopJeff King1-13/+10
2020-02-24pack-check: convert "internal error" die to a BUG()Jeff King1-1/+2
2020-02-24pack-bitmap: use object_id when loading on-disk bitmapsJeff King1-6/+6
2020-02-24pack-objects: use object_id struct in pack-reuse codeJeff King1-4/+5
2020-02-24pack-objects: convert oe_set_delta_ext() to use object_idJeff King3-4/+4
2020-02-24pack-objects: read delta base oid into object_id structJeff King1-17/+18
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King6-24/+22
2020-02-24worktree: drop unused code from get_main_worktree()Eric Sunshine1-4/+0
2020-02-24blame: provide type of fingerprints pointerRené Scharfe1-1/+3
2020-02-24rebase: refuse to switch to branch already checked out elsewhereEric Sunshine2-2/+21
2020-02-24t3400: make test clean up after itselfEric Sunshine1-1/+1
2020-02-24t: drop debug `cat` callsMartin Ågren11-13/+2
2020-02-24t9810: drop debug `cat` callMartin Ågren1-1/+0
2020-02-24t4117: check for files using `test_path_is_file`Martin Ågren1-3/+3
2020-02-24receive.denyCurrentBranch: respect all worktreesHariom Verma3-17/+41
2020-02-24t5509: use a bare repository for test push targetHariom Verma1-1/+1
2020-02-24get_main_worktree(): allow it to be called in the Git directoryHariom Verma1-0/+1
2020-02-24completion: add diff --color-moved[-ws]Kir Kolyshkin1-0/+15
2020-02-24commit: use expected signature header for SHA-256brian m. carlson5-12/+62
2020-02-24worktree: allow repository version 1brian m. carlson1-6/+4
2020-02-24init-db: move writing repo version into a functionbrian m. carlson2-18/+25
2020-02-24builtin/init-db: add environment variable for new repo hashbrian m. carlson2-0/+15
2020-02-24builtin/init-db: allow specifying hash algorithm on command linebrian m. carlson4-9/+55
2020-02-24setup: allow check_repository_format to read repository formatbrian m. carlson4-5/+9