git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Draft of Git Rev News edition 60
@ 2020-02-17 15:50 Christian Couder
  2020-02-17 16:03 ` Eric S. Raymond
  2020-02-19  0:00 ` Josh Steadmon
  0 siblings, 2 replies; 7+ messages in thread
From: Christian Couder @ 2020-02-17 15:50 UTC (permalink / raw)
  To: git
  Cc: Junio C Hamano, Jakub Narebski, Markus Jansen, Kaartic Sivaraam,
	Jeff King, Johannes Schindelin, Emily Shaffer, Torsten Krah,
	Dennis Kaarsemaker, Eric Raymond

Hi everyone!

A draft of a new Git Rev News edition is available here:

  https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-60.md

Everyone is welcome to contribute in any section either by editing the
above page on GitHub and sending a pull request, or by commenting on
this GitHub issue:

  https://github.com/git/git.github.io/issues/410

You can also reply to this email.

In general all kinds of contribution, for example proofreading,
suggestions for articles or links, help on the issues in GitHub, and
so on, are very much appreciated.

I tried to cc everyone who appears in this edition, but maybe I missed
some people, sorry about that.

Jakub, Markus, Kaartic and me plan to publish this edition on Wednesday
February 19th in the afternoon.

Thanks,
Christian.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Draft of Git Rev News edition 60
  2020-02-17 15:50 Draft of Git Rev News edition 60 Christian Couder
@ 2020-02-17 16:03 ` Eric S. Raymond
  2020-02-17 18:07   ` Christian Couder
  2020-02-19  1:15   ` Markus Jansen
  2020-02-19  0:00 ` Josh Steadmon
  1 sibling, 2 replies; 7+ messages in thread
From: Eric S. Raymond @ 2020-02-17 16:03 UTC (permalink / raw)
  To: Christian Couder
  Cc: git, Junio C Hamano, Jakub Narebski, Markus Jansen,
	Kaartic Sivaraam, Jeff King, Johannes Schindelin, Emily Shaffer,
	Torsten Krah, Dennis Kaarsemaker

Christian Couder <christian.couder@gmail.com>:
> Hi everyone!
> 
> A draft of a new Git Rev News edition is available here:
> 
>   https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-60.md
> 
> Everyone is welcome to contribute in any section either by editing the
> above page on GitHub and sending a pull request, or by commenting on
> this GitHub issue:
> 
>   https://github.com/git/git.github.io/issues/410
> 
> You can also reply to this email.
> 
> In general all kinds of contribution, for example proofreading,
> suggestions for articles or links, help on the issues in GitHub, and
> so on, are very much appreciated.
> 
> I tried to cc everyone who appears in this edition, but maybe I missed
> some people, sorry about that.
> 
> Jakub, Markus, Kaartic and me plan to publish this edition on Wednesday
> February 19th in the afternoon.
> 
> Thanks,
> Christian.

I spotted a typo:

"Many attempts at importers silently botch this in practice, but least it handled automatically in theory"

should be

"Many attempts at importers silently botch this in practice, but it can be handled automatically in theory"
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Draft of Git Rev News edition 60
  2020-02-17 16:03 ` Eric S. Raymond
@ 2020-02-17 18:07   ` Christian Couder
  2020-02-19  1:15   ` Markus Jansen
  1 sibling, 0 replies; 7+ messages in thread
From: Christian Couder @ 2020-02-17 18:07 UTC (permalink / raw)
  To: Eric Raymond
  Cc: git, Junio C Hamano, Jakub Narebski, Markus Jansen,
	Kaartic Sivaraam, Jeff King, Johannes Schindelin, Emily Shaffer,
	Torsten Krah, Dennis Kaarsemaker

On Mon, Feb 17, 2020 at 5:03 PM Eric S. Raymond <esr@thyrsus.com> wrote:

> I spotted a typo:
>
> "Many attempts at importers silently botch this in practice, but least it handled automatically in theory"
>
> should be
>
> "Many attempts at importers silently botch this in practice, but it can be handled automatically in theory"

Fixed!

Thanks,
Christian.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Draft of Git Rev News edition 60
  2020-02-17 15:50 Draft of Git Rev News edition 60 Christian Couder
  2020-02-17 16:03 ` Eric S. Raymond
@ 2020-02-19  0:00 ` Josh Steadmon
  2020-02-19  0:45   ` Jakub Narębski
  1 sibling, 1 reply; 7+ messages in thread
From: Josh Steadmon @ 2020-02-19  0:00 UTC (permalink / raw)
  To: Christian Couder
  Cc: git, Junio C Hamano, Jakub Narebski, Markus Jansen,
	Kaartic Sivaraam, Jeff King, Johannes Schindelin, Emily Shaffer,
	Torsten Krah, Dennis Kaarsemaker, Eric Raymond

On 2020.02.17 16:50, Christian Couder wrote:
> Hi everyone!
> 
> A draft of a new Git Rev News edition is available here:
> 
>   https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-60.md
> 
> Everyone is welcome to contribute in any section either by editing the
> above page on GitHub and sending a pull request, or by commenting on
> this GitHub issue:
> 
>   https://github.com/git/git.github.io/issues/410
> 
> You can also reply to this email.
> 
> In general all kinds of contribution, for example proofreading,
> suggestions for articles or links, help on the issues in GitHub, and
> so on, are very much appreciated.
> 
> I tried to cc everyone who appears in this edition, but maybe I missed
> some people, sorry about that.
> 
> Jakub, Markus, Kaartic and me plan to publish this edition on Wednesday
> February 19th in the afternoon.
> 
> Thanks,
> Christian.

A couple of typos and an IMO awkward phrasing, all in the "Git tools and
sites" section:

* In the "Github and Government" entry: s/Ggather/gather/
* In the "Shell Git" entry: s/that a practical/than a practical/
* In the "git-tfs" entry: s/no more actively/not actively/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Draft of Git Rev News edition 60
  2020-02-19  0:00 ` Josh Steadmon
@ 2020-02-19  0:45   ` Jakub Narębski
  0 siblings, 0 replies; 7+ messages in thread
From: Jakub Narębski @ 2020-02-19  0:45 UTC (permalink / raw)
  To: Josh Steadmon, Christian Couder, git, Junio C Hamano,
	Jakub Narebski, Markus Jansen, Kaartic Sivaraam, Jeff King,
	Johannes Schindelin, Emily Shaffer, Torsten Krah,
	Dennis Kaarsemaker, Eric Raymond

On Wed, 19 Feb 2020 at 01:00, Josh Steadmon <steadmon@google.com> wrote:
> On 2020.02.17 16:50, Christian Couder wrote:
> > Hi everyone!
> >
> > A draft of a new Git Rev News edition is available here:
> >
> >   https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-60.md
> >
> > Everyone is welcome to contribute in any section either by editing the
> > above page on GitHub and sending a pull request, or by commenting on
> > this GitHub issue:
> >
> >   https://github.com/git/git.github.io/issues/410
> >
> > You can also reply to this email.
> >
> > In general all kinds of contribution, for example proofreading,
> > suggestions for articles or links, help on the issues in GitHub, and
> > so on, are very much appreciated.
> >
> > I tried to cc everyone who appears in this edition, but maybe I missed
> > some people, sorry about that.
> >
> > Jakub, Markus, Kaartic and me plan to publish this edition on Wednesday
> > February 19th in the afternoon.
> >
> > Thanks,
> > Christian.
>
> A couple of typos and an IMO awkward phrasing, all in the "Git tools and
> sites" section:
>
> * In the "Github and Government" entry: s/Ggather/gather/
> * In the "Shell Git" entry: s/that a practical/than a practical/
> * In the "git-tfs" entry: s/no more actively/not actively/

Thanks, should be fixed now.

-- 
Jakub Narębski

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Draft of Git Rev News edition 60
  2020-02-17 16:03 ` Eric S. Raymond
  2020-02-17 18:07   ` Christian Couder
@ 2020-02-19  1:15   ` Markus Jansen
  2020-02-19  1:29     ` Eric S. Raymond
  1 sibling, 1 reply; 7+ messages in thread
From: Markus Jansen @ 2020-02-19  1:15 UTC (permalink / raw)
  To: esr, Christian Couder
  Cc: mja, git, Junio C Hamano, Jakub Narebski, Kaartic Sivaraam,
	Jeff King, Johannes Schindelin, Emily Shaffer, Torsten Krah,
	Dennis Kaarsemaker

Hi Eric,

I have observed that you have used the expression *<word>* four times
(see grep excerpt below) in your article - do you intend to have it
printed like *different* 
or just have it transformed to italic by Markdown?

Best regards,
Markus


~/git/git.github.io> egrep '\*[a-z]+\*' rev_news/drafts/edition-60.md 
it as a DSL (domain-specific language) designed to be *scripted* --
to actually *need* the full power of a domain-specific language
*different* version-control systems, you have to deal with the
problem so deep that the *very* complete


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Draft of Git Rev News edition 60
  2020-02-19  1:15   ` Markus Jansen
@ 2020-02-19  1:29     ` Eric S. Raymond
  0 siblings, 0 replies; 7+ messages in thread
From: Eric S. Raymond @ 2020-02-19  1:29 UTC (permalink / raw)
  To: Markus Jansen
  Cc: Christian Couder, git, Junio C Hamano, Jakub Narebski,
	Kaartic Sivaraam, Jeff King, Johannes Schindelin, Emily Shaffer,
	Torsten Krah, Dennis Kaarsemaker

Markus Jansen <mja@jansen-preisler.de>:
> Hi Eric,
> 
> I have observed that you have used the expression *<word>* four times
> (see grep excerpt below) in your article - do you intend to have it
> printed like *different* 
> or just have it transformed to italic by Markdown?
> 
> Best regards,
> Markus

Italic or bold,. whatever fits your house style best.
-- 
		<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-19  1:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17 15:50 Draft of Git Rev News edition 60 Christian Couder
2020-02-17 16:03 ` Eric S. Raymond
2020-02-17 18:07   ` Christian Couder
2020-02-19  1:15   ` Markus Jansen
2020-02-19  1:29     ` Eric S. Raymond
2020-02-19  0:00 ` Josh Steadmon
2020-02-19  0:45   ` Jakub Narębski

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).