Skip to content
Snippets Groups Projects
Commit 43ca4b26471e authored by Ingy döt Net's avatar Ingy döt Net
Browse files

More bin/pin debug messages

parent 339795ebab53
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
debug "cd ../..; git merge-base --is-ancestor $commit_master HEAD" debug "cd ../..; git merge-base --is-ancestor $commit_master HEAD"
if (cd ../..; git merge-base --is-ancestor "$commit_master" HEAD 2>/dev/null); then if (cd ../..; git merge-base --is-ancestor "$commit_master" HEAD 2>/dev/null); then
debug "Found pinning: '$line'"
echo "$line" echo "$line"
exit exit
else else
...@@ -26,7 +27,7 @@ ...@@ -26,7 +27,7 @@
echo "$line" echo "$line"
exit exit
else else
debug "Not found" debug "No pinning found"
fi fi
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment