summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano-11/+2
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano-11/+2
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano-11/+2
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano-11/+2
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano-11/+2
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano-11/+2
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin-11/+1
2024-04-29Sync with 2.44.1Johannes Schindelin-8/+131
2024-04-25Merge branch 'rj/add-i-leak-fix'Junio C Hamano-3/+6
2024-04-23Merge branch 'ps/run-auto-maintenance-in-receive-pack'Junio C Hamano-11/+10
2024-04-23Merge branch 'ta/fast-import-parse-path-fix'Junio C Hamano-78/+84
2024-04-22add: plug a leak on interactive_addRubén Justo-3/+6
2024-04-19Sync with 2.43.4Johannes Schindelin-8/+131
2024-04-19Sync with 2.42.2Johannes Schindelin-8/+131
2024-04-19Sync with 2.41.1Johannes Schindelin-8/+131
2024-04-19Sync with 2.40.2Johannes Schindelin-26/+135
2024-04-19Sync with 2.39.4Johannes Schindelin-26/+135
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin-5/+34
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin-1/+11
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin-18/+4
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin-1/+31
2024-04-17clone_submodule: avoid using `access()` on directoriesJohannes Schindelin-1/+1
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin-0/+35
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek-0/+17
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King-0/+2
2024-04-17builtin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt-11/+10
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt-0/+14
2024-04-17builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt-1/+20
2024-04-17builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt-5/+1
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano-2/+2
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano-4/+17
2024-04-15Merge branch 'ds/fetch-config-parse-microfix'Junio C Hamano-0/+1
2024-04-15Merge branch 'ma/win32-unix-domain-socket'Junio C Hamano-0/+5
2024-04-15fast-import: make comments more preciseThalia Archibald-3/+3
2024-04-15fast-import: forbid escaped NUL in pathsThalia Archibald-0/+2
2024-04-15fast-import: remove dead strbufThalia Archibald-5/+0
2024-04-15fast-import: allow unquoted empty path for rootThalia Archibald-3/+0
2024-04-15fast-import: directly use strbufs for pathsThalia Archibald-37/+27
2024-04-15fast-import: tighten path unquotingThalia Archibald-43/+65
2024-04-12Merge branch 'jc/checkout-detach-wo-tracking-report'Junio C Hamano-1/+2
2024-04-12Merge branch 'js/merge-tree-3-trees'Junio C Hamano-1/+1
2024-04-12merge-tree: fix argument type of the `--merge-base` optionJohannes Schindelin-1/+1
2024-04-10Merge branch 'kn/clarify-update-ref-doc'Junio C Hamano-13/+13
2024-04-09Merge branch 'rj/use-adv-if-enabled'Junio C Hamano-11/+7
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano-48/+69
2024-04-05date: make DATE_MODE thread-safeRené Scharfe-2/+2
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano-38/+39
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano-12/+22
2024-04-05fetch: return when parsing submodule.recurseDerrick Stolee-0/+1
2024-04-03builtin/add: error out when passing untracked path with -uGhanshyam Thakkar-1/+8