Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 464210
Collapse All | Expand All

(-)git-1.8.1.5/Documentation/cat-texi.perl (+1 lines)
Lines 12-17 while (<STDIN>) { Link Here
12
		push @menu, $1;
12
		push @menu, $1;
13
	}
13
	}
14
	s/\(\@pxref{\[(URLS|REMOTES)\]}\)//;
14
	s/\(\@pxref{\[(URLS|REMOTES)\]}\)//;
15
	s/\@anchor\{[^{}]*\}//g;
15
	print TMP;
16
	print TMP;
16
}
17
}
17
close TMP;
18
close TMP;

Return to bug 464210