You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you don't care that the file isn't known to git. This is frequently the case with a plugin that may not be checking.
We should add a new option that indicates that pc should not return an exit status indicating failure if the only problem is that the file isn't known to git.
Instead it should return the same thing as a request for a file known to git with no comments in it.
maybe -q && --quiet ? I'm not sure if "quiet" is a good thing because its a word whose meaning might expand over time. -g & --gitless ? dunno, that seems worse. I'm open to suggestions.
The text was updated successfully, but these errors were encountered:
Sometimes you don't care that the file isn't known to git. This is frequently the case with a plugin that may not be checking.
We should add a new option that indicates that
pc
should not return an exit status indicating failure if the only problem is that the file isn't known to git.Instead it should return the same thing as a request for a file known to git with no comments in it.
maybe
-q
&&--quiet
? I'm not sure if "quiet" is a good thing because its a word whose meaning might expand over time.-g
&--gitless
? dunno, that seems worse. I'm open to suggestions.The text was updated successfully, but these errors were encountered: