Lines Matching full:commits
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.