summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Sync with 2.41.1Johannes Schindelin3-8/+131
2024-04-19Sync with 2.40.2Johannes Schindelin4-26/+135
2024-04-19Sync with 2.39.4Johannes Schindelin4-26/+135
2024-04-19Merge branch 'ownership-checks-in-local-clones'Johannes Schindelin1-5/+34
2024-04-19clone: prevent hooks from running during a cloneJohannes Schindelin1-1/+11
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin1-18/+4
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin1-1/+31
2024-04-17clone_submodule: avoid using `access()` on directoriesJohannes Schindelin1-1/+1
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin1-0/+35
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek1-0/+17
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King1-0/+2
2024-04-17builtin/clone: refuse local clones of unsafe repositoriesPatrick Steinhardt1-0/+14
2024-04-17builtin/clone: abort when hardlinked source and target file differPatrick Steinhardt1-1/+20
2024-04-17builtin/clone: stop resolving symlinks when copying filesPatrick Steinhardt1-5/+1
2023-11-02Merge branch 'jc/commit-new-underscore-index-fix' into maint-2.42Junio C Hamano1-4/+4
2023-11-02Merge branch 'ni/die-message-fix-for-git-add' into maint-2.42Junio C Hamano1-5/+5
2023-11-02Merge branch 'sn/cat-file-doc-update' into maint-2.42Junio C Hamano1-2/+2
2023-11-02Merge branch 'ob/am-msgfix' into maint-2.42Junio C Hamano1-1/+2
2023-11-02Merge branch 'rs/name-rev-use-opt-hidden-bool' into maint-2.42Junio C Hamano1-6/+2
2023-11-02Merge branch 'rs/grep-parseopt-simplify' into maint-2.42Junio C Hamano1-3/+2
2023-11-02Merge branch 'bc/more-git-var' into maint-2.42Junio C Hamano1-1/+1
2023-11-02Merge branch 'jc/mv-d-to-d-error-message-fix' into maint-2.42Junio C Hamano1-1/+1
2023-11-02Merge branch 'ja/worktree-orphan' into maint-2.42Junio C Hamano1-1/+1
2023-11-02Merge branch 'js/systemd-timers-wsl-fix' into maint-2.42Junio C Hamano1-1/+1
2023-11-02Merge branch 'rs/grep-no-no-or' into maint-2.42Junio C Hamano1-1/+1
2023-11-02Merge branch 'jk/diff-result-code-cleanup' into maint-2.42Junio C Hamano10-75/+60
2023-11-02Merge branch 'ts/unpacklimit-config-fix' into maint-2.42Junio C Hamano1-3/+3
2023-10-17commit: do not use cryptic "new_index" in end-user facing messagesJunio C Hamano1-4/+4
2023-10-17builtin/add.c: clean up die() messagesNaomi Ibe1-5/+5
2023-10-09doc/cat-file: make synopsis and description less confusingŠtěpán Němec1-2/+2
2023-09-21am: fix error message in parse_opt_show_current_patch()Oswald Buddenhagen1-1/+2
2023-09-11maintenance(systemd): support the Windows Subsystem for LinuxJohannes Schindelin1-1/+1
2023-09-07grep: reject --no-orRené Scharfe1-1/+1
2023-09-05var: avoid a segmentation fault when `HOME` is unsetJohannes Schindelin1-1/+1
2023-09-05grep: use OPT_INTEGER_F for --max-depthRené Scharfe1-3/+2
2023-09-05name-rev: use OPT_HIDDEN_BOOL for --peel-tagRené Scharfe1-6/+2
2023-08-22transfer.unpackLimit: fetch/receive.unpackLimit takes precedenceJunio C Hamano1-3/+3
2023-08-21diff: drop useless "status" parameter from diff_result_code()Jeff King8-10/+10
2023-08-21diff: drop useless return values in git-diff helpersJeff King1-34/+28
2023-08-21diff: drop useless return from run_diff_{files,index} functionsJeff King7-23/+19
2023-08-21diff: die when failing to read index in git-diff builtinJeff King1-6/+3
2023-08-21diff: show usage for unknown builtin_diff_files() optionsJeff King1-2/+4
2023-08-21diff-files: avoid negative exit valueJeff King1-6/+2
2023-08-21diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()Junio C Hamano3-4/+4
2023-08-19fsck: use enum object_type for fsck_walk callbackJeff King1-1/+1
2023-08-15Merge branch 'st/mv-lstat-fix'Junio C Hamano1-2/+2
2023-08-15Merge branch 'ds/maintenance-on-windows-fix'Junio C Hamano1-1/+1
2023-08-13builtin/worktree.c: fix typo in "forgot fetch" msgJacob Abel1-1/+1
2023-08-11mv: fix error for moving directory to anotherJunio C Hamano1-1/+1
2023-08-09git maintenance: avoid console window in scheduled tasks on WindowsJohannes Schindelin1-1/+1