Searched refs:commits (Results 1 – 9 of 9) sorted by relevance
/qemu/scripts/ |
H A D | get_maintainer.pl | 1260 my $commits; 1268 $commits = grep(/$pattern/, @lines); # of commits 1279 return ($commits, @$signers_ref); 1309 my @commits = (); 1315 push(@commits, $1); 1319 return @commits; 1325 my @commits = (); 1327 return @commits if (!(-f $file)); 1343 push(@commits, $all_commits[$i]); 1355 push(@commits, vcs_save_commits($cmd)); [all …]
|
/qemu/.gitlab-ci.d/ |
H A D | check-dco.py | 44 commits = [] variable 46 commits = [[c[0:40], c[41:]] for c in log.strip().split("\n")] variable 48 for sha, subject in commits:
|
/qemu/contrib/gitdm/ |
H A D | aliases | 22 # weird commits 46 # Next, translate a few commits where mailman rewrote the From: line due
|
/qemu/block/ |
H A D | vvfat.c | 334 array_t commits; member 1604 DLOG(fprintf(stderr, "clear_commits (%u commits)\n", s->commits.next)); in clear_commits() 1605 for (i = 0; i < s->commits.next; i++) { in clear_commits() 1606 commit_t* commit = array_get(&(s->commits), i); in clear_commits() 1614 s->commits.next = 0; in clear_commits() 1620 commit_t* commit = array_get_next(&(s->commits)); in schedule_rename() 1629 commit_t* commit = array_get_next(&(s->commits)); in schedule_writeout() 1639 commit_t* commit = array_get_next(&(s->commits)); in schedule_new_file() 1647 commit_t* commit = array_get_next(&(s->commits)); in schedule_mkdir() 2661 for (i = 0; i < s->commits.next; i++) { in handle_renames_and_mkdirs() [all …]
|
/qemu/ |
H A D | README.rst | 114 $ # work on new commits, add your 'Signed-off-by' lines to each 125 $ # making changes to the commits (using 'git rebase', for example)
|
H A D | .mailmap | 46 # Next, translate a few commits where mailman rewrote the From: line due 48 # commits like these before maintainer merges; if you find the need to add
|
/qemu/docs/devel/testing/ |
H A D | acpi-bits.rst | 137 Commits (a), (b) and (c) preferably should go under separate commits so that
|
/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 180 close bugs automatically once commits with the "Resolves:" keyword get 215 your series fixes. Keeping separate commits for the test and the fix 249 $ # work on new commits, add your 'Signed-off-by' lines to each
|
/qemu/target/hexagon/ |
H A D | README | 101 when the packet commits (see "Packet Semantics" below).
|