Skip to content

Commit 7507003

Browse files
author
Jorengarenar
committed
Rename to 'git fmt-diff'
1 parent f37422d commit 7507003

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

git-autofmt-diff renamed to git-fmt-diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44
# Copyright 2023 Jorengarenar
55

6-
gc_prog_name="autofmt-diff"
6+
gc_prog_name="fmt-diff"
77

88
g_obj1=
99
g_obj2=

pre-push.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ do
88
continue
99
fi
1010

11-
if [ -x "$(command -v git-autofmt-diff)" ]; then
12-
out="$(git autofmt-diff --color "$remote_oid" "$local_oid")"
11+
if [ -x "$(command -v git-fmt-diff)" ]; then
12+
out="$(git fmt-diff --color "$remote_oid" "$local_oid")"
1313
if [ -n "$out" ]; then
1414
echo "$out"
1515

0 commit comments

Comments
 (0)