Skip to content
Snippets Groups Projects
Verified Commit d7a3532f authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

gitsig: Add error message on unsigned tip

parent c8994a2c
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,4 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
export GNUPGHOME=$HOME/.git-gpg
git log -n1 --pretty="%G?" | grep -qF 'G'
git log -n1 --pretty="%G?" | grep -qF 'G' || ( echo "Tip not signed!" >&2; false )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment