it's not so difficult, really. you just gotta know the trick:
- cd into the repository you want, then run "git am".
- Use your mail client's "view source" function (ctrl-u in thunderbird
for example).
- copy the complete mail source including headers
- paste it into the terminal that's running git
On Thu, Dec 01, 2016 at 10:15:03AM -0500, Will Coleda wrote:
> This will be much more likely to be applied if you provide a pull
> request to the repo at https://github.com/perl6/doc
I agree but it was a lot simpler for me to send it by e-mail at the moment.
I will perhaps try to make a pull-reque
On Thu, Dec 01, 2016 at 10:46:17AM -0600, andy_b...@wiwb.uscourts.gov wrote:
> Hmm:
> $ cat /tmp/here.pl6
> my ($first, $second) = qq:to/END1/, qq:to/END2/;
> FIRST
> MULTILINE
> STRING
> END1
>SECOND
>MULTILINE
>STRING
>END2
> say "f: $first, s: $second";
>
> $ perl6 /tmp/
This will be much more likely to be applied if you provide a pull
request to the repo at https://github.com/perl6/doc
On Wed, Nov 30, 2016 at 10:31 AM, wrote:
> This is to document the fact that, as in POSIX shell, you can use
> multiple HEREDOC strings in the same line.
>
> ---
> doc/Language/
This is to document the fact that, as in POSIX shell, you can use
multiple HEREDOC strings in the same line.
---
doc/Language/quoting.pod6 | 14 ++
1 file changed, 14 insertions(+)
diff --git a/doc/Language/quoting.pod6 b/doc/Language/quoting.pod6
index f7fe658..393807b 100644
--- a/