aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The second batchHEADmasterJunio C Hamano3 days1-1/+38
* Merge branch 'bb/rgb-12-bit-colors'Junio C Hamano3 days4-12/+41
|\
| * color: add support for 12-bit RGB colorsBeat Bolli9 days4-13/+24
| * t/t4026-color: add test coverage for invalid RGB colorsBeat Bolli9 days1-0/+18
| * t/t4026-color: remove an extra double quote characterBeat Bolli9 days1-1/+1
* | Merge branch 'rs/diff-parseopts-cleanup'Junio C Hamano3 days1-1/+0
|\ \
| * | diff-lib: stop calling diff_setup_done() in do_diff_cache()René Scharfe10 days1-1/+0
* | | Merge branch 'dk/zsh-git-repo-path-fix'Junio C Hamano3 days1-0/+1
|\ \ \
| * | | completion: zsh: stop leaking local cache variableD. Ben Knoble10 days1-0/+1
| | |/ | |/|
* | | Merge branch 'bc/zsh-compatibility'Junio C Hamano3 days2-9/+10
|\ \ \
| * | | vimdiff: make script and tests work with zshbrian m. carlson2024-04-261-2/+1
| * | | t4046: avoid continue in &&-chain for zshbrian m. carlson2024-04-261-7/+9
* | | | Merge branch 'rj/add-p-typo-reaction'Junio C Hamano3 days2-15/+31
|\ \ \ \
| * | | | add-patch: response to unknown commandRubén Justo11 days2-2/+19
| * | | | add-patch: do not show UI messages on stderrRubén Justo11 days2-13/+12
* | | | | Merge branch 'jt/doc-submitting-rerolled-series'Junio C Hamano3 days1-4/+6
|\ \ \ \ \
| * | | | | doc: clarify practices for submitting updated patch versionsJustin Tobler2024-04-251-4/+6
* | | | | | Merge branch 'rh/complete-symbolic-ref'Junio C Hamano3 days2-3/+51
|\ \ \ \ \ \
| * | | | | | completion: add docs on how to add subcommand completionsRoland Hieber2024-04-251-0/+7
| * | | | | | completion: improve docs for using __git_completeRoland Hieber2024-04-251-3/+10
| * | | | | | completion: add 'symbolic-ref'Roland Hieber2024-04-252-0/+34
* | | | | | | Merge branch 'ps/the-index-is-no-more'Junio C Hamano3 days41-455/+435
|\ \ \ \ \ \ \
| * | | | | | | repository: drop `initialize_the_repository()`Patrick Steinhardt2024-04-185-12/+26
| * | | | | | | repository: drop `the_index` variablePatrick Steinhardt2024-04-182-22/+6
| * | | | | | | builtin/clone: stop using `the_index`Patrick Steinhardt2024-04-181-4/+3
| * | | | | | | repository: initialize index in `repo_init()`Patrick Steinhardt2024-04-181-11/+17
| * | | | | | | builtin: stop using `the_index`Patrick Steinhardt2024-04-1828-371/+356
| * | | | | | | t/helper: stop using `the_index`Patrick Steinhardt2024-04-188-51/+43
* | | | | | | | Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano3 days16-120/+1025
|\ \ \ \ \ \ \ \
| * | | | | | | | credential: add method for querying capabilitiesbrian m. carlson2024-04-165-1/+60
| * | | | | | | | credential-cache: implement authtype capabilitybrian m. carlson2024-04-164-6/+28
| * | | | | | | | t: add credential tests for authtypebrian m. carlson2024-04-161-0/+123
| * | | | | | | | credential: add support for multistage credential roundsbrian m. carlson2024-04-166-35/+184
| * | | | | | | | t5563: refactor for multi-stage authenticationbrian m. carlson2024-04-162-47/+66
| * | | | | | | | docs: set a limit on credential line lengthbrian m. carlson2024-04-161-1/+3
| * | | | | | | | credential: enable state capabilitybrian m. carlson2024-04-162-0/+11
| * | | | | | | | credential: add an argument to keep statebrian m. carlson2024-04-164-12/+71
| * | | | | | | | http: add support for authtype and credentialbrian m. carlson2024-04-164-12/+176
| * | | | | | | | docs: indicate new credential protocol fieldsbrian m. carlson2024-04-161-1/+48
| * | | | | | | | credential: add a field called "ephemeral"brian m. carlson2024-04-163-0/+35
| * | | | | | | | credential: gate new fields on capabilitybrian m. carlson2024-04-169-24/+215
| * | | | | | | | credential: add a field for pre-encoded credentialsbrian m. carlson2024-04-162-4/+11
| * | | | | | | | http: use new headers for each object requestbrian m. carlson2024-04-162-9/+13
| * | | | | | | | remote-curl: reset headers on new requestbrian m. carlson2024-04-161-2/+4
| * | | | | | | | credential: add an authtype fieldbrian m. carlson2024-04-162-0/+11
* | | | | | | | | Merge branch 'ps/ci-test-with-jgit'Junio C Hamano3 days9-109/+228
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t0612: add tests to exercise Git/JGit reftable compatibilityPatrick Steinhardt2024-04-121-0/+132
| * | | | | | | | | t0610: fix non-portable variable assignmentPatrick Steinhardt2024-04-121-3/+3
| * | | | | | | | | t06xx: always execute backend-specific testsPatrick Steinhardt2024-04-123-18/+8
| * | | | | | | | | ci: install JGit dependencyPatrick Steinhardt2024-04-121-1/+14