git config --global sendemail.chainreplyto true
git format-patch -2 HEAD -o patch --cover-letter
git send-email patch/* --to=ycsunjane@gmail.com
電子メールがgitによって「返信先」として送信されたことをgmailに認識させ、それらの電子メールを送信および返信された電子メールの1つのリストとしてグループ化する方法がわかりません。
Message-Id: <cover.1375354436.git.ycsunjane@gmail.com>
X-Mailer: git-send-email 1.8.3.4
Message-Id: <1375355476-9832-1-git-send-email-ycsunjane@gmail.com>
X-Mailer: git-send-email 1.8.3.4
In-Reply-To: <cover.1375354436.git.ycsunjane@gmail.com>
References: <cover.1375354436.git.ycsunjane@gmail.com>
Message-Id: <1375355476-9832-2-git-send-email-ycsunjane@gmail.com>
X-Mailer: git-send-email 1.8.3.4
In-Reply-To: <1375355476-9832-1-git-send-email-ycsunjane@gmail.com>
References: <cover.1375354436.git.ycsunjane@gmail.com> <1375355476-9832-1-git-send-email-ycsunjane@gmail.com>