mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #158] broken link #7075
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fccm on GitHub (Aug 28, 2013).
Original GitHub issue: https://github.com/semver/semver/issues/158
On the French translation page, the link to the Russian translation is wrong.
@bessarabov commented on GitHub (Aug 28, 2013):
Created pull request that fixes this: https://github.com/mojombo/semver.org/pull/77
@bessarabov commented on GitHub (Aug 28, 2013):
This issue is fixed so it can be closed (sorry, I can't do it myself =)
@haacked commented on GitHub (Aug 28, 2013):
Ah, next time you fix an issue, just add "fixes #158" (where 158 is the issue number) to your commit message or your pull request message. Then when the PR is merged, it'll automatically close the issue! Cool, right?
@bessarabov commented on GitHub (Aug 28, 2013):
=) Yes, I have forgotten about this feature, thx for reminding =) But I'm not sure that that would work — the commit was to the repo
semver.org, but the issue that had to be closed was in the other reposemver.@haacked commented on GitHub (Aug 28, 2013):
That also works! It's a recent new feature. You would write: "Fixes mojombo/server#158"
@bessarabov commented on GitHub (Aug 28, 2013):
Thank you! I havn't knew it. Great to have this feature =)