Did you know ... Search Documentation:
git_html.pl
PublicShow source
Source git_shortlog(+Dir, +Options)//
Component that show the top-N most recent changes in Pack.
Source git_show(+Request) is det[private]
HTTP handler to handle GIT requests.
Source git_commit_info(+Dir, +Hash, +Options)//
Component to show an individual commit. Options:
diff(Diff)
One of stat (default) or patch (full difference)
Source odd_even_row(+Row, -Next, :Content)//[private]
Create odd/even alternating table rows from a DCG.
Source truncate_atom(+Atom, +MaxLen, -Truncated) is det[private]
If Atom is longer than MaxLen, truncate it. If MaxLen is inf, Truncated is unified with Atom.