prevent-foxtrot: format file
This commit is contained in:
parent
ec59721459
commit
cde7d73594
@ -29,9 +29,8 @@ do
|
|||||||
# Should appear once as a parent
|
# Should appear once as a parent
|
||||||
# awk: print the second word
|
# awk: print the second word
|
||||||
# The second word is the first parent. Third word would be second parent, ...
|
# The second word is the first parent. Third word would be second parent, ...
|
||||||
MATCH=`git log --first-parent --pretty='%H %P' $oldrev..$newrev |
|
MATCH=`git log --first-parent --pretty='%H %P' $oldrev..$newrev | grep $oldrev | awk '{ print $2 }'`
|
||||||
grep $oldrev |
|
|
||||||
awk '{ print $2 }'`
|
|
||||||
# First parent should be the oldrev
|
# First parent should be the oldrev
|
||||||
if [ "$oldrev" = "$MATCH" ]; then
|
if [ "$oldrev" = "$MATCH" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user