Skip to content

Instantly share code, notes, and snippets.

@broquaint
Created January 22, 2010 20:15
Show Gist options
  • Save broquaint/284089 to your computer and use it in GitHub Desktop.
Save broquaint/284089 to your computer and use it in GitHub Desktop.
Gitalist URI structure
/projects ?sortOptions
/<repo>/summary
/<repo>/<commit sha1>/commit
/<repo>/<commit sha1>/diff
/<repo>/<commit sha1>/patch
/<repo>/<commit sha1>/snapshot
/<repo>/<commit sha1>/tree
/<repo>/<commit sha1>/tree/<path>
/<repo>/<commit sha1>/blame/<file name>
/<repo>/<commit sha1>/blob/<file name>
/<repo>/<tree sha1>/blob/<file name>
/<repo>/<blob sha1>/blob/<file name>
/<repo>/<commit sha1>/raw/<file name>
/<repo>/<commit sha1>/history
/<repo>/search ?searchOptions
/<repo>/atom
/<repo>/rss
/opml
/text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment