Lines Matching refs:in
6 The ouput is in CSV and is easily consumable in a spreadsheet.
43 5. Create a [new data source in Data Studio](https://datastudio.google.com/datasources/create).
44 6. Connect your new data source to the project.csv sheet in the Google spreadsheet.
60 1. Match projects in source tree A with projects in source tree B.
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.
69 After matching up projects in both source tree
72 the commits that exist in the downstream project (B) but not the
76 which exist in one branch but not another. It does so by
81 However, there are many instances where a change in one branch
82 can have an equivalent in another branch without being a merge
91 This is addressed in two steps:
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.