Skip to main content

Module url

Module url 

Source

Structs§

IssueRef
Parsed coordinates of an AtomGit/GitCode issue URL.
RepoRef
(owner, repo) without the issue number — produced either from an issue URL (via IssueRef) or from a git remote URL (via parse_repo_url). Case-insensitive equality for comparison.

Functions§

detect_cwd_atomgit_repo
Detect the atomgit.com (owner, repo) of a local git checkout by running git remote get-url origin in cwd. Returns:
parse_repo_url
Parse a git remote URL into (owner, repo). Supports the four common forms: