summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2024-04-30Merge branch 'ds/format-patch-rfc-and-k'Junio C Hamano1-1/+3
2024-04-30Merge branch 'xx/disable-replace-when-building-midx'Junio C Hamano1-0/+3
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-24maintenance: running maintenance should not stop on errorsJohannes Schindelin1-3/+4
2024-04-24for-each-repo: optionally keep going on an errorJohannes Schindelin1-2/+11
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-23format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano1-2/+6
2024-04-23format-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano1-4/+19
2024-04-22add: plug a leak on interactive_addRubén Justo1-3/+6
2024-04-22stash: fix "--staged" with binary filesAdam Johnson1-2/+2
2024-04-19format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic1-1/+3
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-18builtin/clone: stop using `the_index`Patrick Steinhardt1-4/+3
2024-04-18builtin: stop using `the_index`Patrick Steinhardt28-371/+356
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-17midx: disable replace objectsXing Xin1-0/+3
2024-04-17builtin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt1-10/+9
2024-04-16credential: add method for querying capabilitiesbrian m. carlson2-0/+16
2024-04-16credential-cache: implement authtype capabilitybrian m. carlson1-3/+17
2024-04-16credential: add support for multistage credential roundsbrian m. carlson1-0/+1
2024-04-16credential: gate new fields on capabilitybrian m. carlson3-5/+7
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