Skip to content

Commit 2a9c1fc

Browse files
committed
Issues can also be closed by resolve(|s|d)
As documented in https://help.github.com/articles/closing-issues-via-commit-messages (to which the section links on the end!). resolve* was not there from the very beginning, though — and thus many people (get off my lawn!) don’t know about it.
1 parent d3b0586 commit 2a9c1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ https://github.com/rails/rails/blob/master/activemodel/lib/active_model.rb#L53-L
189189
![Line Highlighting](http://i.imgur.com/8AhjrCz.png)
190190

191191
### Closing Issues via Commit Messages
192-
If a particular commit fixes an issue, any of the keywords `fix/fixes/fixed` or `close/closes/closed`, followed by the issue number, will close the issue once it is committed to the master branch.
192+
If a particular commit fixes an issue, any of the keywords `fix/fixes/fixed`, `close/closes/closed` or `resolve/resolves/resolved`, followed by the issue number, will close the issue once it is committed to the master branch.
193193

194194
```bash
195195
$ git commit -m "Fix cock up, fixes #12"

0 commit comments

Comments
 (0)