• C
    Document matching refs with an at-symbol · 00f11215
    Cody Mize 提交于
    At-symbols are used to match a ref to a specific repository path.
    Currently this is done by string splitting the ref pattern on the
    at-symbol. In order to pattern match a literal `@` you must use
    ruby's unicode character matching `\u{0040}`.
    00f11215
README.md 89.9 KB