summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* chainlint: annotate original test definition rather than token streamEric Sunshine2022-11-0822-33/+163
* chainlint: latch start/end position of each tokenEric Sunshine2022-11-081-37/+43
* chainlint: tighten accuracy when consuming input streamEric Sunshine2022-11-081-1/+1
* chainlint: add explanatory commentsEric Sunshine2022-11-081-0/+4
* The tenth batchTaylor Blau2022-11-041-0/+4
* Merge branch 'jk/avoid-localhost'Taylor Blau2022-11-043-54/+77
|\
| * t5516/t5601: be less strict about the number of credential warningsJohannes Schindelin2022-11-011-7/+7
| * t5516: move plaintext-password tests from t5601 and t5516Jeff King2022-11-013-54/+77
|/
* The ninth batchTaylor Blau2022-10-311-0/+53
* Merge branch 'jt/skipping-negotiator-wo-recursion'Taylor Blau2022-10-311-12/+17
|\
| * negotiator/skipping: avoid stack overflowJonathan Tan2022-10-261-12/+17
* | Merge branch 'jc/doc-fsck-msgids'Taylor Blau2022-10-316-2/+264
|\ \
| * | Documentation: add lint-fsck-msgidsJunio C Hamano2022-10-262-0/+81
| * | fsck: document msg-idJohn Cai2022-10-264-0/+183
| * | fsck: remove the unused MISSING_TREE_OBJECTJunio C Hamano2022-10-261-1/+0
| * | fsck: remove the unused BAD_TAG_OBJECTJohn Cai2022-10-261-1/+0
* | | Merge branch 'en/merge-tree-sequence'Taylor Blau2022-10-313-11/+148
|\ \ \
| * | | merge-tree: support multiple batched merges with --stdinElijah Newren2022-10-233-4/+109
| * | | merge-tree: update documentation for differences in -z outputElijah Newren2022-10-231-7/+39
| |/ /
* | | Merge branch 'ds/bundle-uri-3'Taylor Blau2022-10-3117-43/+1156
|\ \ \
| * | | bundle-uri: suppress stderr from remote-httpsDerrick Stolee2022-10-122-2/+15
| * | | bundle-uri: quiet failed unbundlingsDerrick Stolee2022-10-125-9/+32
| * | | bundle: add flags to verify_bundle()Derrick Stolee2022-10-125-10/+27
| * | | bundle-uri: fetch a list of bundlesDerrick Stolee2022-10-123-16/+448
| * | | bundle: properly clear all revision flagsDerrick Stolee2022-10-121-13/+10
| * | | bundle-uri: limit recursion depth for bundle listsDerrick Stolee2022-10-121-1/+20
| * | | bundle-uri: parse bundle list in config formatDerrick Stolee2022-10-124-12/+123
| * | | bundle-uri: unit test "key=value" parsingÆvar Arnfjörð Bjarmason2022-10-128-0/+241
| * | | bundle-uri: create "key=value" line parsingÆvar Arnfjörð Bjarmason2022-10-122-1/+38
| * | | bundle-uri: create base key-value pair parsingDerrick Stolee2022-10-125-1/+104
| * | | bundle-uri: create bundle_list struct and helpersDerrick Stolee2022-10-122-0/+116
| * | | bundle-uri: use plain string in find_temp_filename()Derrick Stolee2022-10-121-12/+16
| * | | Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3Junio C Hamano2022-08-2510-0/+374
| |\ \ \
* | \ \ \ Merge branch 'rj/branch-do-not-exit-with-minus-one-status'Taylor Blau2022-10-312-2/+2
|\ \ \ \ \
| * | | | | branch: error code with --edit-descriptionRubén Justo2022-10-262-2/+2
* | | | | | Merge branch 'rj/branch-copy-rename-error-codepath-cleanup'Taylor Blau2022-10-312-20/+19
|\ \ \ \ \ \
| * | | | | | branch: error copying or renaming a detached HEADRubén Justo2022-10-262-20/+19
| |/ / / / /
* | | | | | Merge branch 'tb/cap-patch-at-1gb'Taylor Blau2022-10-312-1/+34
|\ \ \ \ \ \
| * | | | | | apply: reject patches larger than ~1 GiBTaylor Blau2022-10-262-1/+34
* | | | | | | Merge branch 'jr/embargoed-releases-doc'Taylor Blau2022-10-311-25/+140
|\ \ \ \ \ \ \
| * | | | | | | embargoed releases: also describe the git-security list and the processJulia Ramer2022-10-251-25/+140
* | | | | | | | Merge branch 'en/ort-dir-rename-and-symlink-fix'Taylor Blau2022-10-312-2/+90
|\ \ \ \ \ \ \ \
| * | | | | | | | merge-ort: fix bug with dir rename vs change dir to symlinkElijah Newren2022-10-232-2/+90
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'pb/subtree-split-and-merge-after-squashing-tag-fix'Taylor Blau2022-10-314-77/+192
|\ \ \ \ \ \ \ \
| * | | | | | | | subtree: fix split after annotated tag was squashed mergedPhilippe Blain2022-10-213-9/+36
| * | | | | | | | subtree: fix squash merging after annotated tag was squashed mergedPhilippe Blain2022-10-213-15/+86
| * | | | | | | | subtree: process 'git-subtree-split' trailer in separate functionPhilippe Blain2022-10-211-4/+11
| * | | | | | | | subtree: use named variables instead of "$@" in cmd_pullPhilippe Blain2022-10-211-2/+4
| * | | | | | | | subtree: define a variable before its first use in 'find_latest_squash'Philippe Blain2022-10-211-1/+1
| * | | | | | | | subtree: prefix die messages with 'fatal'Philippe Blain2022-10-212-36/+36