plan9fox/sys
Ori Bernstein 7010ad85c5 git/export: make output pipable to /bin/mail
git/export *almost* produces output that can be
emailed with upas using

	git/export $commit | mail maintainer@site.com

but, the

	From: commit-id date

line that git generates trips it up. Luckily,
'git am' doesn't seem to care much if that line
is missing, so we can simply omit it with no issue.
2021-07-04 20:18:37 +00:00
..
doc /sys/doc: fix mkfile to and remove files that now can be regenerated 2017-05-09 16:23:48 +02:00
games/lib fortunes: That depends on how you define native. -- Andre Garzia 2021-02-09 23:11:08 -05:00
include libc: add encode(2) variants for custom alphabets 2021-07-03 20:03:17 +00:00
lib troff: fix mangled fonts and character files 2021-06-15 16:13:59 +00:00
man libc: add encode(2) variants for custom alphabets 2021-07-03 20:03:17 +00:00
src git/export: make output pipable to /bin/mail 2021-07-04 20:18:37 +00:00