git-tar-tree: no more void pointer arithmetic
[git.git] / templates / hooks--update
index 27cea17..d7a8f0a 100644 (file)
@@ -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