Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Should AUTO_FOLLOW cause non-annotated tags to be fetched if they are not part of fetch?

On Fri, Mar 4, 2011 at 06:29, Slawomir Ginter <sginter@xxxxxxxxxxxxx> wrote:
> I use jGit to implement git plugin for a CI server.
>
> If I set Transport.setTagOpt(TagOpt.AUTO_FOLLOW) I expect it NOT to
> request fetching non-annotated tags (ie having peeledObjectId == null)
> that point to a branch I am not interested in.

I agree, there are bugs in FetchProcess surrounding that code. However
I don't agree with your fix.

Please see this change in our review system:

  http://egit.eclipse.org/r/2642

-- 
Shawn.


Back to the top