summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2024-04-29Sync with 2.44.1Johannes Schindelin3-8/+131
2024-04-25Merge branch 'rj/add-i-leak-fix'Junio C Hamano1-3/+6
2024-04-23Merge branch 'ps/run-auto-maintenance-in-receive-pack'Junio C Hamano1-10/+9
2024-04-23Merge branch 'ta/fast-import-parse-path-fix'Junio C Hamano1-78/+84
2024-04-22add: plug a leak on interactive_addRubén Justo1-3/+6
2024-04-19Sync with 2.43.4Johannes Schindelin3-8/+131
2024-04-19Sync with 2.42.2Johannes Schindelin3-8/+131
2024-04-19Sync with 2.41.1Johannes Schindelin3-8/+131
2024-04-19Sync with 2.40.2Johannes Schindelin4-26/+135
2024-04-19Sync with 2.39.4Johannes Schindelin4-26/+135
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin1-5/+34
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin1-1/+11
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin1-18/+4
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin1-1/+31
2024-04-17clone_submodule: avoid using `access()` on directoriesJohannes Schindelin1-1/+1
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin1-0/+35
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek1-0/+17
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King1-0/+2
2024-04-17builtin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt1-10/+9
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt1-0/+14
2024-04-17builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt1-1/+20
2024-04-17builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt1-5/+1
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano1-2/+2
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano3-4/+17
2024-04-15Merge branch 'ds/fetch-config-parse-microfix'Junio C Hamano1-0/+1
2024-04-15Merge branch 'ma/win32-unix-domain-socket'Junio C Hamano2-0/+5
2024-04-15fast-import: make comments more preciseThalia Archibald1-3/+3
2024-04-15fast-import: forbid escaped NUL in pathsThalia Archibald1-0/+2
2024-04-15fast-import: remove dead strbufThalia Archibald1-5/+0
2024-04-15fast-import: allow unquoted empty path for rootThalia Archibald1-3/+0
2024-04-15fast-import: directly use strbufs for pathsThalia Archibald1-37/+27
2024-04-15fast-import: tighten path unquotingThalia Archibald1-43/+65
2024-04-12Merge branch 'jc/checkout-detach-wo-tracking-report'Junio C Hamano1-1/+2
2024-04-12Merge branch 'js/merge-tree-3-trees'Junio C Hamano1-1/+1
2024-04-12merge-tree: fix argument type of the `--merge-base` optionJohannes Schindelin1-1/+1
2024-04-10Merge branch 'kn/clarify-update-ref-doc'Junio C Hamano1-13/+13
2024-04-09Merge branch 'rj/use-adv-if-enabled'Junio C Hamano1-11/+7
2024-04-09Merge branch 'ps/pack-refs-auto'Junio C Hamano2-48/+69
2024-04-05date: make DATE_MODE thread-safeRené Scharfe1-2/+2
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano9-38/+39
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano4-12/+22
2024-04-05fetch: return when parsing submodule.recurseDerrick Stolee1-0/+1
2024-04-03builtin/add: error out when passing untracked path with -uGhanshyam Thakkar1-1/+8
2024-04-03builtin/commit: error out when passing untracked path with -iGhanshyam Thakkar1-1/+6
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano3-4/+5
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer2-0/+5
2024-04-03Merge branch 'bl/cherry-pick-empty'Junio C Hamano2-7/+47
2024-04-03Merge branch 'rs/strbuf-expand-bad-format'Junio C Hamano3-26/+10
2024-04-02update-ref: use {old,new}-oid instead of {old,new}valueKarthik Nayak1-13/+13
2024-04-01Merge branch 'jk/rebase-apply-leakfix'Junio C Hamano1-3/+3