We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce1c29 commit 4472580Copy full SHA for 4472580
borg.sh
@@ -186,7 +186,8 @@ checkout () {
186
echo "Skipping $path (always using latest/checked out borg)"
187
echo " HEAD: $head"
188
echo "expected: $hash"
189
- elif [ -n "$(git status --porcelain=v1)" ]
+ elif [ -n "$(git status --porcelain=v1 --untracked-files=no)" ]
190
+ # FIXME: How should untracked changes be addressed here such i.e. Info dirs?
191
then
192
echo "Skipping $path (uncommitted changes)"
193
0 commit comments