diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-13 13:50:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-13 13:50:55 +0200 |
commit | d2f99230b4c655d3481ae5167666f59492f1b4ef (patch) | |
tree | 57c1210fa74eac1e89aadc70e5159de969548e12 | |
parent | 9d71dbc5b87a1fc13280efff068ef8fd323ec762 (diff) |
Add another example of git repository URL fragment
-rw-r--r-- | bpkg/rep-add.cli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/rep-add.cli b/bpkg/rep-add.cli index 2a4210d..3925074 100644 --- a/bpkg/rep-add.cli +++ b/bpkg/rep-add.cli @@ -77,6 +77,7 @@ namespace bpkg https://example.com/foo.git#master https://example.com/foo.git#48fba3625d65941bb85a39061bcf795d4949c778 https://example.com/foo.git#bar@48fba3625d65941bb85a39061bcf795d4949c778 + https://example.com/foo.git#deadbeefdeadbeefdeadbeefdeadbeefdeadbeef@ \ A git repository is expected to contain either the \cb{manifest} or |