-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Explaination?
The ngit show-ref --verify is broken.
Example:
ngit show-ref --verfiy refs/head/mainExpected behavior
47fb43ca47a74bc1dea6a819e6154f404c8d9a5d refs/heads/main # if ref is okay (status: 0)
fatal: 'refs/heads/master' - not a valid ref # if ref don't exist (status: 128)
fatal: git show-ref: bad ref refs/stupid/ref (47fb33ca47a74bc1dea6a819e6154f404c8d9a5d) # if ref is broken (status: 128)Current behavior
WONKY!! Fix this in later releases or just remove --verify from ngit.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working