]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/linkmap_displays_underscore_escapes.mdwn
moved my patch branches from github to self-hosted
[ikiwiki.git] / doc / bugs / linkmap_displays_underscore_escapes.mdwn
index f74ca5119b7e24d41baaa46a957b5ffb955c9d98..66bffc15954ffbbb5d9f7c5d3540cdb1a4dcd951 100644 (file)
@@ -1,3 +1,5 @@
+[[!template id=gitbranch branch=chrysn/linkmapenhancement author="[[chrysn]]"]]
+
 [[ikiwiki/directive/linkmap]]s display the file name instead of the pagetitle, showing unsightly underscore escapes and underscores instead of blanks to users.
 
 the attached [[!taglink patch]] fixes this; from its commit message:
@@ -15,4 +17,5 @@ the attached [[!taglink patch]] fixes this; from its commit message:
 
 the output will look much better (at least in my wikis) with the "[[bugs/pagetitle function does not respect meta titles]]" issue fixed.
 
-the patch is stored in [[the patch.pl]] as created by git-format-patch. (btw, what's the preferred way to send patches, apart from creating a git branch somewhere?)
+the patch is stored in [[the patch.pl]] as created by git-format-patch, and can
+be pulled from the abovementioned branch.