/tools/u_boot_pylib/ |
A D | gitutil.py | 56 def count_commits_to_branch(branch, git_dir=None, end=None): argument 107 def guess_upstream(git_dir, branch): argument 141 def get_upstream(git_dir, branch): argument 172 def get_range_in_branch(git_dir, branch, include_upstream=False): argument 209 def count_commits_in_branch(git_dir, branch, include_upstream=False): argument 341 def create_patches(branch, start, count, ignore_binary, series, signoff=True, argument
|
/tools/patman/ |
A D | status.py | 149 def create_branch(series, new_rtag_list, branch, dest_branch, overwrite, argument 326 def show_status(series, branch, dest_branch, force, cover, patches, argument 384 def check_and_show_status(series, link, branch, dest_branch, force, argument
|
A D | control.py | 50 def patchwork_status(branch, count, start, end, dest_branch, force, argument
|
A D | send.py | 118 def prepare_patches(col, branch, count, start, end, ignore_binary, signoff, argument
|
A D | patchstream.py | 772 def get_metadata(branch, start, count, git_dir=None): argument
|
A D | cser_helper.py | 819 def _finish_process(self, repo, branch, name, cur, old_head, new_name=None, argument 1155 def _list_patches(self, branch, pwc, series, desc, cover_id, num_comments, argument
|
/tools/buildman/ |
A D | control.py | 213 def count_commits(branch, count, col, git_dir): argument 253 def determine_series(selected, col, git_dir, count, branch, work_in_output): argument 503 def setup_output_dir(output_dir, work_in_output, branch, no_subdirs, col, argument
|