summaryrefslogtreecommitdiffstats
path: root/wt-status.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-31bundle-uri: parse bundle.<id>.creationToken valuesDerrick Stolee3-0/+34
2023-01-31bundle-uri: parse bundle.heuristic=creationTokenDerrick Stolee4-0/+74
2023-01-31t5558: add tests for creationToken heuristicDerrick Stolee2-2/+75
2023-01-31bundle: verify using check_connected()Derrick Stolee2-50/+33
2023-01-31bundle: test unbundling with incomplete historyDerrick Stolee1-0/+40
2023-01-06test-bundle-uri: drop unused variablesJeff King1-7/+0
2022-12-25clone: unbundle the advertised bundlesDerrick Stolee3-7/+98
2022-12-25bundle-uri: download bundles from an advertised listDerrick Stolee2-0/+35
2022-12-25bundle-uri: allow relative URLs in bundle listsDerrick Stolee5-1/+116
2022-12-25strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee2-0/+17
2022-12-25bundle-uri: serve bundle.* keys from configDerrick Stolee2-1/+47
2022-12-25bundle-uri client: add helper for testing serverÆvar Arnfjörð Bjarmason3-0/+99
2022-12-25transport: rename got_remote_headsDerrick Stolee1-9/+9
2022-12-25bundle-uri client: add boolean transfer.bundleURI settingÆvar Arnfjörð Bjarmason3-1/+32
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason8-0/+164
2022-12-25t: create test harness for 'bundle-uri' commandÆvar Arnfjörð Bjarmason6-1/+144
2022-12-25protocol v2: add server-side "bundle-uri" skeletonÆvar Arnfjörð Bjarmason5-1/+289
2022-11-15The twelfth batchTaylor Blau1-0/+11
2022-11-15Documentation: fix typoVlad-Stefan Harbuz1-1/+1
2022-11-11repository-version.txt: partialClone casing changeKousik Sanagavarapu1-2/+2
2022-11-08The eleventh batchTaylor Blau1-0/+20
2022-11-08Documentation/gitcredentials.txt: mention password alternativesM Hickford1-3/+4
2022-11-08revisions API: extend the nascent REV_INFO_INIT macroÆvar Arnfjörð Bjarmason2-18/+19
2022-11-08ci: use a newer `github-script` versionJohannes Schindelin1-3/+3
2022-11-08ls-files: fix --ignored and --killed flags in synopsisVincent Bernat1-2/+2
2022-11-05index: raise a bug if the index is materialised more than onceAnh Le1-0/+2
2022-11-05index: add trace2 region for clear skip worktreeAnh Le1-6/+22
2022-11-04t7001-mv.sh: modernizing test script using functionsDebra Obondo1-31/+31
2022-11-04The tenth batchTaylor Blau1-0/+4
2022-11-03ref-filter: fix parsing of signatures with CRLF and no bodyJeff King2-3/+28
2022-11-03ref-filter: fix parsing of signatures without blank linesJeff King2-1/+16
2022-11-01t5516/t5601: be less strict about the number of credential warningsJohannes Schindelin1-7/+7
2022-11-01t5516: move plaintext-password tests from t5601 and t5516Jeff King3-54/+77
2022-11-01test-lib-functions: drop redundant diagnostic printMartin Ågren1-4/+0
2022-10-31The ninth batchTaylor Blau1-0/+53
2022-10-31glossary: add reachability bitmap descriptionPhilip Oakley1-0/+8
2022-10-31glossary: add "commit graph" descriptionPhilip Oakley1-1/+16
2022-10-31doc: use 'object database' not ODB or abbreviationPhilip Oakley4-4/+4
2022-10-31doc: use "commit-graph" hyphenation consistentlyPhilip Oakley3-7/+7
2022-10-31archive-tar: report filter start error only onceRené Scharfe2-0/+8
2022-10-30replace and remove run_command_v_opt()René Scharfe13-75/+92
2022-10-30replace and remove run_command_v_opt_cd_env_tr2()René Scharfe2-19/+1
2022-10-30replace and remove run_command_v_opt_tr2()René Scharfe3-9/+7
2022-10-30replace and remove run_command_v_opt_cd_env()René Scharfe3-10/+6
2022-10-30use child_process members "args" and "env" directlyRené Scharfe13-206/+185
2022-10-30use child_process member "args" instead of string array variableRené Scharfe6-44/+44
2022-10-30sequencer: simplify building argument list in do_exec()René Scharfe1-2/+1
2022-10-30bisect--helper: factor out do_bisect_run()René Scharfe1-11/+11
2022-10-30bisect: simplify building "checkout" argument listRené Scharfe1-5/+4
2022-10-30am: simplify building "show" argument listRené Scharfe1-7/+4