summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+4
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-3/+3
2023-04-05clone: propagate object-format when cloning from voidJunio C Hamano1-5/+6
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-3/+3
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+3
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano1-2/+3
2023-02-15Merge branch 'ds/bundle-uri-5'Junio C Hamano1-1/+5
2023-02-13Sync with Git 2.39.2Junio C Hamano1-4/+4
2023-02-06clone: use free() instead of UNLEAK()Ævar Arnfjörð Bjarmason1-2/+3
2023-02-06Sync with 2.38.4Johannes Schindelin1-4/+4
2023-02-06Sync with 2.37.6Johannes Schindelin1-4/+4
2023-02-06Sync with 2.36.5Johannes Schindelin1-4/+4
2023-02-06Sync with 2.35.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.34.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.33.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.32.6Johannes Schindelin1-4/+4
2023-02-06Sync with 2.31.7Johannes Schindelin1-4/+4
2023-02-06Sync with 2.30.8Johannes Schindelin1-4/+4
2023-01-31clone: set fetch.bundleURI if appropriateDerrick Stolee1-1/+5
2023-01-24clone: delay picking a transport until after get_repo_path()Taylor Blau1-4/+4
2023-01-02Merge branch 'ds/bundle-uri-4'Junio C Hamano1-0/+21
2022-12-25clone: unbundle the advertised bundlesDerrick Stolee1-5/+20
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason1-0/+6
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-2/+2
2022-10-30replace and remove run_command_v_opt()René Scharfe1-2/+6
2022-10-30use child_process members "args" and "env" directlyRené Scharfe1-16/+17
2022-10-25Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38Junio C Hamano1-3/+0
2022-10-17Sync with v2.38.1Junio C Hamano1-3/+5
2022-10-10Merge branch 'jk/clone-allow-bare-and-o-together'Junio C Hamano1-3/+0
2022-10-06Sync with 2.37.4Taylor Blau1-3/+5
2022-10-06Sync with 2.36.3Taylor Blau1-3/+5
2022-10-06Sync with 2.35.5Taylor Blau1-3/+5
2022-10-06Sync with 2.34.5Taylor Blau1-3/+5
2022-10-06Sync with 2.33.5Taylor Blau1-3/+5
2022-10-06Sync with 2.32.4Taylor Blau1-3/+5
2022-10-06Sync with 2.31.5Taylor Blau1-3/+5
2022-10-06Sync with 2.30.6Taylor Blau1-3/+5
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau1-3/+5
2022-09-22clone: allow "--bare" with "-o"Jeff King1-3/+0
2022-09-19Merge branch 'jk/list-objects-filter-cleanup'Junio C Hamano1-1/+1
2022-09-12list-objects-filter: add and use initializersJeff King1-1/+1
2022-08-24clone: warn on failure to repo_init()Derrick Stolee1-2/+3
2022-08-10clone: --bundle-uri cannot be combined with --depthDerrick Stolee1-0/+3
2022-08-10clone: add --bundle-uri optionDerrick Stolee1-0/+15
2022-08-05Merge branch 'jk/clone-unborn-confusion' into maintJunio C Hamano1-36/+45