Ignore whitespace in get review
This commit is contained in:
parent
6863e8eb98
commit
d179392d9e
1 changed files with 1 additions and 1 deletions
2
bin/get
2
bin/get
|
|
@ -195,7 +195,7 @@ fi
|
||||||
|
|
||||||
review)
|
review)
|
||||||
echo 'Compare stage with HEAD'
|
echo 'Compare stage with HEAD'
|
||||||
git diff --cached HEAD
|
git diff --cached HEAD --ignore-space-change
|
||||||
;;
|
;;
|
||||||
|
|
||||||
push)
|
push)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue