Page MenuHomePhabricator

test is link
AbandonedPublic

Authored by avivey on Dec 8 2015, 4:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 30, 1:01 AM
Unknown Object (File)
Mar 7 2024, 8:36 AM
Unknown Object (File)
Mar 5 2024, 7:06 PM
Unknown Object (File)
Mar 5 2024, 7:06 PM
Unknown Object (File)
Feb 11 2024, 10:01 PM
Unknown Object (File)
Feb 3 2024, 7:41 AM
Unknown Object (File)
Jan 21 2024, 8:37 PM
Unknown Object (File)
Dec 27 2023, 7:44 AM

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.