summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bundle-uri: download in creationToken orderDerrick Stolee2023-01-313-9/+233
* bundle-uri: parse bundle.<id>.creationToken valuesDerrick Stolee2023-01-313-0/+34
* bundle-uri: parse bundle.heuristic=creationTokenDerrick Stolee2023-01-314-0/+74
* t5558: add tests for creationToken heuristicDerrick Stolee2023-01-312-2/+75
* bundle: verify using check_connected()Derrick Stolee2023-01-312-50/+33
* bundle: test unbundling with incomplete historyDerrick Stolee2023-01-311-0/+40
* test-bundle-uri: drop unused variablesJeff King2023-01-061-7/+0
* clone: unbundle the advertised bundlesDerrick Stolee2022-12-253-7/+98
* bundle-uri: download bundles from an advertised listDerrick Stolee2022-12-252-0/+35
* bundle-uri: allow relative URLs in bundle listsDerrick Stolee2022-12-255-1/+116
* strbuf: introduce strbuf_strip_file_from_path()Derrick Stolee2022-12-252-0/+17
* bundle-uri: serve bundle.* keys from configDerrick Stolee2022-12-252-1/+47
* bundle-uri client: add helper for testing serverÆvar Arnfjörð Bjarmason2022-12-253-0/+99
* transport: rename got_remote_headsDerrick Stolee2022-12-251-9/+9
* bundle-uri client: add boolean transfer.bundleURI settingÆvar Arnfjörð Bjarmason2022-12-253-1/+32
* clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason2022-12-258-0/+164
* t: create test harness for 'bundle-uri' commandÆvar Arnfjörð Bjarmason2022-12-256-1/+144
* protocol v2: add server-side "bundle-uri" skeletonÆvar Arnfjörð Bjarmason2022-12-255-1/+289
* The twelfth batchTaylor Blau2022-11-151-0/+11
* Merge branch 'vh/my-first-contribution-typo'Taylor Blau2022-11-151-1/+1
|\
| * Documentation: fix typoVlad-Stefan Harbuz2022-11-151-1/+1
* | Merge branch 'ks/partialclone-casing'Taylor Blau2022-11-151-2/+2
|\ \
| * | repository-version.txt: partialClone casing changeKousik Sanagavarapu2022-11-111-2/+2
| |/
* | Merge branch 'mh/password-can-be-pat'Taylor Blau2022-11-151-3/+4
|\ \
| * | Documentation/gitcredentials.txt: mention password alternativesM Hickford2022-11-081-3/+4
* | | Merge branch 'js/ci-set-output'Taylor Blau2022-11-151-3/+3
|\ \ \
| * | | ci: use a newer `github-script` versionJohannes Schindelin2022-11-081-3/+3
* | | | Merge branch 'ab/rev-info-init'Taylor Blau2022-11-152-18/+19
|\ \ \ \
| * | | | revisions API: extend the nascent REV_INFO_INIT macroÆvar Arnfjörð Bjarmason2022-11-082-18/+19
| |/ / /
* | | | Merge branch 'al/trace2-clearing-skip-worktree'Taylor Blau2022-11-151-6/+24
|\ \ \ \
| * | | | index: raise a bug if the index is materialised more than onceAnh Le2022-11-051-0/+2
| * | | | index: add trace2 region for clear skip worktreeAnh Le2022-11-051-6/+22
* | | | | Merge branch 'do/modernize-t7001'Taylor Blau2022-11-151-31/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | t7001-mv.sh: modernizing test script using functionsDebra Obondo2022-11-041-31/+31
| | |_|/ | |/| |
* | | | The eleventh batchTaylor Blau2022-11-081-0/+20
* | | | Merge branch 'rs/no-more-run-command-v'Taylor Blau2022-11-0827-383/+346
|\ \ \ \
| * | | | replace and remove run_command_v_opt()René Scharfe2022-10-3013-75/+92
| * | | | replace and remove run_command_v_opt_cd_env_tr2()René Scharfe2022-10-302-19/+1
| * | | | replace and remove run_command_v_opt_tr2()René Scharfe2022-10-303-9/+7
| * | | | replace and remove run_command_v_opt_cd_env()René Scharfe2022-10-303-10/+6
| * | | | use child_process members "args" and "env" directlyRené Scharfe2022-10-3013-206/+185
| * | | | use child_process member "args" instead of string array variableRené Scharfe2022-10-306-44/+44
| * | | | sequencer: simplify building argument list in do_exec()René Scharfe2022-10-301-2/+1
| * | | | bisect--helper: factor out do_bisect_run()René Scharfe2022-10-301-11/+11
| * | | | bisect: simplify building "checkout" argument listRené Scharfe2022-10-301-5/+4
| * | | | am: simplify building "show" argument listRené Scharfe2022-10-301-7/+4
| * | | | run-command: fix return value commentRené Scharfe2022-10-301-3/+2
| * | | | merge: remove always-the-same "verbose" argumentsÆvar Arnfjörð Bjarmason2022-10-301-8/+5
* | | | | Merge branch 'rs/archive-filter-error-once'Taylor Blau2022-11-082-0/+8
|\ \ \ \ \
| * | | | | archive-tar: report filter start error only onceRené Scharfe2022-10-312-0/+8
| | |/ / / | |/| | |