Lines Matching full:git
40 git tag -s char-misc-4.15-rc1 char-misc-next
44 (see :ref:`Documentation/maintainer/configure-git.rst <configuregit>`).
49 When you run the above command ``git`` will drop you into an editor and ask
123 The tag message format is just like a git commit id. One line at the top
129 git push origin char-misc-4.15-rc1
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
141 …git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-m…
145 This is asking git to compare the difference from the
149 git:// protocol to pull from. If you wish to use https://, that
151 firewalls will have problems with https git pulls).
154 asking to be pulled from, git will complain saying it is not there,
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
164 Linus responded that he tends to prefer the ``git://`` protocol. Other
178 [GIT PULL] <subsystem> changes for v4.15-rc1