forked from kiss-community/kiss
kiss: Add message on checkout
This commit is contained in:
parent
66e981f81a
commit
632d3cf721
2
kiss
2
kiss
@ -187,6 +187,8 @@ pkg_extract() {
|
|||||||
case $src in
|
case $src in
|
||||||
# Git repository with supplied commit hash.
|
# Git repository with supplied commit hash.
|
||||||
git+*\#*)
|
git+*\#*)
|
||||||
|
log "Checking out ${src##*#}"
|
||||||
|
|
||||||
git reset --hard "${src##*#}" ||
|
git reset --hard "${src##*#}" ||
|
||||||
die "Commit hash ${src##*#} doesn't exist"
|
die "Commit hash ${src##*#} doesn't exist"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user