summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reflog: specify default pretty format in configrhi/reflog-default-prettyRoland Hieber2019-01-302-3/+11
* Fourth batch after 2.20Junio C Hamano2019-01-291-0/+54
* Merge branch 'it/log-format-source'Junio C Hamano2019-01-297-1/+71
|\
| * log: add %S option (like --source) to log --formatIssac Trotts2019-01-117-1/+71
* | Merge branch 'js/add-e-clear-patch-before-stating'Junio C Hamano2019-01-291-1/+1
|\ \
| * | add --edit: truncate the patch fileJohannes Schindelin2019-01-151-1/+1
* | | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-2921-98/+84
|\ \ \
| * | | cache: make oidcpy always copy GIT_MAX_RAWSZ bytesbrian m. carlson2019-01-152-31/+1
| * | | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-1519-54/+60
| * | | match-trees: use hashcpy to splice treesbrian m. carlson2019-01-151-6/+18
| * | | match-trees: compute buffer offset correctly when splicingbrian m. carlson2019-01-151-3/+4
| * | | tree-walk: copy object ID before usebrian m. carlson2019-01-151-5/+5
| | |/ | |/|
* | | Merge branch 'jt/upload-pack-deepen-relative-proto-v2'Junio C Hamano2019-01-294-4/+80
|\ \ \
| * | | upload-pack: teach deepen-relative in protocol v2Jonathan Tan2019-01-103-2/+46
| * | | fetch-pack: do not take shallow lock unnecessarilyJonathan Tan2019-01-103-2/+34
| |/ /
* | | Merge branch 'jk/remote-insteadof-cleanup'Junio C Hamano2019-01-291-2/+2
|\ \ \
| * | | remote: check config validity before creating rewrite structJeff King2019-01-111-2/+2
* | | | Merge branch 'ms/http-no-more-failonerror'Junio C Hamano2019-01-295-19/+72
|\ \ \ \
| * | | | test: test GIT_CURL_VERBOSE=1 shows an errorMasaya Suzuki2019-01-102-0/+29
| * | | | remote-curl: unset CURLOPT_FAILONERRORMasaya Suzuki2019-01-101-0/+10
| * | | | remote-curl: define struct for CURLOPT_WRITEFUNCTIONMasaya Suzuki2019-01-101-4/+14
| * | | | http: enable keep_error for HTTP requestsMasaya Suzuki2019-01-103-25/+19
| * | | | http: support file handles for HTTP_KEEP_ERRORMasaya Suzuki2019-01-101-3/+13
* | | | | Merge branch 'os/rebase-runs-post-checkout-hook'Junio C Hamano2019-01-292-56/+52
|\ \ \ \ \
| * | | | | rebase: run post-checkout hook on checkoutOrgad Shaneh2019-01-022-2/+30
| * | | | | t5403: simplify by using a single repositoryOrgad Shaneh2019-01-021-55/+23
* | | | | | Merge branch 'bc/sha-256'Junio C Hamano2019-01-2916-94/+642
|\ \ \ \ \ \
| * | | | | | hash: add an SHA-256 implementation using OpenSSLbrian m. carlson2018-11-142-0/+9
| * | | | | | sha256: add an SHA-256 implementation using libgcryptbrian m. carlson2018-11-143-2/+45
| * | | | | | Add a base implementation of SHA-256 supportbrian m. carlson2018-11-1410-4/+331
| * | | | | | commit-graph: convert to using the_hash_algobrian m. carlson2018-11-141-16/+17
| * | | | | | t/helper: add a test helper to compute hash speedbrian m. carlson2018-11-144-0/+64
| * | | | | | sha1-file: add a constant for hash block sizebrian m. carlson2018-11-143-0/+9
| * | | | | | t: make the sha1 test-tool helper genericbrian m. carlson2018-11-144-51/+62
| * | | | | | t: add basic tests for our SHA-1 implementationbrian m. carlson2018-11-141-0/+29
| * | | | | | cache: make hashcmp and hasheq work with larger hashesbrian m. carlson2018-11-141-10/+12
| * | | | | | hex: introduce functions to print arbitrary hashesbrian m. carlson2018-11-142-13/+32
| * | | | | | sha1-file: provide functions to look up hash algorithmsbrian m. carlson2018-10-222-0/+34
| * | | | | | sha1-file: rename algorithm to "sha1"brian m. carlson2018-10-221-1/+1
* | | | | | | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-2912-89/+426
|\ \ \ \ \ \ \
| * | | | | | | fetch: ensure submodule objects fetchedStefan Beller2018-12-093-38/+296
| * | | | | | | submodule.c: fetch in submodules git directory instead of in worktreeStefan Beller2018-12-051-2/+8
| * | | | | | | submodule: migrate get_next_submodule to use repository structsStefan Beller2018-12-051-12/+44
| * | | | | | | repository: repo_submodule_init to take a submodule structStefan Beller2018-12-056-35/+43
| * | | | | | | submodule: store OIDs in changed_submodule_namesStefan Beller2018-12-051-9/+10
| * | | | | | | submodule.c: tighten scope of changed_submodule_names structStefan Beller2018-12-051-8/+11
| * | | | | | | submodule.c: sort changed_submodule_names before searching itStefan Beller2018-12-051-1/+2
| * | | | | | | submodule.c: fix indentationStefan Beller2018-12-051-3/+6
| * | | | | | | sha1-array: provide oid_array_filterStefan Beller2018-12-053-0/+25
* | | | | | | | Merge branch 'jt/fetch-pack-v2'Junio C Hamano2019-01-292-10/+21
|\ \ \ \ \ \ \ \