X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=templates%2Fhooks--update;h=d7a8f0a849523ebc280e06fe836f3bc448993d0c;hb=41e79c955969c916c0691c31422b5004db7e4025;hp=27cea174d135eb82f9e0229a0adf4f4993c60f2d;hpb=8a3ee7c31469b5418a556a87cbac74509ded1cac;p=git.git diff --git a/templates/hooks--update b/templates/hooks--update index 27cea174..d7a8f0a8 100644 --- a/templates/hooks--update +++ b/templates/hooks--update @@ -68,7 +68,7 @@ then refs/heads/*) branch="${1##refs/heads/}" echo "New branch '$branch' available with the following commits:" - git-rev-list --pretty "$3" + git-rev-list --pretty "$3" $(git-rev-parse --not --all) ;; esac else