summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with Git 2.45.1Junio C Hamano2024-05-143-8/+131
|\
| * Sync with 2.44.1Johannes Schindelin2024-04-293-8/+131
| |\
| | * Sync with 2.43.4Johannes Schindelin2024-04-193-8/+131
| | |\
| | | * Sync with 2.42.2Johannes Schindelin2024-04-193-8/+131
| | | |\
| | | | * Sync with 2.41.1Johannes Schindelin2024-04-193-8/+131
| | | | |\
| | | | | * Sync with 2.40.2Johannes Schindelin2024-04-194-26/+135
| | | | | |\
| | | | | | * Sync with 2.39.4Johannes Schindelin2024-04-194-26/+135
| | | | | | |\
| | | | | | | * Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin2024-04-191-5/+34
| | | | | | | |\
| | | | | | | | * builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt2024-04-171-0/+14
| | | | | | | | * builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt2024-04-171-1/+20
| | | | | | | | * builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt2024-04-171-5/+1
| | | | | | | * | clone: prevent hooks from running during a cloneJohannes Schindelin2024-04-191-1/+11
| | | | | | | * | init: refactor the template directory discovery into its own functionJohannes Schindelin2024-04-171-18/+4
| | | | | | | * | submodule: require the submodule path to contain directories onlyJohannes Schindelin2024-04-171-1/+31
| | | | | | | * | clone_submodule: avoid using `access()` on directoriesJohannes Schindelin2024-04-171-1/+1
| | | | | | | * | submodules: submodule paths must not contain symlinksJohannes Schindelin2024-04-171-0/+35
| | | | | | | * | clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek2024-04-171-0/+17
| | | | | | | * | upload-pack: disable lazy-fetching by defaultJeff King2024-04-171-0/+2
| | | | | | | |/
* | | | | | | | Merge branch 'ps/the-index-is-no-more'Junio C Hamano2024-05-0829-375/+359
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin/clone: stop using `the_index`Patrick Steinhardt2024-04-181-4/+3
| * | | | | | | | builtin: stop using `the_index`Patrick Steinhardt2024-04-1828-371/+356
* | | | | | | | | Merge branch 'bc/credential-scheme-enhancement'Junio C Hamano2024-05-084-8/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | credential: add method for querying capabilitiesbrian m. carlson2024-04-172-0/+16
| * | | | | | | | | credential-cache: implement authtype capabilitybrian m. carlson2024-04-171-3/+17
| * | | | | | | | | credential: add support for multistage credential roundsbrian m. carlson2024-04-171-0/+1
| * | | | | | | | | credential: gate new fields on capabilitybrian m. carlson2024-04-173-5/+7
* | | | | | | | | | Merge branch 'js/for-each-repo-keep-going'Junio C Hamano2024-04-302-5/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | maintenance: running maintenance should not stop on errorsJohannes Schindelin2024-04-241-3/+4
| * | | | | | | | | | for-each-repo: optionally keep going on an errorJohannes Schindelin2024-04-241-2/+11
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'aj/stash-staged-fix'Junio C Hamano2024-04-301-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | stash: fix "--staged" with binary filesAdam Johnson2024-04-221-2/+2
* | | | | | | | | | | Merge branch 'jc/format-patch-rfc-more'Junio C Hamano2024-04-301-4/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano2024-04-231-2/+6
| * | | | | | | | | | | format-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano2024-04-231-4/+19
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ds/format-patch-rfc-and-k'Junio C Hamano2024-04-301-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic2024-04-191-1/+3
* | | | | | | | | | | | Merge branch 'xx/disable-replace-when-building-midx'Junio C Hamano2024-04-301-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | midx: disable replace objectsXing Xin2024-04-171-0/+3
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'rj/add-i-leak-fix'Junio C Hamano2024-04-251-3/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add: plug a leak on interactive_addRubén Justo2024-04-231-3/+6
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ps/run-auto-maintenance-in-receive-pack'Junio C Hamano2024-04-241-11/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | builtin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt2024-04-171-11/+10
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'ta/fast-import-parse-path-fix'Junio C Hamano2024-04-231-78/+84
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | fast-import: make comments more preciseThalia Archibald2024-04-151-3/+3
| * | | | | | | | | | fast-import: forbid escaped NUL in pathsThalia Archibald2024-04-151-0/+2
| * | | | | | | | | | fast-import: remove dead strbufThalia Archibald2024-04-151-5/+0
| * | | | | | | | | | fast-import: allow unquoted empty path for rootThalia Archibald2024-04-151-3/+0
| * | | | | | | | | | fast-import: directly use strbufs for pathsThalia Archibald2024-04-151-37/+27
| * | | | | | | | | | fast-import: tighten path unquotingThalia Archibald2024-04-151-43/+65
* | | | | | | | | | | Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano2024-04-161-2/+2
|\ \ \ \ \ \ \ \ \ \ \