summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2024-07-02Merge branch 'pw/rebase-i-error-message' into maint-2.45Junio C Hamano
2024-07-02Merge branch 'ds/format-patch-rfc-and-k' into maint-2.45Junio C Hamano
2024-06-28Merge branch 'rs/difftool-env-simplify' into maint-2.45Junio C Hamano
2024-06-28Merge branch 'js/for-each-repo-keep-going' into maint-2.45Junio C Hamano
2024-06-28Merge branch 'aj/stash-staged-fix' into maint-2.45Junio C Hamano
2024-06-28Merge branch 'xx/disable-replace-when-building-midx' into maint-2.45Junio C Hamano
2024-05-30rebase -i: pass struct replay_opts to parse_insn_line()Phillip Wood
2024-05-27difftool: add env vars directly in run_file_diff()René Scharfe
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano
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-29Sync with 2.44.1Johannes Schindelin
2024-04-25Merge branch 'rj/add-i-leak-fix'Junio C Hamano
2024-04-24maintenance: running maintenance should not stop on errorsJohannes Schindelin
2024-04-24for-each-repo: optionally keep going on an errorJohannes Schindelin
2024-04-23Merge branch 'ps/run-auto-maintenance-in-receive-pack'Junio C Hamano
2024-04-23Merge branch 'ta/fast-import-parse-path-fix'Junio C Hamano
2024-04-22add: plug a leak on interactive_addRubén Justo
2024-04-22stash: fix "--staged" with binary filesAdam Johnson
2024-04-19format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes 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-17midx: disable replace objectsXing Xin
2024-04-17builtin/receive-pack: convert to use git-maintenance(1)Patrick Steinhardt
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
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano
2024-04-15Merge branch 'ds/fetch-config-parse-microfix'Junio C Hamano
2024-04-15Merge branch 'ma/win32-unix-domain-socket'Junio C Hamano
2024-04-15fast-import: make comments more preciseThalia Archibald
2024-04-15fast-import: forbid escaped NUL in pathsThalia Archibald
2024-04-15fast-import: remove dead strbufThalia Archibald
2024-04-15fast-import: allow unquoted empty path for rootThalia Archibald