Re: [RFC] should these two topics graduate to 'master' soon?

2017-03-29 Thread Jon Loeliger
So, like, Junio C Hamano said: > There are two topics that are marked as "Will cook in 'next'" for > practically forever in the "What's cooking" reports. The world may > have become ready for one or both of them, in which case we should > do the merge not too late in the cycle. > > *

Re: [PATCH] t2027: avoid using pipes

2017-03-08 Thread Jon Loeliger
So, like, Prathamesh Chavan said: > The exit code of the upstream of a pipe is ignored thus we should avoid > using it. By writing out the output of the git command to a file, we > can test the exit codes of both the commands. > > Signed-off-by: Prathamesh > --- >

Re: url..insteadOf vs. submodules

2017-02-22 Thread Jon Loeliger
So, like, Junio C Hamano said: > Stefan Beller writes: > > > Do we want to invent a special value for url.*.insteadOf to mean > > "look up in superproject, so I don't have to keep > > a copy that may get stale" ? > > My gut feeling is that we should do the

Re: Fetch/push lets a malicious server steal the targets of "have" lines

2016-10-29 Thread Jon Loeliger
So, like, Junio C Hamano said: > Matt McCutchen writes: > > > Then the server generates a commit X3 that lists Y2 as a parent, even > > though it doesn't have Y2, and advances 'x' to X3. The victim fetches > > 'x': > > > >victim server > > >

Re: Git Miniconference at Plumbers

2016-09-12 Thread Jon Loeliger
So, like, David Bainbridge said: > Hi, > > The subject matter of the conference looks really interesting but I am > unlikely to be able to attend, unfortunately. > > The subjects being covered like the current State of Git and the > Future of Git, for example, deserve much wider exposure, and I

Re: Git Miniconference at Plumbers

2016-09-12 Thread Jon Loeliger
So, like, Jeff King said: > On Tue, Sep 06, 2016 at 12:42:04PM -0500, Jon Loeliger wrote: > > > I have recently been enlisted by folks at the Linux Foundation to > > help run a Miniconference on Git at the Plumbers Conference [*] > > this fall. > > I see the confer

Git Miniconference at Plumbers

2016-09-06 Thread Jon Loeliger
Folks, I have recently been enlisted by folks at the Linux Foundation to help run a Miniconference on Git at the Plumbers Conference [*] this fall. We currently have both Junio Hamano and Josh Triplett signed up to do talks. Hopefully, though not confirmed yet, Junio will give us a brief

Re: [PATCH 12/13] Remove irrelevant reference from Tying it all together

2013-08-26 Thread Jon Loeliger
+++ b/Documentation/user-manual.txt @@ -3908,8 +3908,7 @@ save the note about that state, in practice we tend t o just write the result to the file pointed at by `.git/HEAD`, so that we can always see what the last committed state was. -Here is an ASCII art by Jon Loeliger

Re: [PATCH] Remove dead link

2013-08-23 Thread Jon Loeliger
the document. Perhaps we should notify the Boy from Paradise By The Dashboard Light that he can rest easily now without the Girl as it seems the end of time has come at last. Acked-by: Jon Loeliger j...@jdl.com jdl -- To unsubscribe from this list: send the line unsubscribe git in the body

Re: question git branches

2005-08-29 Thread Jon Loeliger
On Mon, 2005-08-29 at 10:03, Linus Torvalds wrote: (Both git branch and git checkout -b branchname that reate a new This of course, is Git's answer to the long standing UNIX tradition. Whereas UNIX would creat() files, Git will reate() branches. Linus jdl -