Page MenuHomePhabricator

test is link
AbandonedPublic

Authored by avivey on Dec 8 2015, 4:49 AM.
Tags
None
Referenced Files
F19352656: D14703.diff
Fri, Dec 26, 4:41 AM
F19067695: D14703.id.diff
Nov 30 2025, 9:39 AM
F19062034: D14703.diff
Nov 29 2025, 2:24 PM
F19044942: D14703.diff
Nov 27 2025, 5:23 AM
F18836122: D14703.id35559.diff
Oct 26 2025, 10:20 PM
F18663451: D14703.diff
Sep 23 2025, 10:39 PM
F18531879: D14703.diff
Sep 7 2025, 5:18 AM
F18506775: D14703.id.diff
Sep 5 2025, 1:46 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.