]> source.dussan.org Git - gitea.git/commit
Referencing issues from commit messages is now possible.
authorEtienne Bruines <etienne.bruines@huperwebs.nl>
Mon, 2 Feb 2015 15:34:07 +0000 (16:34 +0100)
committerEtienne Bruines <etienne.bruines@huperwebs.nl>
Mon, 2 Feb 2015 15:34:07 +0000 (16:34 +0100)
commit5c4b85c0290adce70b9c58ed151e30081151a57c
treef4547b2155d6e37f948d7e686c35e64cb15c4b34
parent57291d1e2a3190562c169f8c69e3bc65725ee4f4
Referencing issues from commit messages is now possible.

Code-wise: the fixing-part of the code now doesn't reference the issue any more, because this is done by the referencing-part of the code, which is called just before.

Fixes #462, #668, #732.
models/action.go