Skip to content

Instantly share code, notes, and snippets.

@bobtfish
Forked from broquaint/Gitalist URI structure
Created January 23, 2010 13:28
Show Gist options
  • Save bobtfish/284604 to your computer and use it in GitHub Desktop.
Save bobtfish/284604 to your computer and use it in GitHub Desktop.
/ ?sortOptions Root repository listing.
/<repo> Repository summary page
/<repo>/shortlog Short log
/<repo>/log Full log
/<repo>/heads Branches
/<repo>/tags Tags
/<repo>/reflog Reflog
/<repo>/<commit sha1>/commit Commit
/<repo>/<commit sha1>/diff Commit diff
/<repo>/<commit sha1>/patch Commit patch
/<repo>/<commit sha1>/patches/<n> Commit patch nth
/<repo>/<commit sha1>/snapshot Repo snapshot at commit
/<repo>/<commit sha1>/tree Tree structure of commit /
/<repo>/<commit sha1>/tree/<path> Tree structure of commit /sub
/<repo>/<commit sha1>/blame/<file name> Blame of file in commit
/<repo>/<commit sha1>/blob/<file name> Blob of file in commit
/<repo>/<commit sha1>/raw/<file name> Raw of file in commit
/<repo>/<commit sha1>/history/<file name> History of file at commit
/<repo>/<tree sha1>/blob/<file name> Blob of file in tree
/<repo>/<blob sha1>/blob/<file name> Blob of file
/<repo>/<blob sha1>/raw/<file name> Raw of file in blob
/<repo>/search?type=(commit|??)&text=<searchtext>
Search options - type,text,...
/<repo>/atom Atom feed
/<repo>/rss RSS feed
/opml OPML
/text Plain text list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment