aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/zsh-compatibility' into seenseenJunio C Hamano3 hours2-9/+10
|\
| * vimdiff: make script and tests work with zshbrian m. carlson3 hours1-2/+1
| * t4046: avoid continue in &&-chain for zshbrian m. carlson3 hours1-7/+9
* | Merge branch 'jt/doc-submitting-rerolled-series' into seenJunio C Hamano10 hours1-4/+6
|\ \
| * | doc: clarify practices for submitting updated patch versionsJustin Tobler29 hours1-4/+6
* | | Merge branch 'kn/update-ref-symrefs' into seenJunio C Hamano10 hours20-105/+817
|\ \ \
| * | | SQUASH??? (sparse fix)Junio C Hamano34 hours1-1/+1
| * | | ref: support symrefs in 'reference-transaction' hookKarthik Nayak34 hours3-15/+61
| * | | update-ref: support symrefs in the update commandKarthik Nayak34 hours5-18/+198
| * | | update-ref: support symrefs in the create commandKarthik Nayak34 hours9-13/+173
| * | | update-ref: support symrefs in the delete commandKarthik Nayak34 hours9-18/+79
| * | | update-ref: support symrefs in the verify commandKarthik Nayak34 hours8-14/+194
| * | | files-backend: extract out `create_symref_lock`Karthik Nayak34 hours1-13/+27
| * | | update-ref: support parsing ref targets in `parse_next_oid`Karthik Nayak34 hours1-16/+42
| * | | refs: accept symref values in `ref_transaction[_add]_update`Karthik Nayak34 hours14-24/+69
* | | | Merge branch 'rh/complete-symbolic-ref' into seenJunio C Hamano10 hours2-3/+51
|\ \ \ \
| * | | | completion: add docs on how to add subcommand completionsRoland Hieber35 hours1-0/+7
| * | | | completion: improve docs for using __git_completeRoland Hieber35 hours1-3/+10
| * | | | completion: add 'symbolic-ref'Roland Hieber35 hours2-0/+34
* | | | | Merge branch 'ps/undecided-is-not-necessarily-sha1' into seenJunio C Hamano10 hours16-92/+167
|\ \ \ \ \
| * | | | | repository: stop setting SHA1 as the default object hashPatrick Steinhardt3 days1-2/+0
| * | | | | builtin/shortlog: don't set up revisions without repoPatrick Steinhardt3 days1-1/+1
| * | | | | builtin/diff: explicitly set hash algo when there is no repoPatrick Steinhardt3 days1-0/+9
| * | | | | builtin/bundle: abort "verify" early when there is no repositoryPatrick Steinhardt3 days1-0/+5
| * | | | | builtin/blame: don't access potentially unitialized `the_hash_algo`Patrick Steinhardt3 days1-3/+2
| * | | | | builtin/rev-parse: allow shortening to more than 40 hex charactersPatrick Steinhardt3 days2-3/+8
| * | | | | remote-curl: fix parsing of detached SHA256 headsPatrick Steinhardt3 days2-1/+33
| * | | | | attr: fix BUG() when parsing attrs outside of repoPatrick Steinhardt3 days2-0/+21
| * | | | | attr: don't recompute default attribute sourcePatrick Steinhardt3 days1-9/+16
| * | | | | parse-options-cb: only abbreviate hashes when hash algo is knownPatrick Steinhardt3 days2-1/+19
| * | | | | path: move `validate_headref()` to its only userPatrick Steinhardt3 days3-54/+53
| * | | | | path: harden validation of HEAD with non-standard hashesPatrick Steinhardt3 days1-1/+1
* | | | | | Merge branch 'ps/the-index-is-no-more' into seenJunio C Hamano10 hours41-455/+435
|\ \ \ \ \ \
| * | | | | | repository: drop `initialize_the_repository()`Patrick Steinhardt8 days5-12/+26
| * | | | | | repository: drop `the_index` variablePatrick Steinhardt8 days2-22/+6
| * | | | | | builtin/clone: stop using `the_index`Patrick Steinhardt8 days1-4/+3
| * | | | | | repository: initialize index in `repo_init()`Patrick Steinhardt8 days1-11/+17
| * | | | | | builtin: stop using `the_index`Patrick Steinhardt8 days28-371/+356
| * | | | | | t/helper: stop using `the_index`Patrick Steinhardt8 days8-51/+43
* | | | | | | Merge branch 'bc/credential-scheme-enhancement' into seenJunio C Hamano10 hours16-120/+1025
|\ \ \ \ \ \ \
| * | | | | | | credential: add method for querying capabilitiesbrian m. carlson10 days5-1/+60
| * | | | | | | credential-cache: implement authtype capabilitybrian m. carlson10 days4-6/+28
| * | | | | | | t: add credential tests for authtypebrian m. carlson10 days1-0/+123
| * | | | | | | credential: add support for multistage credential roundsbrian m. carlson10 days6-35/+184
| * | | | | | | t5563: refactor for multi-stage authenticationbrian m. carlson10 days2-47/+66
| * | | | | | | docs: set a limit on credential line lengthbrian m. carlson10 days1-1/+3
| * | | | | | | credential: enable state capabilitybrian m. carlson10 days2-0/+11
| * | | | | | | credential: add an argument to keep statebrian m. carlson10 days4-12/+71
| * | | | | | | http: add support for authtype and credentialbrian m. carlson10 days4-12/+176
| * | | | | | | docs: indicate new credential protocol fieldsbrian m. carlson10 days1-1/+48