summary refs log tree commit diff
path: root/git-fetch-email.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-16 19:45:51 -0500
committerJune McEnroe <june@causal.agency>2021-02-16 19:45:51 -0500
commit1805a77fbb239a5cbe9016ce7c974e6f229153cb (patch)
treee2685df226144fbc0a9176538b5957c313fddd66 /git-fetch-email.1
parentAdd imapIdle (diff)
downloadimbox-1805a77fbb239a5cbe9016ce7c974e6f229153cb.tar.gz
imbox-1805a77fbb239a5cbe9016ce7c974e6f229153cb.zip
Add -i to wait for matching messages
Not adding a corresponding flag to git-fetch-email since that doesn't
make much sense.
Diffstat (limited to 'git-fetch-email.1')
0 files changed, 0 insertions, 0 deletions
itignoreLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-03-15fix segfault when displaying empty blobsEric Wong When size is zero, subtracting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemliroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe