Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] git tag --contains <commit>

On Tue, Feb 22, 2011 at 6:39 PM, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:
> That said, your test is looking for a merge base of a commit with
> itself, which is itself. Looking over MergeBaseGenerator, this should
> be working. :-(

For that case of the commit with itself, it's not working so I updated
the code to get around that...
     https://gist.github.com/839693

Any thoughts on how to debug without getting lost in JGit internals?
My simple case was a base who is the parent of tip.

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top