Lines Matching full:branch
13 The pristine copy of the upstream source is kept on a branch called upstream-master. This branch is
14 then merged into an Android development branch.
21 1. Configure a remote to use as the source repository (limited to only syncing the master branch):
35 2. Create a new local branch from the updated source, replacing YYYYMMDD with today's date:
40 3. Filter the branch to just the subtree containing the Seccomp test suite:
42 git filter-branch --subdirectory-filter tools/testing/selftests/seccomp
45 4. Check out the upstream-master branch, which contains the pristine, filter-branch'd copy of the
47 the upstream-master branch.
52 5. Update this upstream-master branch to the newly filtered branch of upstream-linux.
59 7. Merge the changes from upstream-master into the Android development branch (typically master).
72 upload/submit the CL branch. Afterwards, you can remove the update-YYYYMMDD branch.
78 branch into the seccomp-tests repository and subtree merge it (as FETCH\_HEAD). This will avoid