git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git/lib and git/git-gui/lib merge mis-hap?
@ 2008-11-01 19:30 Andreas Ericsson
  2008-11-01 20:22 ` Shawn O. Pearce
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Ericsson @ 2008-11-01 19:30 UTC (permalink / raw)
  To: Junio C Hamano, Shawn Pearce, Git Mailing List

Settling down to get some libgit2 hacking done (adding build-rules
to git.git), I noticed that there's a file in git.git called
lib/remote_add.tcl, which looks as if it belongs in git-gui/lib.

I don't know how this happened, but since I assume it's subtree
merged (thus requiring more work to correct than a simple patch),
it would be nifty if it could get corrected so as to make space
for the up-and-coming git library :-)

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

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

* Re: git/lib and git/git-gui/lib merge mis-hap?
  2008-11-01 19:30 git/lib and git/git-gui/lib merge mis-hap? Andreas Ericsson
@ 2008-11-01 20:22 ` Shawn O. Pearce
  2008-11-01 22:46   ` Junio C Hamano
  2008-11-03 10:27   ` Andreas Ericsson
  0 siblings, 2 replies; 5+ messages in thread
From: Shawn O. Pearce @ 2008-11-01 20:22 UTC (permalink / raw)
  To: Andreas Ericsson; +Cc: Junio C Hamano, Git Mailing List

Andreas Ericsson <ae@op5.se> wrote:
> Settling down to get some libgit2 hacking done (adding build-rules
> to git.git), I noticed that there's a file in git.git called
> lib/remote_add.tcl, which looks as if it belongs in git-gui/lib.
>
> I don't know how this happened, but since I assume it's subtree
> merged (thus requiring more work to correct than a simple patch),
> it would be nifty if it could get corrected so as to make space
> for the up-and-coming git library :-)

That was a bad merge of git-gui on my part.  I thought it was fixed.
It only happened in next, and was there only for a day before
someone pointed it out to me, and I fixed it in the tree.

FWIW, "git mv lib/remote_add.tcl git-gui/lib" is all you need to
fix it.  There's nothing special about the subtree merge.

-- 
Shawn.

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

* Re: git/lib and git/git-gui/lib merge mis-hap?
  2008-11-01 20:22 ` Shawn O. Pearce
@ 2008-11-01 22:46   ` Junio C Hamano
  2008-11-01 23:14     ` Shawn O. Pearce
  2008-11-03 10:27   ` Andreas Ericsson
  1 sibling, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2008-11-01 22:46 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: Andreas Ericsson, Git Mailing List

"Shawn O. Pearce" <spearce@spearce.org> writes:

> Andreas Ericsson <ae@op5.se> wrote:
>> Settling down to get some libgit2 hacking done (adding build-rules
>> to git.git), I noticed that there's a file in git.git called
>> lib/remote_add.tcl, which looks as if it belongs in git-gui/lib.
>>
>> I don't know how this happened, but since I assume it's subtree
>> merged (thus requiring more work to correct than a simple patch),
>> it would be nifty if it could get corrected so as to make space
>> for the up-and-coming git library :-)
>
> That was a bad merge of git-gui on my part.  I thought it was fixed.
> It only happened in next, and was there only for a day before
> someone pointed it out to me, and I fixed it in the tree.

You seem to have further changes to the master branch of git-gui.  Would
it be a good time to pull for me?  The same question goes to maint as
well.

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

* Re: git/lib and git/git-gui/lib merge mis-hap?
  2008-11-01 22:46   ` Junio C Hamano
@ 2008-11-01 23:14     ` Shawn O. Pearce
  0 siblings, 0 replies; 5+ messages in thread
From: Shawn O. Pearce @ 2008-11-01 23:14 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Andreas Ericsson, Git Mailing List

Junio C Hamano <gitster@pobox.com> wrote:
> 
> You seem to have further changes to the master branch of git-gui.  Would
> it be a good time to pull for me?  The same question goes to maint as
> well.

Yup.  I was getting ready to ask you to pull.

Can you pull maint and master?

:-)

-- 
Shawn.

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

* Re: git/lib and git/git-gui/lib merge mis-hap?
  2008-11-01 20:22 ` Shawn O. Pearce
  2008-11-01 22:46   ` Junio C Hamano
@ 2008-11-03 10:27   ` Andreas Ericsson
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Ericsson @ 2008-11-03 10:27 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: Junio C Hamano, Git Mailing List

Shawn O. Pearce wrote:
> Andreas Ericsson <ae@op5.se> wrote:
>> Settling down to get some libgit2 hacking done (adding build-rules
>> to git.git), I noticed that there's a file in git.git called
>> lib/remote_add.tcl, which looks as if it belongs in git-gui/lib.
>>
>> I don't know how this happened, but since I assume it's subtree
>> merged (thus requiring more work to correct than a simple patch),
>> it would be nifty if it could get corrected so as to make space
>> for the up-and-coming git library :-)
> 
> That was a bad merge of git-gui on my part.  I thought it was fixed.
> It only happened in next, and was there only for a day before
> someone pointed it out to me, and I fixed it in the tree.
> 
> FWIW, "git mv lib/remote_add.tcl git-gui/lib" is all you need to
> fix it.  There's nothing special about the subtree merge.
> 

I just pulled latest next, and it's fixed now. Thanks.

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

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

end of thread, other threads:[~2008-11-03 10:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-01 19:30 git/lib and git/git-gui/lib merge mis-hap? Andreas Ericsson
2008-11-01 20:22 ` Shawn O. Pearce
2008-11-01 22:46   ` Junio C Hamano
2008-11-01 23:14     ` Shawn O. Pearce
2008-11-03 10:27   ` Andreas Ericsson

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 NNTP newsgroup(s).