Lines Matching full:git
38 git tag -s char-misc-4.15-rc1 char-misc-next
42 (see Documentation/maintainer/configure-git.rst).
47 When you run the above command ``git`` will drop you into an editor and ask
121 The tag message format is just like a git commit id. One line at the top
127 git push origin char-misc-4.15-rc1
133 The last thing to do is create the pull request message. ``git`` handily
134 will do this for you with the ``git request-pull`` command, but it needs a
139 …git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-m…
143 This is asking git to compare the difference from the
147 git:// protocol to pull from. If you wish to use https://, that
149 firewalls will have problems with https git pulls).
152 asking to be pulled from, git will complain saying it is not there,
155 The output of 'git request-pull' will contain the location of the
156 git tree and specific tag to pull from, and the full text
162 Linus responded that he tends to prefer the ``git://`` protocol. Other
176 [GIT PULL] <subsystem> changes for v4.15-rc1