<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts, branch v0.1.3</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>Revert "build system: avoid more unneccesary recompiles"</title>
<updated>2016-02-25T10:36:56+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-02-25T10:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=281a9b2cea08c0e6bffd0eddd054e04c84e4ba6b'/>
<id>281a9b2cea08c0e6bffd0eddd054e04c84e4ba6b</id>
<content type='text'>
This was not the correct way to fix the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was not the correct way to fix the issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: Replace #&lt;number&gt; with vim/vim#&lt;number&gt; in commit messages.</title>
<updated>2016-02-16T23:18:19+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2016-02-16T23:18:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e65fce8ed3cd9ead839527882119ca7c39c02cdd'/>
<id>e65fce8ed3cd9ead839527882119ca7c39c02cdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: Support multi-patch pull requests.</title>
<updated>2016-02-16T23:18:19+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2016-02-08T23:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cc6299ecbcbdfb76b331a359f986081d6950cd12'/>
<id>cc6299ecbcbdfb76b331a359f986081d6950cd12</id>
<content type='text'>
* Calling "vim-patch.sh -p" on a checked-out branch already created with
  "-p" will re-use the branch and append commits.

* Fetch upstream/master before checking out branch on first call of "-p".

* Reverted creation of commit in submit step ("-s") to previous behavior:
  Create an empty commit with correct commit message when "-p" is called.

* Submitting a pull request with "-s" will create a correct pull request
  message even if multiple patches have been ported in one single branch
  with "-p".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Calling "vim-patch.sh -p" on a checked-out branch already created with
  "-p" will re-use the branch and append commits.

* Fetch upstream/master before checking out branch on first call of "-p".

* Reverted creation of commit in submit step ("-s") to previous behavior:
  Create an empty commit with correct commit message when "-p" is called.

* Submitting a pull request with "-s" will create a correct pull request
  message even if multiple patches have been ported in one single branch
  with "-p".
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: Add -s (submit pull request) option.</title>
<updated>2016-02-16T23:18:19+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2016-01-23T20:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=775a16b0b707a27728cf545607f03a22e6af9bb6'/>
<id>775a16b0b707a27728cf545607f03a22e6af9bb6</id>
<content type='text'>
When calling "vim-patch.sh -s" on a checked-out branch created with
"vim-patch.sh -p", create commit from staged changes, push to origin,
create pull request (using hub), and clean up patch files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When calling "vim-patch.sh -s" on a checked-out branch created with
"vim-patch.sh -p", create commit from staged changes, push to origin,
create pull request (using hub), and clean up patch files.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: Use .patch files only.</title>
<updated>2016-02-16T23:18:19+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2016-01-23T19:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=07eabc062e8aa0a8064267f4d648bd389c74123f'/>
<id>07eabc062e8aa0a8064267f4d648bd389c74123f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: Improvements for review functionality.</title>
<updated>2016-02-16T23:18:19+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2016-01-23T11:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b768d8a09c61c6a8423332a83590bcce76abfe42'/>
<id>b768d8a09c61c6a8423332a83590bcce76abfe42</id>
<content type='text'>
 * Support pull requests with multiple commits.
 * Offer to clean up files after review.
 * Always use full commit hash in assign_commit_details().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Support pull requests with multiple commits.
 * Offer to clean up files after review.
 * Always use full commit hash in assign_commit_details().
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #4140 'vim-patch:7.4.771'.</title>
<updated>2016-02-15T06:48:30+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-02-15T06:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1e995ea2fd37f61ddf5496bfddf49b5ee0a527a8'/>
<id>1e995ea2fd37f61ddf5496bfddf49b5ee0a527a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build system: avoid more unneccesary recompiles</title>
<updated>2016-02-14T10:41:28+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-02-09T21:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8d7ab23b4965cc8ae74e94f8801a95b0ba306518'/>
<id>8d7ab23b4965cc8ae74e94f8801a95b0ba306518</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:7.4.749</title>
<updated>2016-02-09T05:44:53+00:00</updated>
<author>
<name>watiko</name>
<email>service@mail.watiko.net</email>
</author>
<published>2016-02-09T02:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c90c47072fbc282c3c6a69d945e9ad7079862a0a'/>
<id>c90c47072fbc282c3c6a69d945e9ad7079862a0a</id>
<content type='text'>
Problem:    For some options two consecutive commas are OK. (Nikolay Pavlov)
Solution:   Add the P_ONECOMMA flag.

https://github.com/vim/vim/commit/0e7c4b99c608d22fd1b8526e700420b248319b1f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    For some options two consecutive commas are OK. (Nikolay Pavlov)
Solution:   Add the P_ONECOMMA flag.

https://github.com/vim/vim/commit/0e7c4b99c608d22fd1b8526e700420b248319b1f
</pre>
</div>
</content>
</entry>
<entry>
<title>legacy2luatest: Use before_each instead of setup.</title>
<updated>2016-02-01T08:09:08+00:00</updated>
<author>
<name>Jurica Bradaric</name>
<email>jbradaric@gmail.com</email>
</author>
<published>2016-02-01T08:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=815ba27f753fdf86151d5b64f3edee3c63ce0632'/>
<id>815ba27f753fdf86151d5b64f3edee3c63ce0632</id>
<content type='text'>
This will avoid confusion if additional `it()` blocks are added.
(`setup()` only runs once per `describe()` block, whereas `before_each()`
runs before each `it()`).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will avoid confusion if additional `it()` blocks are added.
(`setup()` only runs once per `describe()` block, whereas `before_each()`
runs before each `it()`).
</pre>
</div>
</content>
</entry>
</feed>
