mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 17:35:10 -04:00
[internal] add auto detection of 'git commit --amend'
* Finally! * Also improve UPX compression
This commit is contained in:
parent
9815a18009
commit
63555cd04d
7 changed files with 33 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
# .git/hooks/ with the following content:
|
||||
# #!/bin/sh
|
||||
# if [ -x ./_post-commit.sh ]; then
|
||||
# source ./_post-commit.sh
|
||||
# . ./_post-commit.sh
|
||||
# fi
|
||||
|
||||
type -P git &>/dev/null || { echo "git command not found. Aborting." >&2; exit 1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue