All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Git subtree stumbles over annotated tags
@ 2016-03-10 15:51 Gregor Jasny
  2016-03-17 12:41 ` Gregor Jasny
  0 siblings, 1 reply; 3+ messages in thread
From: Gregor Jasny @ 2016-03-10 15:51 UTC (permalink / raw
  To: git, jupp0r

[-- Attachment #1: Type: text/plain, Size: 1231 bytes --]

Hello,

today I discovered that it's a bad idea to "git subtree pull" from an
annotated tag. This issue got discussed in those two threads:

http://comments.gmane.org/gmane.comp.version-control.git/247503
http://comments.gmane.org/gmane.comp.version-control.git/248395

I was under the impression that it is fixed in recent versions of git
but my homebrew 2.7.0 still behaves badly. If I run the attached script
to reproduce the issue I get the following error message:

> git push using:  sub somebranch
> fatal: 6d621d73ca18dc90424de0929357b5ae62988e00 is not a valid 'commit' object
> Can't copy commit ab38e3fe1ff27f7f87505db37d35adc5c3ceed27

> git ls-remote sub
> 99be40f8e3a4c926d45507be53ab6918789b3a52	HEAD
> 99be40f8e3a4c926d45507be53ab6918789b3a52	refs/heads/master
> 6d621d73ca18dc90424de0929357b5ae62988e00	refs/tags/sometag
> 99be40f8e3a4c926d45507be53ab6918789b3a52	refs/tags/sometag^{}

Besides handling this bug could you please give me a hint how to repair
my main repository? The problematic subtree pull happened some time ago
so I cannot alter the pull itself. I could go the brutal approach and
remove, then re-add the subtree but I guess there is a smarter approach.
Any help is appreciated!

Thanks,
Gregor

[-- Attachment #2: reproduce.sh --]
[-- Type: application/x-sh, Size: 415 bytes --]

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

* Re: Git subtree stumbles over annotated tags
  2016-03-10 15:51 Git subtree stumbles over annotated tags Gregor Jasny
@ 2016-03-17 12:41 ` Gregor Jasny
  2016-05-21 23:02   ` David A. Greene
  0 siblings, 1 reply; 3+ messages in thread
From: Gregor Jasny @ 2016-03-17 12:41 UTC (permalink / raw
  To: git

Hello,

On 10/03/16 16:51, Gregor Jasny wrote:
> today I discovered that it's a bad idea to "git subtree pull" from an
> annotated tag. This issue got discussed in those two threads:
>
> http://comments.gmane.org/gmane.comp.version-control.git/247503
> http://comments.gmane.org/gmane.comp.version-control.git/248395
>
> I was under the impression that it is fixed in recent versions of git
> but my homebrew 2.7.0 still behaves badly. If I run the attached script
> to reproduce the issue I get the following error message:

For the record: this bug was already fixed in November:
https://github.com/git/git/commit/5d65fe312e22594b7fec7349945fb0072987716b#diff-59f70cbe935ec223e3df413b94cab740

Would it make sense to cherry-pick it into 2.7.x?

Thanks,
Gregor

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

* Re: Git subtree stumbles over annotated tags
  2016-03-17 12:41 ` Gregor Jasny
@ 2016-05-21 23:02   ` David A. Greene
  0 siblings, 0 replies; 3+ messages in thread
From: David A. Greene @ 2016-05-21 23:02 UTC (permalink / raw
  To: Gregor Jasny; +Cc: git

Gregor Jasny <gjasny@googlemail.com> writes:

> Hello,
>
> On 10/03/16 16:51, Gregor Jasny wrote:
>> today I discovered that it's a bad idea to "git subtree pull" from an
>> annotated tag. This issue got discussed in those two threads:
>>
>> http://comments.gmane.org/gmane.comp.version-control.git/247503> http://comments.gmane.org/gmane.comp.version-control.git/248395>
>> I was under the impression that it is fixed in recent versions of git
>> but my homebrew 2.7.0 still behaves badly. If I run the attached script
>> to reproduce the issue I get the following error message:
>
> For the record: this bug was already fixed in November:
> https://github.com/git/git/commit/5d65fe312e22594b7fec7349945fb0072987716b#diff-59f70cbe935ec223e3df413b94cab740
>
> Would it make sense to cherry-pick it into 2.7.x?

I wouldn't object to it if you can prepare the patch but git-subtree is
under heavy development and I don't have the free cycles to maintain a
"release" version of it.

                      -David

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

end of thread, other threads:[~2016-05-21 23:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10 15:51 Git subtree stumbles over annotated tags Gregor Jasny
2016-03-17 12:41 ` Gregor Jasny
2016-05-21 23:02   ` David A. Greene

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.