Searched refs:commit_list (Results 1 – 4 of 4) 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
20 int (*commit_list) (semanage_handle_t * handle, member
146 .commit_list = bool_commit_list,
96 if (ratable->commit_list(handle, records, rcount) < 0) in dbase_activedb_flush()