summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
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-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/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
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano-10/+9
2023-05-15Merge branch 'ps/fetch-output-format'Junio C Hamano-197/+285
2023-05-15Merge branch 'sl/diff-files-sparse'Junio C Hamano-0/+4
2023-05-15Merge branch 'ds/merge-tree-use-config'Junio C Hamano-0/+3
2023-05-15Merge branch 'tl/push-branches-is-an-alias-for-all'Junio C Hamano-3/+4
2023-05-15Merge branch 'jc/name-rev-deprecate-stdin-further'Junio C Hamano-1/+5
2023-05-15Merge branch 'ds/fsck-bitmap'Junio C Hamano-3/+7
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano-13/+58
2023-05-10merge-tree: load default git configDerrick Stolee-0/+3
2023-05-10fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt-19/+69
2023-05-10fetch: move option related variables into main functionPatrick Steinhardt-97/+100
2023-05-10fetch: lift up parsing of "fetch.output" config variablePatrick Steinhardt-18/+32
2023-05-10fetch: introduce `display_format` enumPatrick Steinhardt-21/+46
2023-05-10fetch: refactor calculation of the display table widthPatrick Steinhardt-41/+34
2023-05-10fetch: print left-hand side when fetching HEAD:fooPatrick Steinhardt-18/+19
2023-05-10fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt-0/+2
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano-0/+3
2023-05-09Merge branch 'ob/messages-capitalize-exception'Junio C Hamano-1/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-0/+54
2023-05-09diff-files: integrate with sparse indexShuqi Liang-0/+4
2023-05-06push: introduce '--branches' optionTeng Long-3/+4
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai-10/+9
2023-05-06name-rev: make --stdin hiddenJohn Cai-1/+5
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano-2/+2
2023-05-02fsck: use local repositoryDerrick Stolee-3/+3
2023-05-02fsck: verify checksums of all .bitmap filesDerrick Stolee-0/+4
2023-04-28Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano-7/+3
2023-04-28messages: capitalization and punctuation exceptionsOswald Buddenhagen-1/+1
2023-04-27Merge branch 'ds/fsck-pack-revindex'Junio C Hamano-0/+36
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano-4/+6
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano-12/+60
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano-1/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano-0/+125
2023-04-24string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau-2/+2