diff options
-rwxr-xr-x | kiss | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -187,6 +187,8 @@ pkg_extract() { case $src in # Git repository with supplied commit hash. git+*\#*) + log "Checking out ${src##*#}" + git reset --hard "${src##*#}" || die "Commit hash ${src##*#} doesn't exist" ;; |