Lines Matching +full:commits +full:-
16 mkdir android-8.0.0_r1
17 cd android-8.0.0_r1
19 --manifest-url=https://android.googlesource.com/platform/manifest \
20 --manifest-branch=android-8.0.0_r1
22 repo sync --current-branch --no-clone-bundle --no-tags --jobs=8
24 mkdir android-8.0.0_r11
25 cd android-8.0.0_r11
27 --manifest-url=https://android.googlesource.com/platform/manifest \
28 --manifest-branch=android-8.0.0_r11
30 repo sync --current-branch --no-clone-bundle --no-tags --jobs=8
37 python repo_diff_trees.py --exclusions_file=android_exclusions.txt \
38 android-8.0.0_r1 android-8.0.0_r11
62 3. Find commits in source tree B that are not in source tree A.
65 of finding commits only in B is explaned below.
67 ## Finding commits not upstream
72 the commits that exist in the downstream project (B) but not the
77 not only by finding which commits that were merged
79 commits.
85 * Commits that were squashed with other commits
86 * Commits that were reauthored
88 Cherry pick will not recognize these commits as having an equivalent
93 1. First listing the "git cherry" commits that will give us the
106 * It does not find commits that only delete lines of code.