Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] RE: [jgit-dev] Tags and branches ar not shown in History View: How to fix it?

Shawn O. Pearce [mailto:spearce@xxxxxxxxxxx] wrote 
> 
> Oh hell.
> 
> Fix RevCommitList.fillTo() to use next() on the RevWalk directly,
> rather than reaching into its guts and mucking with the pending
> field.  I have no excuse for why its mucking with the internal
> state of the RevWalk directly.
> 

Thanks, Shawn!

I'll try to fix that.

Stefan


Back to the top