OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commit_list
(Results
1 - 5
of
5
) 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/selinux/libsemanage/src/
database_activedb.h
20
int (*
commit_list
) (semanage_handle_t * handle,
member in struct:record_activedb_table
database_activedb.c
96
if (ratable->
commit_list
(handle, records, rcount) < 0)
booleans_activedb.c
146
.
commit_list
= bool_commit_list,
/tools/repohooks/
pre-upload.py
164
def _attempt_fixes(fixup_func_list,
commit_list
):
165
"""Attempts to run |fixup_func_list| given |
commit_list
|."""
173
if commit !=
commit_list
[0]:
196
commit_list
=None):
203
commit_list
: A list of commits to run hooks against. If None or empty
255
if not
commit_list
:
256
commit_list
= rh.git.get_commits(
262
for commit in
commit_list
:
285
_attempt_fixes(fixup_func_list,
commit_list
)
383
commit_list
=opts.commits)
[
all
...]
Completed in 296 milliseconds