replace a file with a link!
(ref T9929)
Differential D14703
test is link avivey on Dec 8 2015, 4:49 AM. Authored by Tags None Referenced Files
Subscribers
Details
replace a file with a link! (ref T9929) pfff
Diff Detail
Event TimelineComment Actions 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 Comment Actions 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.
|