Searched refs:commits (Results 1 – 10 of 10) sorted by relevance
/development/tools/repo_diff/ |
D | README.md | 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 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.
|
D | git_commits_not_upstreamed.py | 85 for commits in commits_per_file: 86 insertion_commits.update(commits)
|
D | repo_diff_trees.py | 349 commits = git_commits_not_upstreamed.find('FETCH_HEAD', 'HEAD', path) 352 for commit in commits:
|
/development/tools/repo_diff/service/repodiff/mappers/ |
D | csv.go | 33 func CommitEntitiesToCSVRows(commits []e.AnalyzedCommitRow) [][]string { 34 rowsOfCols := make([][]string, len(commits)) 35 for i, commit := range commits {
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | denormalizer.go | 41 commits, 54 commits, 66 COUNT(*) AS commits, 108 commits, 120 commits, 130 COUNT(*) AS commits,
|
/development/tools/repo_diff/service/repodiff/tools/migrations/ |
D | 2018_04_03__23_31_04_upgrade.sql | 6 commits INT NOT NULL, field 13 …idx_url_branch_commits (upstream_url, upstream_branch, downstream_url, downstream_branch, commits),
|
D | 2018_03_29__22_12_23_upgrade.sql | 6 commits INT NOT NULL, field 14 …idx_url_branch_commits (upstream_url, upstream_branch, downstream_url, downstream_branch, commits),
|
/development/tools/repo_pull/ |
D | README.md | 83 * `-m` or `--merge` specifies the method to pick the merge commits. (default: 86 * `-p` or `--pick` specifies the method to pick the non-merge commits.
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 522 investor - n. someone who commits capital in order to gain financial returns
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 365 …XKSl6teJt6Ic6S3Q@fakeemail.com,display: msm8996: Update display HAL to SU27 + HWC2 specific commits 15941 …platform/external/freetype,fake_Ey74ZHitSO-rl2J4XmHSlQ@fakeemail.com,added a few missing commits !! 16247 …al/freetype,fake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,Documentation fixes for the last few commits. 24282 …c88494ad8de49b29993,platform/external/libmtp,fake_3rXZrmxrRLi2weSzWajXQA@fakeemail.com,More commits 40642 …17fc493ee,platform/libcore,fake__99j7I7uRCWoNdKvhcQE2Q@fakeemail.com,Import upstream socket commits 69443 …external/mesa3d,fake_pxWgHvW3Q2eED4r6QOyLYg@fakeemail.com,mesa: grep for commits with cherry picke… 77392 …tform/external/autotest,fake_6rT0Y88kR_SHg_DKQYp_eg@fakeemail.com,Revert commits for cryptohome ba… 110072 …dation-layers,fake_w_8FVEFBQDG4XkULG8DzCQ@fakeemail.com,Clang-format for recent QueueSubmit commits 114666 …utils,fake_H-f3iDzYSECoB1nNRmcsqg@fakeemail.com,"ld: revert two upstream commits related to interp…
|