Skip to content

Commit 4eba794

Browse files
author
Jorengarenar
committed
Fix double listings
1 parent ee52b5b commit 4eba794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-fmt-diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ git_list_changed_files () (
287287
return
288288
fi
289289

290-
if [ -e "$obj1" ] && ! git ls-files --error-unmatch "$obj1" 2> /dev/null; then
290+
if [ -e "$obj1" ] && ! git ls-files --error-unmatch "$obj1" 2> /dev/null 1>&2; then
291291
echo "$1"
292292
return
293293
fi

0 commit comments

Comments
 (0)