Closing multiple issues in Github with a commit message
Closes #1, closes #2, closes #3; rest of commit message. The closes clauses can be anywhere in the message and fixes is a valid synonym: This fixes a memory leak in foo() that closes #4, also fixes #5 which is a duplicate. The following used to work, but nowadays only references issues #2 and #3. … Read more