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