Skip to content

Commit

Permalink
[FIX] git-diff-merge: correct delta usage
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed May 23, 2023
1 parent ddb5dd4 commit 9a83ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-diff-merge
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e

cd "${GIT_PREFIX:-.}"
git diff --cached "$@" | filterdiff -x '*.po' -x '*.pot' | delta --dark --theme=DarkNeon
git diff --cached "$@" | filterdiff -x '*.po' -x '*.pot' | delta --dark --syntax-theme=DarkNeon

0 comments on commit 9a83ca0

Please sign in to comment.