mirror of
https://github.com/git/git.git
synced 2026-01-12 05:43:12 +09:00
Merge branch 'mg/texinfo-5' into maint
* mg/texinfo-5: Documentation: Strip texinfo anchors to avoid duplicates
This commit is contained in:
commit
97ff97dc05
@ -12,6 +12,7 @@ while (<STDIN>) {
|
||||
push @menu, $1;
|
||||
}
|
||||
s/\(\@pxref{\[(URLS|REMOTES)\]}\)//;
|
||||
s/\@anchor\{[^{}]*\}//g;
|
||||
print TMP;
|
||||
}
|
||||
close TMP;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user