git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [EGIT PATCH 0/5] Quickdiff improvements
@ 2009-04-02 18:46 Robin Rosenberg
  2009-04-02 18:46 ` [EGIT PATCH 1/5] Make the equals method work for AnyObjectId, not just ObjectId Robin Rosenberg
  0 siblings, 1 reply; 11+ messages in thread
From: Robin Rosenberg @ 2009-04-02 18:46 UTC (permalink / raw)
  To: spearce; +Cc: git, Robin Rosenberg

I noticed Eclipse could hang for long period, especially
during rebase. This series fixes that.

-- robin

Robin Rosenberg (5):
  Make the equals method work for AnyObjectId, not just ObjectId
  quickdiff - Don't add GitDocument as repository listener more than
    once
  Move dcocument to repository mapping to GitDocument
  Update Quickdiff tracing statements
  Cache resolved ids in quickdiff document for faster update

 .../egit/ui/internal/decorators/GitDocument.java   |  104 +++++++++++++++++---
 .../internal/decorators/GitQuickDiffProvider.java  |   10 +--
 .../src/org/spearce/jgit/lib/AnyObjectId.java      |    4 +-
 .../src/org/spearce/jgit/lib/Repository.java       |    2 +
 .../src/org/spearce/jgit/revwalk/RevObject.java    |    2 +-
 5 files changed, 97 insertions(+), 25 deletions(-)

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

end of thread, other threads:[~2009-04-05 21:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 18:46 [EGIT PATCH 0/5] Quickdiff improvements Robin Rosenberg
2009-04-02 18:46 ` [EGIT PATCH 1/5] Make the equals method work for AnyObjectId, not just ObjectId Robin Rosenberg
2009-04-02 18:46   ` [EGIT PATCH 2/5] quickdiff - Don't add GitDocument as repository listener more than once Robin Rosenberg
2009-04-02 18:46     ` [EGIT PATCH 3/5] Move dcocument to repository mapping to GitDocument Robin Rosenberg
2009-04-02 18:46       ` [EGIT PATCH 4/5] Update Quickdiff tracing statements Robin Rosenberg
2009-04-02 18:46         ` [EGIT PATCH 5/5] Cache resolved ids in quickdiff document for faster update Robin Rosenberg
2009-04-05 20:36           ` Shawn O. Pearce
2009-04-05 21:40             ` Robin Rosenberg
2009-04-05 21:43               ` Shawn O. Pearce
2009-04-05 20:24     ` [EGIT PATCH 2/5] quickdiff - Don't add GitDocument as repository listener more than once Shawn O. Pearce
2009-04-05 21:41       ` Robin Rosenberg

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).