aboutsummaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2023-02-15Merge branch 'ds/bundle-uri-5'Junio C Hamano
2023-02-13Sync with Git 2.39.2Junio C Hamano
2023-02-06clone: use free() instead of UNLEAK()Ævar Arnfjörð Bjarmason
2023-02-06Sync with 2.38.4Johannes Schindelin
2023-02-06Sync with 2.37.6Johannes Schindelin
2023-02-06Sync with 2.36.5Johannes Schindelin
2023-02-06Sync with 2.35.7Johannes Schindelin
2023-02-06Sync with 2.34.7Johannes Schindelin
2023-02-06Sync with 2.33.7Johannes Schindelin
2023-02-06Sync with 2.32.6Johannes Schindelin
2023-02-06Sync with 2.31.7Johannes Schindelin
2023-02-06Sync with 2.30.8Johannes Schindelin
2023-01-31clone: set fetch.bundleURI if appropriateDerrick Stolee
2023-01-24clone: delay picking a transport until after get_repo_path()Taylor Blau
2023-01-02Merge branch 'ds/bundle-uri-4'Junio C Hamano
2022-12-25clone: unbundle the advertised bundlesDerrick Stolee
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-10-30replace and remove run_command_v_opt()René Scharfe
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-10-25Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38Junio C Hamano
2022-10-17Sync with v2.38.1Junio C Hamano
2022-10-10Merge branch 'jk/clone-allow-bare-and-o-together'Junio C Hamano
2022-10-06Sync with 2.37.4Taylor Blau
2022-10-06Sync with 2.36.3Taylor Blau
2022-10-06Sync with 2.35.5Taylor Blau
2022-10-06Sync with 2.34.5Taylor Blau
2022-10-06Sync with 2.33.5Taylor Blau
2022-10-06Sync with 2.32.4Taylor Blau
2022-10-06Sync with 2.31.5Taylor Blau
2022-10-06Sync with 2.30.6Taylor Blau
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau
2022-09-22clone: allow "--bare" with "-o"Jeff King
2022-09-19Merge branch 'jk/list-objects-filter-cleanup'Junio C Hamano
2022-09-12list-objects-filter: add and use initializersJeff King
2022-08-24clone: warn on failure to repo_init()Derrick Stolee
2022-08-10clone: --bundle-uri cannot be combined with --depthDerrick Stolee
2022-08-10clone: add --bundle-uri optionDerrick Stolee
2022-08-05Merge branch 'jk/clone-unborn-confusion' into maintJunio C Hamano
2022-07-19Merge branch 'jk/clone-unborn-confusion'Junio C Hamano
2022-07-11clone: move unborn head creation to update_head()Jeff King
2022-07-07clone: use remote branch if it matches default HEADJeff King
2022-07-07clone: propagate empty remote HEAD even with other branchesJeff King
2022-07-07clone: drop extra newline from warning messageJeff King
2022-07-01clone: fix memory leak in wanted_peer_refs()Ævar Arnfjörð Bjarmason
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-30clone: plug a miniscule leakJunio C Hamano
2022-03-21Merge branch 'ds/partial-bundles'Junio C Hamano