summaryrefslogtreecommitdiffstats
path: root/builtin/clone.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+3
* Merge branch 'ps/ref-backend-migration-optim'Junio C Hamano2024-12-041-2/+2
|\
| * refs: introduce "initial" transaction flagPatrick Steinhardt2024-11-201-2/+2
| * refs: allow passing flags when setting up a transactionPatrick Steinhardt2024-11-201-1/+1
* | Merge branch 'ps/leakfixes-part-10'Junio C Hamano2024-12-041-1/+0
|\ \
| * | global: drop `UNLEAK()` annotationPatrick Steinhardt2024-11-211-1/+0
| |/
* / doc: correct misleading descriptions for --shallow-excludeElijah Newren2024-11-051-2/+2
|/
* builtin/clone: fix leaking repo state when cloning with bundle URIsPatrick Steinhardt2024-09-301-0/+27
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+2
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-231-1/+1
|\
| * hooks: remove implicit dependency on `the_repository`Patrick Steinhardt2024-08-131-1/+1
* | builtin/clone: propagate ref storage format to submodulesPatrick Steinhardt2024-08-081-2/+8
|/
* Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-1/+2
|\
| * builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`Patrick Steinhardt2024-06-111-1/+2
* | Merge branch 'jk/remote-wo-url'Junio C Hamano2024-07-021-2/+2
|\ \
| * | remote: use strvecs to store remote url/pushurlJeff King2024-06-141-2/+2
| |/
* | Merge branch 'kn/update-ref-symref'Junio C Hamano2024-06-211-1/+1
|\ \
| * | update-ref: add support for 'symref-create' commandKarthik Nayak2024-06-071-1/+1
* | | Merge branch 'ps/no-writable-strings'Junio C Hamano2024-06-181-5/+9
|\ \ \
| * | | refspec: remove global tag refspec structurePatrick Steinhardt2024-06-071-2/+6
| * | | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-3/+3
* | | | Merge branch 'ps/ref-storage-migration'Junio C Hamano2024-06-181-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | refs: convert ref storage format to an enumPatrick Steinhardt2024-06-061-1/+1
| * | | Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano2024-05-231-1/+4
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'jc/fix-2.45.1-and-friends-for-maint'Junio C Hamano2024-05-301-11/+2
|\ \ \ \
| * \ \ \ Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano2024-05-251-11/+2
| |\ \ \ \
| | * \ \ \ Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano2024-05-251-11/+2
| | |\ \ \ \
| | | * \ \ \ Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano2024-05-251-11/+2
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano2024-05-251-11/+2
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano2024-05-251-11/+2
| | | | | |\ \ \ \
| | | | | | * \ \ \ Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-241-11/+2
| | | | | | |\ \ \ \
| | | | | | | * | | | clone: drop the protections where hooks aren't runJohannes Schindelin2024-05-211-11/+1
* | | | | | | | | | | Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano2024-05-301-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | refs: drop `git_default_branch_name()`Patrick Steinhardt2024-05-171-1/+4
| * | | | | | | | | Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano2024-05-161-15/+21
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-201-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ps/refs-without-the-repository'Junio C Hamano2024-05-161-15/+21
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | / / / / / / / / | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-15/+21
| |/ / / / / / / /
* | | | | | | | | Sync with Git 2.45.1Junio C Hamano2024-05-141-6/+45
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Sync with 2.44.1Johannes Schindelin2024-04-291-6/+45
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | | |/ / / / / /
| | * | | | | | Sync with 2.43.4Johannes Schindelin2024-04-191-6/+45
| | |\| | | | |
| | | * | | | | Sync with 2.42.2Johannes Schindelin2024-04-191-6/+45
| | | |\| | | |
| | | | * | | | Sync with 2.41.1Johannes Schindelin2024-04-191-6/+45
| | | | |\| | |
| | | | | * | | Sync with 2.40.2Johannes Schindelin2024-04-191-6/+45
| | | | | |\| |
| | | | | | * | Sync with 2.39.4Johannes Schindelin2024-04-191-6/+45
| | | | | | |\|
| | | | | | | * Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin2024-04-191-5/+34
| | | | | | | |\
| | | | | | | | * builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt2024-04-171-0/+14
| | | | | | | | * builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt2024-04-171-1/+20
| | | | | | | | * builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt2024-04-171-5/+1