https://bugzilla.wikimedia.org/show_bug.cgi?id=50632
--- Comment #4 from Bartosz DziewoĆski <[email protected]> --- (In reply to comment #2) > I also tried to find a way to easily map > "269a91037b7e47e92197fed5c3a16ecc2567f4e3" to [[mw:Special:Code]], but even > just getting the timestamp out of GitHub was surprisingly difficult (I could > only find "5 years ago"). They are mapped in git commit notes. You can get them locally with this command: git fetch gerrit refs/notes/commits:refs/notes/commits They will be then shown in `git log`, `git show` etc., as well as some GUI viewers (gitk supports them, dunno about other). They are also shown in GitBlit, for example here: https://git.wikimedia.org/commit/mediawiki%2Fcore.git/269a91037b7e47e92197fed5c3a16ecc2567f4e3 And that commit hash should be autolinked, I wonder why it isn't above. 269a91037b7e47e92197fed5c3a16ecc2567f4e3 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
