summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano
2023-02-16Merge branch 'ds/bundle-uri-5'Junio C Hamano
2023-02-14Sync 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-25clone: 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-26Merge 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-07Sync 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-08clone: use remote branch if it matches default HEADJeff King
2022-07-08clone: propagate empty remote HEAD even with other branchesJeff King
2022-07-08clone: drop extra newline from warning messageJeff King
2022-07-01clone: fix memory leak in wanted_peer_refs()Ævar Arnfjörð Bjarmason