Skip to content

Commit 4472580

Browse files
committed
fixup! Add update-modules target to update them without detaching them
1 parent 5ce1c29 commit 4472580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

borg.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ checkout () {
186186
echo "Skipping $path (always using latest/checked out borg)"
187187
echo " HEAD: $head"
188188
echo "expected: $hash"
189-
elif [ -n "$(git status --porcelain=v1)" ]
189+
elif [ -n "$(git status --porcelain=v1 --untracked-files=no)" ]
190+
# FIXME: How should untracked changes be addressed here such i.e. Info dirs?
190191
then
191192
echo "Skipping $path (uncommitted changes)"
192193
echo " HEAD: $head"

0 commit comments

Comments
 (0)