summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2024-04-19Sync with 2.41.1Johannes Schindelin-8/+131
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-11-02Merge branch 'jc/commit-new-underscore-index-fix' into maint-2.42Junio C Hamano-4/+4
2023-11-02Merge branch 'ni/die-message-fix-for-git-add' into maint-2.42Junio C Hamano-5/+5
2023-11-02Merge branch 'sn/cat-file-doc-update' into maint-2.42Junio C Hamano-2/+2
2023-11-02Merge branch 'ob/am-msgfix' into maint-2.42Junio C Hamano-1/+2
2023-11-02Merge branch 'rs/name-rev-use-opt-hidden-bool' into maint-2.42Junio C Hamano-6/+2
2023-11-02Merge branch 'rs/grep-parseopt-simplify' into maint-2.42Junio C Hamano-3/+2
2023-11-02Merge branch 'bc/more-git-var' into maint-2.42Junio C Hamano-1/+1
2023-11-02Merge branch 'jc/mv-d-to-d-error-message-fix' into maint-2.42Junio C Hamano-1/+1
2023-11-02Merge branch 'ja/worktree-orphan' into maint-2.42Junio C Hamano-1/+1
2023-11-02Merge branch 'js/systemd-timers-wsl-fix' into maint-2.42Junio C Hamano-1/+1
2023-11-02Merge branch 'rs/grep-no-no-or' into maint-2.42Junio C Hamano-1/+1
2023-11-02Merge branch 'jk/diff-result-code-cleanup' into maint-2.42Junio C Hamano-75/+60
2023-11-02Merge branch 'ts/unpacklimit-config-fix' into maint-2.42Junio C Hamano-3/+3
2023-10-17commit: do not use cryptic "new_index" in end-user facing messagesJunio C Hamano-4/+4
2023-10-17builtin/add.c: clean up die() messagesNaomi Ibe-5/+5
2023-10-09doc/cat-file: make synopsis and description less confusingŠtěpán Němec-2/+2
2023-09-21am: fix error message in parse_opt_show_current_patch()Oswald Buddenhagen-1/+2
2023-09-11maintenance(systemd): support the Windows Subsystem for LinuxJohannes Schindelin-1/+1
2023-09-07grep: reject --no-orRené Scharfe-1/+1
2023-09-05var: avoid a segmentation fault when `HOME` is unsetJohannes Schindelin-1/+1
2023-09-05grep: use OPT_INTEGER_F for --max-depthRené Scharfe-3/+2
2023-09-05name-rev: use OPT_HIDDEN_BOOL for --peel-tagRené Scharfe-6/+2
2023-08-22transfer.unpackLimit: fetch/receive.unpackLimit takes precedenceJunio C Hamano-3/+3
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King-10/+10
2023-08-21diff: drop useless return values in git-diff helpersJeff King-34/+28
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King-23/+19
2023-08-21diff: die when failing to read index in git-diff builtinJeff King-6/+3
2023-08-21diff: show usage for unknown builtin_diff_files() optionsJeff King-2/+4
2023-08-21diff-files: avoid negative exit valueJeff King-6/+2
2023-08-21diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano-4/+4
2023-08-19fsck: use enum object_type for fsck_walk callbackJeff King-1/+1
2023-08-15Merge branch 'st/mv-lstat-fix'Junio C Hamano-2/+2
2023-08-15Merge branch 'ds/maintenance-on-windows-fix'Junio C Hamano-1/+1
2023-08-13builtin/worktree.c: fix typo in "forgot fetch" msgJacob Abel-1/+1
2023-08-11mv: fix error for moving directory to anotherJunio C Hamano-1/+1
2023-08-09git maintenance: avoid console window in scheduled tasks on WindowsJohannes Schindelin-1/+1