Skip to content

Commit 4910526

Browse files
committed
Migrate reply-to-this.md to Hugo
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 283a87c commit 4910526

File tree

2 files changed

+4
-42
lines changed

2 files changed

+4
-42
lines changed

reply-to-this.md renamed to content/reply-to-this.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
title: GitGitGadget - how to reply to emails on the Git mailing list
3+
---
14
You most likely found this page because you contributed patches to the Git mailing list via GitGitGadget, and a mail from the Git mailing list was mirrored to your Pull Request, and now you need to answer.
25

36
The easiest method (unless you are subscribed to the Git mailing list and saw the mail already) is to import the so-called "mbox" file. You can get that by following the "On the Git mailing list" link on the top of the mirrored mail and then downloading the "raw" version (you can do the same by appending `/raw` to the link).
@@ -16,4 +19,4 @@ You can use the command-line tool `curl` (provided that your version has IMAP su
1619

1720
```sh
1821
curl -g --user "<email>" --url "imaps://imap.gmail.com/INBOX" -T /path/to/raw.txt
19-
```
22+
```

reply-to-this.html

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)