Lines Matching full:pull
3 Creating Pull Requests
6 This chapter describes how maintainers can create and submit pull requests
25 the pull request on a separate branch. Typically you will base this branch
26 off of a branch in the developers tree whom you intend to send the pull
29 In order to create the pull request you must first tag the branch that you
35 Greg offers the following. A pull request with miscellaneous stuff for
46 Linus will only accept pull requests based on a signed tag. Other
50 you to describe the tag. In this case, you are describing a pull request,
54 merge the pull request. So write it up well, as it will be in the kernel
60 to understand what I'm pulling, and why I should pull it. I also
65 Note that if there is something odd about the pull request, that
74 I will take both what you write in the email pull request _and_ in
77 make it into the pull request email), or you can make the signed
79 the work later when you actually send me the pull request.
83 partly because part of the message may make sense for me at pull
93 Greg gives, as an example pull request::
132 Create Pull Request
135 The last thing to do is create the pull request message. ``git`` handily
136 will do this for you with the ``git request-pull`` command, but it needs a
137 bit of help determining what you want to pull, and on what to base the pull
139 following command(s) will generate a pull request::
141 …git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-m…
149 git:// protocol to pull from. If you wish to use https://, that
157 The output of 'git request-pull' will contain the location of the
158 git tree and specific tag to pull from, and the full text
161 pull request, and a shortlog of the individual commits that the
162 pull request will provide.
166 creating pull requests without a signed tag then ``https://`` may be a
170 Submit Pull Request
173 A pull request is submitted in the same way as an ordinary patch. Send as
175 lists if required. Pull requests to Linus typically have a subject line
178 [GIT PULL] <subsystem> changes for v4.15-rc1