We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5ed09 commit c06558eCopy full SHA for c06558e
scripts/check_unstaged.sh
@@ -20,7 +20,7 @@ if [[ "$FILES" != "" ]]; then
20
log "These are the changes:"
21
log
22
for file in "${files[@]}"; do
23
- git --no-pager diff -- "$file" 1>&2
+ git --no-pager diff "$file" 1>&2
24
done
25
26
0 commit comments