aboutsummaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2024-09-30builtin/clone: fix leaking repo state when cloning with bundle URIsPatrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2024-08-08builtin/clone: propagate ref storage format to submodulesPatrick Steinhardt
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano
2024-06-20Merge branch 'kn/update-ref-symref'Junio C Hamano
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano
2024-06-14remote: use strvecs to store remote url/pushurlJeff King
2024-06-11builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`Patrick Steinhardt
2024-06-07refspec: remove global tag refspec structurePatrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-07update-ref: add support for 'symref-create' commandKarthik Nayak
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt
2024-05-30Merge branch 'jc/fix-2.45.1-and-friends-for-maint'Junio C Hamano
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano
2024-05-13Sync with Git 2.45.1Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin
2024-04-18builtin/clone: stop using `the_index`Patrick Steinhardt
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt
2024-04-17builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt
2024-04-17builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-15Merge branch 'as/option-names-in-messages'Junio C Hamano
2024-03-07Merge branch 'ps/remote-helper-repo-initialization-fix'Junio C Hamano
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano
2024-03-05builtin/clone.c: trivial fix of messageAlexander Shopov