git-diffall icon indicating copy to clipboard operation
git-diffall copied to clipboard

Script to perform directory diffs using an external diff tool in Git

Results 5 git-diffall issues
Sort by recently updated
recently updated
newest added

i want to direct to change my local file when i use the difftool.

Hello. Thanks for a great script! I have the following contributions: - avoiding superfluous copies-back which Xcode would still handle as file modification events - output copy-back diff to console,...

Since this script uses bash-specific features that are not supported by Bourne shell, such as $() for command substitution, it's more appropriate to use /bin/bash in the shebang since not...

diff.tool or merge.tool is only necessary if using git-mergetool--lib to execute a merge tool. If you're running an external command this information is not required. I suggest changing the logic...

修改新版本git(2.34.1) /usr/lib/git-core/git-mergetool--lib 提示 'diff_cmd: not foud'