aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/bundle/vim-fugitive/CONTRIBUTING.markdown
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-03-30 00:02:42 -0400
committerxero <x@xero.nu>2015-03-30 00:02:42 -0400
commitd2e190e3cc9a6dc9cc4bb378d3287af6b49ab969 (patch)
tree3319a612a60ac78491a47f3cb98c2da7d02ff148 /vim/.vim/bundle/vim-fugitive/CONTRIBUTING.markdown
parentda576957262f72819d159cb694bdf4b850a8e741 (diff)
downloaddotfiles_ascii-d2e190e3cc9a6dc9cc4bb378d3287af6b49ab969.tar.xz
dotfiles_ascii-d2e190e3cc9a6dc9cc4bb378d3287af6b49ab969.zip
remove all that vim powerline/plugin bloat
Diffstat (limited to 'vim/.vim/bundle/vim-fugitive/CONTRIBUTING.markdown')
-rw-r--r--vim/.vim/bundle/vim-fugitive/CONTRIBUTING.markdown18
1 files changed, 0 insertions, 18 deletions
diff --git a/vim/.vim/bundle/vim-fugitive/CONTRIBUTING.markdown b/vim/.vim/bundle/vim-fugitive/CONTRIBUTING.markdown
deleted file mode 100644
index e651dca..0000000
--- a/vim/.vim/bundle/vim-fugitive/CONTRIBUTING.markdown
+++ /dev/null
@@ -1,18 +0,0 @@
-Before reporting a bug, you should try stripping down your Vim configuration
-and removing other plugins. The sad truth about VimScript is that it is
-fraught with incompatibilities waiting to happen. I'm happy to work around
-them where I can, but it's up to you to isolate the conflict.
-
-Fugitive is particularly prone to regressions due to Git version issues,
-platform issues, and interactions with other plugins. I end up bisecting a
-lot more than other projects, and thus I'm especially meticulous here about
-maintaining a clean, readable, history. Squash and force push any requested
-changes to a pull request. And if your [commit message
-sucks](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html),
-I'm not going to accept it. Period.
-
-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 VimScript 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.