about summary refs log tree commit diff
path: root/git-fetch-email.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-24 15:07:25 -0500
committerJune McEnroe <june@causal.agency>2021-02-24 15:07:25 -0500
commit8251ca27c1fa826ad090d20f853c58d454abb9c5 (patch)
tree2422501e4cd89b0beb78e4bf13d61a6b754f66b3 /git-fetch-email.1
parentFactor out printNums (diff)
downloadimbox-8251ca27c1fa826ad090d20f853c58d454abb9c5.tar.gz
imbox-8251ca27c1fa826ad090d20f853c58d454abb9c5.zip
Add -U and -s flags to git-fetch-email
Diffstat (limited to 'git-fetch-email.1')
-rw-r--r--git-fetch-email.119
1 files changed, 17 insertions, 2 deletions
diff --git a/git-fetch-email.1 b/git-fetch-email.1
index 7ffca89..59d66d9 100644
--- a/git-fetch-email.1
+++ b/git-fetch-email.1
@@ -1,4 +1,4 @@
-.Dd February 16, 2021
+.Dd February 24, 2021
 .Dt GIT-FETCH-EMAIL 1
 .Os
 .
@@ -9,7 +9,7 @@
 .Sh SYNOPSIS
 .Nm git
 .Cm fetch-email
-.Op Fl aiv
+.Op Fl Uaisv
 .Op Fl C Ar cc
 .Op Fl F Ar from
 .Op Fl M Ar mailbox
@@ -80,6 +80,11 @@ headers.
 The default is the value of
 .Cm fetchemail.to .
 .
+.It Fl U , Fl \-unseen , Fl \-no-unseen
+Fetch only patches which are unseen.
+The default is the value of
+.Cm fetchemail.unseen .
+.
 .It Fl a , Fl \-apply
 Apply patches with
 .Xr git-am 1 .
@@ -119,6 +124,16 @@ The default is the value of
 or as inferred by
 .Xr imbox 1 .
 .
+.It Fl s , Fl \-mark\-seen , Fl \-no\-mark\-seen
+Mark matching patches as seen.
+With
+.Fl \-apply ,
+only mark patches if
+.Xr git-am 1
+is successful.
+The default is the value of
+.Cm fetchemail.markSeen .
+.
 .It Fl u Ar user , Fl \-user Ns = Ns Ar user
 Log in to IMAP as
 .Ar user .