Skip to content
Snippets Groups Projects
Commit a8750462 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[git-hook] fix pre-push hook in case of new branch

parent ba95d348
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ do ...@@ -36,7 +36,7 @@ do
# Handle delete # Handle delete
: :
else else
if test "$remote_oid" = "$zero" if test "$remote_oid" = "$empty"
then then
# New branch, examine all commits # New branch, examine all commits
range="$local_oid" range="$local_oid"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment