Skip to content

Commit 0084796

Browse files
committed
tree_status.sh: show the diff
If the tree is dirty, show what's wrong. Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent 804927d commit 0084796

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/tree_status.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ else
99
echo "tree is dirty, please commit all changes"
1010
echo ""
1111
echo "$STATUS"
12+
echo ""
13+
git diff | cat
1214
exit 1
1315
fi

0 commit comments

Comments
 (0)