Merge pull request #2668 from sol/print-git-revision
nix-prefetch-git: Print git revision
This commit is contained in:
commit
06de946355
@ -217,6 +217,8 @@ clone_user_rev() {
|
|||||||
fi;;
|
fi;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
echo "git revision is $(cd $dir && git rev-parse $rev)"
|
||||||
|
|
||||||
# Allow doing additional processing before .git removal
|
# Allow doing additional processing before .git removal
|
||||||
eval "$NIX_PREFETCH_GIT_CHECKOUT_HOOK"
|
eval "$NIX_PREFETCH_GIT_CHECKOUT_HOOK"
|
||||||
if test -z "$leaveDotGit"; then
|
if test -z "$leaveDotGit"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user