summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'master' of github.com:git-l10n/git-poJiang Xin2020-03-061-204/+162
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | / / / / / / / | |/ / / / / / / |/| | | | | | |
| * | | | | | | l10n: Update Catalan translationJordi Mas2020-03-011-58/+52
| * | | | | | | l10n: Update Catalan translationJordi Mas2020-01-221-147/+111
| | |/ / / / / | |/| | | | |
* | | | | | | Git 2.26-rc0v2.26.0-rc0Junio C Hamano2020-03-052-1/+41
* | | | | | | t5537: adjust test_oid labelJohannes Schindelin2020-03-051-3/+3
* | | | | | | Merge branch 'hi/gpg-use-check-signature'Junio C Hamano2020-03-054-72/+75
|\ \ \ \ \ \ \
| * | | | | | | Revert "gpg-interface: prefer check_signature() for GPG verification"Junio C Hamano2020-02-284-72/+75
* | | | | | | | Merge branch 'rs/commit-graph-code-simplification'Junio C Hamano2020-03-051-6/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | commit-graph: use progress title directlyRené Scharfe2020-02-271-6/+2
* | | | | | | | | Merge branch 'js/ci-windows-update'Junio C Hamano2020-03-0510-73/+93
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Azure Pipeline: switch to the latest agent poolsJohannes Schindelin2020-02-271-12/+25
| * | | | | | | | | ci: prevent `perforce` from being quarantinedJohannes Schindelin2020-02-271-2/+2
| * | | | | | | | | t/lib-httpd: avoid using macOS' sedJohannes Schindelin2020-02-278-59/+66
* | | | | | | | | | Merge branch 'be/describe-multiroot'Junio C Hamano2020-03-052-4/+69
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | describe: don't abort too early when searching tagsBenno Evers2020-02-262-4/+69
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ag/rebase-remove-redundant-code'Junio C Hamano2020-03-051-9/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/rebase: remove a call to get_oid() on `options.switch_to'Alban Gruin2020-02-261-9/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'es/recursive-single-branch-clone'Junio C Hamano2020-03-055-9/+56
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clone: pass --single-branch during --recurse-submodulesEmily Shaffer2020-02-255-5/+49
| * | | | | | | | | | submodule--helper: use C99 named initializerEmily Shaffer2020-02-251-4/+7
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/nth-packed-object-id'Junio C Hamano2020-03-0513-114/+95
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | packfile: drop nth_packed_object_sha1()Jeff King2020-02-242-25/+10
| * | | | | | | | | | packed_object_info(): use object_id internally for delta baseJeff King2020-02-241-17/+15
| * | | | | | | | | | packed_object_info(): use object_id for returning delta baseJeff King2020-02-245-11/+11
| * | | | | | | | | | pack-check: push oid lookup into loopJeff King2020-02-241-13/+10
| * | | | | | | | | | pack-check: convert "internal error" die to a BUG()Jeff King2020-02-241-1/+2
| * | | | | | | | | | pack-bitmap: use object_id when loading on-disk bitmapsJeff King2020-02-241-6/+6
| * | | | | | | | | | pack-objects: use object_id struct in pack-reuse codeJeff King2020-02-241-4/+5
| * | | | | | | | | | pack-objects: convert oe_set_delta_ext() to use object_idJeff King2020-02-243-4/+4
| * | | | | | | | | | pack-objects: read delta base oid into object_id structJeff King2020-02-241-17/+18
| * | | | | | | | | | nth_packed_object_oid(): use customary integer returnJeff King2020-02-246-24/+22
* | | | | | | | | | | Merge branch 'es/do-not-let-rebase-switch-to-protected-branch'Junio C Hamano2020-03-052-3/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase: refuse to switch to branch already checked out elsewhereEric Sunshine2020-02-242-2/+21
| * | | | | | | | | | | t3400: make test clean up after itselfEric Sunshine2020-02-241-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'hv/receive-denycurrent-everywhere'Junio C Hamano2020-03-055-18/+49
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t2402: test worktree path when called in .git directoryHariom Verma2020-03-041-0/+6
| * | | | | | | | | | | receive.denyCurrentBranch: respect all worktreesHariom Verma2020-02-243-17/+41
| * | | | | | | | | | | t5509: use a bare repository for test push targetHariom Verma2020-02-241-1/+1
| * | | | | | | | | | | get_main_worktree(): allow it to be called in the Git directoryHariom Verma2020-02-241-0/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'es/worktree-avoid-duplication-fix'Junio C Hamano2020-03-054-16/+38
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | worktree: don't allow "add" validation to be fooled by suffix matchingEric Sunshine2020-02-242-8/+10
| * | | | | | | | | | | worktree: add utility to find worktree by pathnameEric Sunshine2020-02-242-6/+16
| * | | | | | | | | | | worktree: improve find_worktree() documentationEric Sunshine2020-02-241-2/+12
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-03-0510-23/+228
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | credential: allow wildcard patterns when matching configbrian m. carlson2020-02-207-21/+103
| * | | | | | | | | | | credential: use the last matching username in the configbrian m. carlson2020-02-203-3/+11
| * | | | | | | | | | | t0300: add tests for some additional casesbrian m. carlson2020-02-201-0/+108
| * | | | | | | | | | | t1300: add test for urlmatch with multiple wildcardsbrian m. carlson2020-02-201-0/+6
| * | | | | | | | | | | mailmap: add an additional email address for brian m. carlsonbrian m. carlson2020-02-201-0/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'mr/bisect-in-c-1'Junio C Hamano2020-03-053-98/+189
|\ \ \ \ \ \ \ \ \ \ \