We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37422d commit 7507003Copy full SHA for 7507003
git-autofmt-diff renamed to git-fmt-diff
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: MIT
4
# Copyright 2023 Jorengarenar
5
6
-gc_prog_name="autofmt-diff"
+gc_prog_name="fmt-diff"
7
8
g_obj1=
9
g_obj2=
pre-push.sample
@@ -8,8 +8,8 @@ do
continue
fi
10
11
- if [ -x "$(command -v git-autofmt-diff)" ]; then
12
- out="$(git autofmt-diff --color "$remote_oid" "$local_oid")"
+ if [ -x "$(command -v git-fmt-diff)" ]; then
+ out="$(git fmt-diff --color "$remote_oid" "$local_oid")"
13
if [ -n "$out" ]; then
14
echo "$out"
15
0 commit comments