You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renamed: /tmp/delta-example/dir-1/diagnostics βΆ /tmp/delta-example/dir-2/diagnostics-2
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
renamed: tmp/delta-example/dir-1/diagnostics βΆ tmp/delta-example/dir-2/diagnostics-2
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββ
for cmd in "${commands[@]}"; do β
βββββββββββββββββββββββββββββββββ
17
eval "$cmd"
echo
done
echo 'Hello!'
raw:
diff --git a/tmp/delta-example/dir-1/diagnostics b/tmp/delta-example/dir-2/diagnostics-2
similarity index 96%
rename from /tmp/delta-example/dir-1/diagnostics
rename to /tmp/delta-example/dir-2/diagnostics-2
index 0b4d47c..7c07815 100755
--- a/tmp/delta-example/dir-1/diagnostics+++ b/tmp/delta-example/dir-2/diagnostics-2@@ -17,3 +17,5 @@ for cmd in "${commands[@]}"; do
eval "$cmd"
echo
done
++echo 'Hello!'
This doesnβt seem like a regression of #102 or #245; the original bug is only for Git repository, while this is comparing two non-Git directories like this:
Delta:
raw:
This doesnβt seem like a regression of #102 or #245; the original bug is only for Git repository, while this is comparing two non-Git directories like this:
I noticed that it can only be reproduced when absolute paths are used, not
The text was updated successfully, but these errors were encountered: