summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano
2024-05-21clone: drop the protections where hooks aren't runJohannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin
2024-04-17clone_submodule: avoid using `access()` on directoriesJohannes Schindelin
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt
2024-04-17builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt
2024-04-17builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt
2023-05-17Merge branch 'jc/attr-source-tree'Junio C Hamano
2023-05-15Merge branch 'ps/fetch-output-format'Junio C Hamano
2023-05-15Merge branch 'sl/diff-files-sparse'Junio C Hamano
2023-05-15Merge branch 'ds/merge-tree-use-config'Junio C Hamano
2023-05-15Merge branch 'tl/push-branches-is-an-alias-for-all'Junio C Hamano
2023-05-15Merge branch 'jc/name-rev-deprecate-stdin-further'Junio C Hamano
2023-05-15Merge branch 'ds/fsck-bitmap'Junio C Hamano
2023-05-15Merge branch 'rj/branch-unborn-in-other-worktrees'Junio C Hamano
2023-05-10merge-tree: load default git configDerrick Stolee
2023-05-10fetch: introduce machine-parseable "porcelain" output formatPatrick Steinhardt
2023-05-10fetch: move option related variables into main functionPatrick Steinhardt
2023-05-10fetch: lift up parsing of "fetch.output" config variablePatrick Steinhardt
2023-05-10fetch: introduce `display_format` enumPatrick Steinhardt
2023-05-10fetch: refactor calculation of the display table widthPatrick Steinhardt
2023-05-10fetch: print left-hand side when fetching HEAD:fooPatrick Steinhardt
2023-05-10fetch: fix `--no-recurse-submodules` with multi-remote fetchesPatrick Steinhardt
2023-05-10Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano
2023-05-09Merge branch 'ob/messages-capitalize-exception'Junio C Hamano
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-05-09diff-files: integrate with sparse indexShuqi Liang
2023-05-06push: introduce '--branches' optionTeng Long
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-05-06name-rev: make --stdin hiddenJohn Cai
2023-05-02Merge branch 'tb/ban-strtok'Junio C Hamano
2023-05-02fsck: use local repositoryDerrick Stolee
2023-05-02fsck: verify checksums of all .bitmap filesDerrick Stolee
2023-04-28Merge branch 'tb/enable-cruft-packs-by-default'Junio C Hamano
2023-04-28messages: capitalization and punctuation exceptionsOswald Buddenhagen
2023-04-27Merge branch 'ds/fsck-pack-revindex'Junio C Hamano
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24string-list: multi-delimiter `string_list_split_in_place()`Taylor Blau