diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-29 13:18:53 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-29 13:18:53 -0800 |
commit | bff64a9cdabee8476ad1d2e45f586a2d6a884363 (patch) | |
tree | 8e40ea0492651a36c7b615e19c04b500c152bf29 /Documentation | |
parent | Merge branch 'pw/p4-view-updates' (diff) | |
parent | mailinfo: with -b, keep space after [foo] (diff) | |
download | tgif-bff64a9cdabee8476ad1d2e45f586a2d6a884363.tar.xz |
Merge branch 'tr/maint-mailinfo'
* tr/maint-mailinfo:
mailinfo: with -b, keep space after [foo]
am: learn passing -b to mailinfo
Conflicts:
git-am.sh
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-am.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index 887466d777..ee6cca2e13 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -40,6 +40,9 @@ OPTIONS --keep:: Pass `-k` flag to 'git mailinfo' (see linkgit:git-mailinfo[1]). +--keep-non-patch:: + Pass `-b` flag to 'git mailinfo' (see linkgit:git-mailinfo[1]). + --keep-cr:: --no-keep-cr:: With `--keep-cr`, call 'git mailsplit' (see linkgit:git-mailsplit[1]) |