summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
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-21clone: drop the protections where hooks aren't runJohannes Schindelin
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-25Merge branch 'rj/add-i-leak-fix'Junio C Hamano
2024-04-23Merge branch 'ps/run-auto-maintenance-in-receive-pack'Junio C Hamano
2024-04-23Merge branch 'ta/fast-import-parse-path-fix'Junio C Hamano
2024-04-22add: plug a leak on interactive_addRubén Justo
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-17init: refactor the template directory discovery into its own functionJohannes Schindelin
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin
2024-04-17clone_submodule: avoid using `access()` on directoriesJohannes Schindelin
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King
2024-04-17builtin/receive-pack: convert to use git-maintenance(1)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-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano
2024-04-15Merge branch 'ds/fetch-config-parse-microfix'Junio C Hamano
2024-04-15Merge branch 'ma/win32-unix-domain-socket'Junio C Hamano
2024-04-15fast-import: make comments more preciseThalia Archibald
2024-04-15fast-import: forbid escaped NUL in pathsThalia Archibald
2024-04-15fast-import: remove dead strbufThalia Archibald
2024-04-15fast-import: allow unquoted empty path for rootThalia Archibald
2024-04-15fast-import: directly use strbufs for pathsThalia Archibald
2024-04-15fast-import: tighten path unquotingThalia Archibald
2024-04-12Merge branch 'jc/checkout-detach-wo-tracking-report'Junio C Hamano
2024-04-12Merge branch 'js/merge-tree-3-trees'Junio C Hamano
2024-04-12merge-tree: fix argument type of the `--merge-base` optionJohannes Schindelin
2024-04-10Merge branch 'kn/clarify-update-ref-doc'Junio C Hamano
2024-04-09Merge branch 'rj/use-adv-if-enabled'Junio C Hamano
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano
2024-04-05date: make DATE_MODE thread-safeRené Scharfe
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano
2024-04-05fetch: return when parsing submodule.recurseDerrick Stolee
2024-04-03builtin/add: error out when passing untracked path with -uGhanshyam Thakkar