summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-27t6020, t6022, t6035: update merge tests to use test helper functionsElijah Newren
2020-02-27t602[1236], t6034: modernize test formattingElijah Newren
2020-02-27merge-recursive: apply collision handling unification to recursive caseElijah Newren
2020-02-27Azure Pipeline: switch to the latest agent poolsJohannes Schindelin
2020-02-27ci: prevent `perforce` from being quarantinedJohannes Schindelin
2020-02-27t/lib-httpd: avoid using macOS' sedJohannes Schindelin
2020-02-27commit-graph: use progress title directlyRené Scharfe
2020-02-26describe: don't abort too early when searching tagsBenno Evers
2020-02-26builtin/rebase: remove a call to get_oid() on `options.switch_to'Alban Gruin
2020-02-25The seventh batch for 2.26Junio C Hamano
2020-02-25Merge branch 'es/doc-mentoring'Junio C Hamano
2020-02-25Merge branch 'es/bright-colors'Junio C Hamano
2020-02-25Merge branch 'bw/remote-rename-update-config'Junio C Hamano
2020-02-25clone: pass --single-branch during --recurse-submodulesEmily Shaffer
2020-02-25submodule--helper: use C99 named initializerEmily Shaffer
2020-02-24lib-log-graph: consolidate colored graph cmp logicAbhishek Kumar
2020-02-24lib-log-graph: consolidate test_cmp_graph logicAbhishek Kumar
2020-02-24worktree: don't allow "add" validation to be fooled by suffix matchingEric Sunshine
2020-02-24worktree: add utility to find worktree by pathnameEric Sunshine
2020-02-24worktree: improve find_worktree() documentationEric Sunshine
2020-02-24packfile: drop nth_packed_object_sha1()Jeff King
2020-02-24packed_object_info(): use object_id internally for delta baseJeff King
2020-02-24packed_object_info(): use object_id for returning delta baseJeff King
2020-02-24pack-check: push oid lookup into loopJeff King
2020-02-24pack-check: convert "internal error" die to a BUG()Jeff King
2020-02-24pack-bitmap: use object_id when loading on-disk bitmapsJeff King
2020-02-24pack-objects: use object_id struct in pack-reuse codeJeff King
2020-02-24pack-objects: convert oe_set_delta_ext() to use object_idJeff King
2020-02-24pack-objects: read delta base oid into object_id structJeff King
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King
2020-02-24worktree: drop unused code from get_main_worktree()Eric Sunshine
2020-02-24blame: provide type of fingerprints pointerRené Scharfe
2020-02-24rebase: refuse to switch to branch already checked out elsewhereEric Sunshine
2020-02-24t3400: make test clean up after itselfEric Sunshine
2020-02-24t: drop debug `cat` callsMartin Ågren
2020-02-24t9810: drop debug `cat` callMartin Ågren
2020-02-24t4117: check for files using `test_path_is_file`Martin Ågren
2020-02-24receive.denyCurrentBranch: respect all worktreesHariom Verma
2020-02-24t5509: use a bare repository for test push targetHariom Verma
2020-02-24get_main_worktree(): allow it to be called in the Git directoryHariom Verma
2020-02-24completion: add diff --color-moved[-ws]Kir Kolyshkin
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe
2020-02-24quote: use isalnum() to check for alphanumeric charactersRené Scharfe
2020-02-24t1050: replace test -f with test_path_is_fileRasmus Jonsson
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee
2020-02-22partial-clone: demonstrate bugs in partial fetchDerrick Stolee
2020-02-22run-command.h: fix mis-indented struct memberJeff King
2020-02-20sparse-checkout: allow one-character directories in cone modeDerrick Stolee
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini