git post-commit hook: Clean up
parent
a9c1a87e97
commit
7b931e3d30
|
@ -1,5 +1,4 @@
|
||||||
#! /usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
COMMITNOTIFICATION=$(git log -1 HEAD --format=reference)
|
|
||||||
notify-send 'Git Commit Success' "$COMMITNOTIFICATION" -u low
|
|
||||||
|
|
||||||
|
COMMIT_SHA=$(git log -1 HEAD --format=reference)
|
||||||
|
notify-send 'Git commit success: ' "$COMMIT_SHA" -u low
|
||||||
|
|
Loading…
Reference in New Issue