Lines Matching refs:that
61 2. Diff projects that have a match.
62 3. Find commits in source tree B that are not in source tree A.
72 the commits that exist in the downstream project (B) but not the
75 'git cherry' is a useful tool that finds changes
77 not only by finding which commits that were merged
85 * Commits that were squashed with other commits
86 * Commits that were reauthored
93 1. First listing the "git cherry" commits that will give us the
96 a list of changes that actually have lines of code in the tree.
98 that have lines of code in the final source tree.
106 * It does not find commits that only delete lines of code.