Lines Matching full:git
23 git format-patch, git send-email, etc. with the correct parameters
43 normally in the top commit so it is easy to change them with 'git
56 file 'doc/git-mailrc' in your U-Boot directory to supply the email aliases
57 you need. To make this work, tell git where to find the file by typing
60 git config sendemail.aliasesfile doc/git-mailrc
182 In the meantime, git format.subjectprefix option will be added as
253 Cc: used by git send-email is ignored by patman, but will be
254 interpreted by git send-email if you use it.
280 Once the patches are created, patman sends them using git send-email. The
291 x86: arm: add a git mailrc file for maintainers
321 output by git log --oneline):
343 git rebase -i HEAD~6
346 git add -u
347 git rebase --continue
356 git commit --amend
397 git fetch origin (or whatever upstream is called)
398 git rebase origin/master
400 and use git rebase -i to edit the commits, dropping the wip one. You add
458 git tag sent/us-cmd-rfc
460 git tag sent/us-cmd-v2
465 5. If you want to run git send-email yourself, use the -n flag which will