Skip to content

Commit b6e2f17

Browse files
committed
In git-flush, also delete .git/refs/snapshots
These are made by git-monitor, which I have yet to post
1 parent 1b07727 commit b6e2f17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-flush

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# be bloating your pack files.
66

77
rm -fr .git/refs/original
8+
rm -fr .git/refs/snapshots
9+
810
if [ -f .git/info/refs ]; then
911
perl -i -ne 'print unless /refs\/original/;' .git/info/refs
1012
fi

0 commit comments

Comments
 (0)