OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commit_list
(Results
1 - 2
of
2
) sorted by null
/external/bison/build-aux/
git-version-gen
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
/external/strace/
git-version-gen
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
Completed in 70 milliseconds