summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | test-lib-functions: drop redundant diagnostic printMartin Ågren2022-11-011-4/+0
* | | | | | Merge branch 'vb/ls-files-docfix'Taylor Blau2022-11-081-2/+2
|\ \ \ \ \ \
| * | | | | | ls-files: fix --ignored and --killed flags in synopsisVincent Bernat2022-11-081-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/ref-filter-parsing-bugs'Taylor Blau2022-11-082-4/+44
|\ \ \ \ \ \
| * | | | | | ref-filter: fix parsing of signatures with CRLF and no bodyJeff King2022-11-032-3/+28
| * | | | | | ref-filter: fix parsing of signatures without blank linesJeff King2022-11-032-1/+16
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'po/glossary-around-traversal'Taylor Blau2022-11-086-12/+35
|\ \ \ \ \ \
| * | | | | | glossary: add reachability bitmap descriptionPhilip Oakley2022-10-311-0/+8
| * | | | | | glossary: add "commit graph" descriptionPhilip Oakley2022-10-311-1/+16
| * | | | | | doc: use 'object database' not ODB or abbreviationPhilip Oakley2022-10-314-4/+4
| * | | | | | doc: use "commit-graph" hyphenation consistentlyPhilip Oakley2022-10-313-7/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/set-gid-bit-less-aggressively'Taylor Blau2022-11-081-1/+7
|\ \ \ \ \ \
| * | | | | | adjust_shared_perm(): leave g+s alone when the group does not matterJunio C Hamano2022-10-281-1/+7
| |/ / / / /
* | | | | | Merge branch 'es/mark-gc-cruft-as-experimental'Taylor Blau2022-11-085-2/+106
|\ \ \ \ \ \
| * | | | | | config: let feature.experimental imply gc.cruftPacks=trueEmily Shaffer2022-10-265-2/+63
| * | | | | | gc: add tests for --cruft and friendsEmily Shaffer2022-10-261-0/+43
* | | | | | | Merge branch 'tb/howto-using-redo-script'Taylor Blau2022-11-081-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Documentation/howto/maintain-git.txt: fix Meta/redo-jch.sh invocationTaylor Blau2022-10-261-1/+1
* | | | | | | 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
|\ \ \ \ \ \ \ \ \