Lines Matching full:git
15 bottom of every git commit::
57 ``Signed-off-by`` lines, matches that of the git commit ``Author`` field.
70 this scenario, git commits will usually be expected to have a ``Signed-off-by``
159 git commands
162 When creating, or amending, a commit the ``-s`` flag to ``git commit`` will
163 append a suitable line matching the configured git author details.
165 If preparing patches using the ``git format-patch`` tool, the ``-s`` flag can
169 git rebase master -x 'git commit --amend --no-edit -s'
214 tracker, author's git repo, etc) when sending it for review
253 must also be provided, either directly, or through a git submodule link.
257 with the libvirt-ci git submodule link. The generated dockerfiles are
259 container images from a clean git checkout.