Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/hooks--update2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/hooks--update b/templates/hooks--update
index 27cea174d1..d7a8f0a849 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