summaryrefslogtreecommitdiffstats
path: root/cgit.js
blob: 50470aba8f58885f5a8d7c3015d9f0ff9f385ed3 (plain) (blame)
1
2
3
4
// To use this, add this to /var/lib/git/static/cgit.js and set js=/cgit.js in your cgitrc.
if ((/\/[^/]+\.git\/tree\/.*/iu).test(location.pathname)) {
  console.log('tree')
}