Page MenuHomePhabricator

test is link
AbandonedPublic

Authored by avivey on Dec 8 2015, 4:49 AM.
Tags
None
Referenced Files
F15399295: D14703.id.diff
Mon, Mar 17, 3:50 AM
F15395750: D14703.id35559.diff
Sun, Mar 16, 9:30 AM
Unknown Object (File)
Feb 19 2025, 5:40 PM
Unknown Object (File)
Feb 19 2025, 5:40 PM
Unknown Object (File)
Feb 19 2025, 5:40 PM
Unknown Object (File)
Feb 7 2025, 2:09 AM
Unknown Object (File)
Jan 28 2025, 6:01 PM
Unknown Object (File)
Jan 25 2025, 12:08 PM

Details

Summary

replace a file with a link!

(ref T9929)

Test Plan

pfff

Diff Detail

Repository
rGITTEST git-test
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 9376
Build 11148: arc lint + arc unit

Event Timeline

avivey retitled this revision from to test is link.
avivey updated this object.
avivey edited the test plan for this revision. (Show Details)

This is what "git show" does - just like the ticket says, it splits it into 2 changes.

diff --git test test
deleted file mode 100644
index 994cc97..0000000
--- test
+++ /dev/null
@@ -1,5 +0,0 @@
-wow. such test.
-doing more testing
-more testing.
-
-
diff --git test test
new file mode 120000
index 0000000..2b2a859
--- /dev/null
+++ test
@@ -0,0 +1 @@
+pasta
\ No newline at end of file

We already know that "Download raw diff" link isn't exactly git, but it looks like this:

diff --git a/test b/test
old mode 100644
new mode 120000
--- /dev/null
+++ b/test
@@ -0,0 +1 @@
+pasta
\ No newline at end of file

Which is probably wrong - --- /dev/null.