diff options
author | Karel Kočí <cynerd@email.cz> | 2016-09-06 23:17:12 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-09-06 23:17:12 +0200 |
commit | afae51a1213caa58164389015469dba5381a1a80 (patch) | |
tree | 0cf3f9b3078b29c6588b1045e4a6e53d49281a31 /vim/3rdparty/vim-pathogen/CONTRIBUTING.markdown | |
parent | be7f37817faa7656ab211feb8abbece9e9dd980d (diff) | |
download | myconfigs-afae51a1213caa58164389015469dba5381a1a80.tar.gz myconfigs-afae51a1213caa58164389015469dba5381a1a80.tar.bz2 myconfigs-afae51a1213caa58164389015469dba5381a1a80.zip |
Various tweaks to configurations
Diffstat (limited to 'vim/3rdparty/vim-pathogen/CONTRIBUTING.markdown')
m--------- | vim/3rdparty/vim-pathogen | 0 | ||||
-rw-r--r-- | vim/3rdparty/vim-pathogen/CONTRIBUTING.markdown | 14 |
2 files changed, 0 insertions, 14 deletions
diff --git a/vim/3rdparty/vim-pathogen b/vim/3rdparty/vim-pathogen new file mode 160000 +Subproject 8c91196cfd9c8fe619f35fac6f2ac81be10677f diff --git a/vim/3rdparty/vim-pathogen/CONTRIBUTING.markdown b/vim/3rdparty/vim-pathogen/CONTRIBUTING.markdown deleted file mode 100644 index f5a62ca..0000000 --- a/vim/3rdparty/vim-pathogen/CONTRIBUTING.markdown +++ /dev/null @@ -1,14 +0,0 @@ -If your [commit message sucks](http://stopwritingramblingcommitmessages.com/), -I'm not going to accept your pull request. I've explained very politely -dozens of times that -[my general guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) -are absolute rules on my own repositories, so I may lack the energy to -explain it to you yet another time. And please, if I ask you to change -something, `git commit --amend`. - -Beyond that, don't be shy about asking before patching. What takes you -hours might take me minutes simply because I have both domain knowledge -and a perverse knowledge of Vim script so vast that many would consider -it a symptom of mental illness. On the flip side, some ideas I'll -reject no matter how good the implementation is. "Send a patch" is an -edge case answer in my book. |