Commit 1bb2d2c
committed
Fix the URL of the "This branch is now known as <name>" links
Most recently seen in
gitgitgadget/git#1405 (comment),
the URLs pointing to the maintainer's branches reflecting the current PR
are bogus: Instead of the correct
https://github.com/gitster/git/commits/pw/rebase-no-reflog-action, the
forward slash between `gitster` and `git` is replaced with a `.`.
This bug was introduced some time between February 10th 2022
(gitgitgadget/git#1140 (comment))
and February 15t 2022
(gitgitgadget/git#1142 (comment)).
We could now simply replace the `.` by a `/`, but that would introduce
_another_ problem: as a lottery factor exercise, Git is currently
maintained by an interim maintainer and therefore the maintainer
branches in https://github.com/gitster/git aren't updated at all.
Let's side-step that problem completely by using URLs pointing to the
branches that are mirrored into https://github.com/gitgitgadget/git
(which are currently mirrored from https://github.com/ttaylorr/git, i.e.
from the interim maintainer's personal fork).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 65fd9e2 commit 1bb2d2c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
0 commit comments