> What about this wording below? > > diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt > index be797d7a28..302659cfd5 100644 > --- a/Documentation/git-format-patch.txt > +++ b/Documentation/git-format-patch.txt > @@ -193,8 +193,8 @@ will want to ensure that threading is disabled for `git send-email`. > ignored. > > --always:: > - Include patches for commits that do not introduce any change, > - which are omitted by default. > + Always generate patches, even if there are empty-change commits. > + Default is to omit such commits. > > --cover-from-description=<mode>:: > Controls which parts of the cover letter will be automatically > > > -- > An old man doll... just what I always wanted! - Clara Dears Sanjaya, Thanks for your suggestion. I don't see the actual difference between the two sentences, and do you want to enhance the word "always"? If you do, how about just describing the option as "Always include patches..."? Aleen