Searched refs:commit_list (Results 1 – 2 of 2) sorted by relevance
174 commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \175 || { commit_list=failed;177 numcommits=`echo "$commit_list" | wc -l`179 test "$commit_list" = failed && v=UNKNOWN
177 commit_list=`git rev-list "$vtag"..HEAD 2>/dev/null` \178 || { commit_list=failed;180 numcommits=`echo "$commit_list" | wc -l`182 test "$commit_list" = failed && v=UNKNOWN