=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-push.sample-43- # Check for WIP commit ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-push.sample:44: commit=`git rev-list -n 1 --grep '^WIP' "$range"` ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-push.sample-45- if [ -n "$commit" ] ############################################## ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample-45-# Is topic fully merged to master? ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample:46:not_in_master=`git rev-list --pretty=oneline ^master "$topic"` ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample-47-if test -z "$not_in_master" ############################################## ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample-53-# Is topic ever merged to next? If so you should not be rebasing it. ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample:54:only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample:55:only_next_2=`git rev-list ^master ${publish} | sort` ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample-56-if test "$only_next_1" = "$only_next_2" ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample-57-then ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample:58: not_in_topic=`git rev-list "^$topic" master` ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample-59- if test -z "$not_in_topic" ############################################## ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample-66-else ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample:67: not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` ruby-git-1.7.0/tests/files/encoding/dot_git/hooks/pre-rebase.sample-68- /usr/bin/perl -e ' ############################################## ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase-26-# Is topic fully merged to master? ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase:27:not_in_master=`git-rev-list --pretty=oneline ^master "$topic"` ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase-28-if test -z "$not_in_master" ############################################## ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase-34-# Is topic ever merged to next? If so you should not be rebasing it. ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase:35:only_next_1=`git-rev-list ^master "^$topic" ${publish} | sort` ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase:36:only_next_2=`git-rev-list ^master ${publish} | sort` ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase-37-if test "$only_next_1" = "$only_next_2" ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase-38-then ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase:39: not_in_topic=`git-rev-list "^$topic" master` ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase-40- if test -z "$not_in_topic" ############################################## ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase-47-else ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase:48: not_in_next=`git-rev-list --pretty=oneline ^${publish} "$topic"` ruby-git-1.7.0/tests/files/working.git/hooks/pre-rebase-49- perl -e ' ############################################## ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase-26-# Is topic fully merged to master? ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase:27:not_in_master=`git-rev-list --pretty=oneline ^master "$topic"` ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase-28-if test -z "$not_in_master" ############################################## ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase-34-# Is topic ever merged to next? If so you should not be rebasing it. ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase:35:only_next_1=`git-rev-list ^master "^$topic" ${publish} | sort` ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase:36:only_next_2=`git-rev-list ^master ${publish} | sort` ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase-37-if test "$only_next_1" = "$only_next_2" ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase-38-then ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase:39: not_in_topic=`git-rev-list "^$topic" master` ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase-40- if test -z "$not_in_topic" ############################################## ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase-47-else ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase:48: not_in_next=`git-rev-list --pretty=oneline ^${publish} "$topic"` ruby-git-1.7.0/tests/files/working/dot_git/hooks/pre-rebase-49- perl -e '