-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Prepare a test repo:
git init
echo test > test
git add test
git commit -m test
echo -n test > test
This produces a diff:
diff --git a/test b/test
index 9daeafb9864c..30d74d258442 100644
--- a/test
+++ b/test
@@ -1 +1 @@
-test
+test
\ No newline at end of fileThis is being parsed as:
diff --git a/test b/test
index 9daeafb9864c..30d74d258442 100644
--- a/test
+++ b/test
@@ -1,1 +1,1 @@
-test
\ No newline at end of file
+testReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels