summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-06clone: add tags refspec earlier to fetch refspecToon Claes1-16/+11
2025-02-06clone: refactor wanted_peer_refs()Toon Claes1-24/+15
2025-02-06clone: make it possible to specify --tagsToon Claes1-7/+7
2025-02-06clone: cut down on global variables in clone.cToon Claes1-94/+101
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-12-04Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano1-2/+2
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-1/+0
2024-11-21global: drop `UNLEAK()` annotationPatrick Steinhardt1-1/+0
2024-11-21refs: introduce "initial" transaction flagPatrick Steinhardt1-2/+2
2024-11-21refs: allow passing flags when setting up a transactionPatrick Steinhardt1-1/+1
2024-11-04doc: correct misleading descriptions for --shallow-excludeElijah Newren1-2/+2
2024-09-30builtin/clone: fix leaking repo state when cloning with bundle URIsPatrick Steinhardt1-0/+27
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-1/+1
2024-08-08builtin/clone: propagate ref storage format to submodulesPatrick Steinhardt1-2/+8
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-1/+2
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano1-2/+2
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano1-1/+1
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano1-5/+9
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano1-1/+1
2024-06-14remote: use strvecs to store remote url/pushurlJeff King1-2/+2
2024-06-11builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`Patrick Steinhardt1-1/+2
2024-06-07refspec: remove global tag refspec structurePatrick Steinhardt1-2/+6
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-3/+3
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak1-1/+1
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt1-1/+1
2024-05-30Merge branch 'jc/fix-2.45.1-and-friends-for-maint'Junio C Hamano1-11/+2
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano1-1/+4
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano1-11/+2
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano1-11/+2
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano1-11/+2
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano1-11/+2
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano1-11/+2
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano1-11/+2
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano1-1/+4
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin1-11/+1
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-3/+3
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt1-1/+4
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano1-15/+21
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano1-15/+21
2024-05-13Sync with Git 2.45.1Junio C Hamano1-6/+45
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-15/+21
2024-04-29Sync with 2.44.1Johannes Schindelin1-6/+45
2024-04-19Sync with 2.43.4Johannes Schindelin1-6/+45
2024-04-19Sync with 2.42.2Johannes Schindelin1-6/+45
2024-04-19Sync with 2.41.1Johannes Schindelin1-6/+45
2024-04-19Sync with 2.40.2Johannes Schindelin1-6/+45
2024-04-19Sync with 2.39.4Johannes Schindelin1-6/+45