> O.K.. Just want to make sure. What you said "thread together your > patches" has something to do with "sendemail.chainreplyto"? I found > I sent this series one by one, i.e., `git send-email 000#.patch`. > I think I should sent them as a whole, i.e., `git send-email *`. But > I am not sure "sendemail.chainreplyto" matters or not.
If you enable sendemail.chainreplyto then each letter in a series (except the first) will go as a reply to the previous letter. If you omit sendemail.chainreplyto then letters following the first one will go as replies to that first letter. Second option is commonly used and IMHO a bit easier to read than the first. -- Thanks. -- Max