4b6e5a2 Pull changes from upstream repository

Authored and Committed by mskalick 5 years ago
99 files changed. 14200 lines added. 3 lines removed.
1.11
file added
+1
Dockerfile
file modified
+3 -1
Dockerfile.fedora
file added
+1
README.md
file modified
+40 -2
help.md
file added
+1
root/help.1
file added
+51
root/opt/app-root/etc/scl_enable
file added
+5
test/complete-app/app/hello.go
file added
+23
test/complete-app/app/welcome/welcome.go
file added
+12
test/complete-app/s2i-build
file added
+2
test/complete-app/s2i-build-incremental
file added
+2
test/import-with-vendor-app/app/Dockerfile
file added
+8
test/import-with-vendor-app/app/Gopkg.lock
file added
+15
test/import-with-vendor-app/app/Gopkg.toml
file added
+26
test/import-with-vendor-app/app/LICENSE.md
file added
+21
test/import-with-vendor-app/app/README.md
file added
+18
test/import-with-vendor-app/app/go-md2man.1.md
file added
+23
test/import-with-vendor-app/app/md2man.go
file added
+51
test/import-with-vendor-app/app/md2man/md2man.go
file added
+19
test/import-with-vendor-app/app/md2man/roff.go
file added
+301
test/import-with-vendor-app/app/md2man/roff_test.go
file added
+83
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/.gitignore
file added
+8
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/.travis.yml
file added
+30
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/LICENSE.txt
file added
+29
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/README.md
file added
+292
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/block.go
file added
+1450
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/block_test.go
file added
+1781
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/doc.go
file added
+32
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/html.go
file added
+950
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/inline.go
file added
+1154
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/inline_test.go
file added
+1272
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/latex.go
file added
+332
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/markdown.go
file added
+931
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/markdown_test.go
file added
+75
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/ref_test.go
file added
+128
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/smartypants.go
file added
+430
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Amps and angle encoding.html
file added
+17
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Amps and angle encoding.text
file added
+21
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Auto links.html
file added
+18
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Auto links.text
file added
+13
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Backslash escapes.html
file added
+123
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Backslash escapes.text
file added
+126
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.html
file added
+15
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text
file added
+11
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Code Blocks.html
file added
+18
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Code Blocks.text
file added
+14
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Code Spans.html
file added
+5
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Code Spans.text
file added
+6
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines no empty line before block.html
file added
+14
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines no empty line before block.text
file added
+8
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines.html
file added
+8
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines.text
file added
+8
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Horizontal rules.html
file added
+71
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Horizontal rules.text
file added
+67
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Inline HTML (Advanced).html
file added
+15
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Inline HTML (Advanced).text
file added
+15
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Inline HTML (Simple).html
file added
+72
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Inline HTML (Simple).text
file added
+69
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html
file added
+13
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.text
file added
+13
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Links, inline style.html
file added
+11
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Links, inline style.text
file added
+12
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Links, reference style.html
file added
+52
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Links, reference style.text
file added
+71
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Links, shortcut references.html
file added
+9
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Links, shortcut references.text
file added
+20
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Literal quotes in titles.html
file added
+3
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Literal quotes in titles.text
file added
+7
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Markdown Documentation - Basics.html
file added
+314
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Markdown Documentation - Basics.text
file added
+306
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Markdown Documentation - Syntax.html
file added
+946
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Markdown Documentation - Syntax.text
file added
+888
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Nested blockquotes.html
file added
+9
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Nested blockquotes.text
file added
+5
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Ordered and unordered lists.html
file added
+166
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Ordered and unordered lists.text
file added
+131
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Strong and em together.html
file added
+7
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Strong and em together.text
file added
+7
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Tabs.html
file added
+26
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Tabs.text
file added
+21
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Tidyness.html
file added
+9
test/import-with-vendor-app/app/vendor/github.com/russross/blackfriday/testdata/Tidyness.text
file added
+5
test/import-with-vendor-app/s2i-build
file added
+2
test/import-with-vendor-app/s2i-build-incremental
file added
+2
test/import-without-vendor-app/app/Dockerfile
file added
+8
test/import-without-vendor-app/app/Gopkg.lock
file added
+15
test/import-without-vendor-app/app/Gopkg.toml
file added
+26
test/import-without-vendor-app/app/LICENSE.md
file added
+21
test/import-without-vendor-app/app/README.md
file added
+18
test/import-without-vendor-app/app/go-md2man.1.md
file added
+23
test/import-without-vendor-app/app/md2man.go
file added
+51
test/import-without-vendor-app/app/md2man/md2man.go
file added
+19
test/import-without-vendor-app/app/md2man/roff.go
file added
+301
test/import-without-vendor-app/app/md2man/roff_test.go
file added
+83
test/import-without-vendor-app/s2i-build
file added
+2
test/import-without-vendor-app/s2i-build-incremental
file added
+2
test/run
file added
+212
test/simple-app/app/hello.go
file added
+28
test/simple-app/s2i-build
file added
+2
    Pull changes from upstream repository
    
        
file added
+1
file modified
+3 -1
file added
+1
file modified
+40 -2
file added
+1
file added
+51
file added
+212