aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* Ignore missing MERGE_MSG when deleting MERGE_MSGJens Baumgart2011-07-191-1/+1
* Implement Serializable interface in PersonIdent class.Kevin Sawicki2011-06-301-1/+4
* Remove unused serialVersionUID from non-serializable classes.Kevin Sawicki2011-05-082-2/+0
* IndexDiff: conflicting files aren't properly shownBernard Leach2011-05-051-6/+9
* Store Git on any DHTShawn O. Pearce2011-05-051-1/+1
* Merge branch 'stable-0.12'Shawn O. Pearce2011-04-211-0/+6
|\
| * Add constants for gerrit change id configurationStefan Lay2011-04-141-0/+6
* | Added support to IndexDiff to return information on conflictsBernard Leach2011-04-191-0/+17
|/
* Refactor reading and writing heads in RepositoryRobin Stocker2011-04-061-40/+47
* Add CHERRY_PICK_HEAD for cherry-pick conflictsRobin Stocker2011-04-063-1/+94
* Enhance RefDatabase with a refresh() methodChristian Halstrick2011-04-021-0/+11
* Detaching HEAD when checking out the same commit.Sasa Zivkov2011-03-251-1/+19
* Merge "Expose if name or email is based on a guess"Shawn Pearce2011-03-171-19/+87
|\
| * Expose if name or email is based on a guessMatthias Sohn2011-03-161-19/+87
* | Merge "Remove deprecated Repository.mapTree"Mathias Kinzler2011-03-171-47/+0
|\ \ | |/ |/|
| * Remove deprecated Repository.mapTreeShawn O. Pearce2011-03-071-47/+0
* | ObjectIdOwnerMap: More lightweight map for ObjectIdsShawn O. Pearce2011-03-132-4/+358
* | ObjectIdSubclassMap: Micro-optimize wrapping at end of tableShawn O. Pearce2011-03-101-14/+10
* | ObjectIdSubclassMap: Avoid field loads in inner loopsShawn O. Pearce2011-03-091-8/+14
* | ObjectIdSubclassMap: Manually inline index()Shawn O. Pearce2011-03-091-7/+3
* | ObjectIdSubclassMap: Change initial size to 2048Shawn O. Pearce2011-03-091-1/+1
* | ObjectIdSubclassMap: Grow before insertionsShawn O. Pearce2011-03-091-4/+5
* | ObjectIdSubclassMap: Use & rather than % for hashingShawn O. Pearce2011-03-091-4/+13
* | ObjectIdSubclassMap: Fix non-standard naming conventionsShawn O. Pearce2011-03-091-21/+21
* | Fixed ordering of Config.getSubsections(...)Jesse Greenwald2011-03-091-2/+2
* | [findbugs] ProgressReportingFilter can be a static inner classMatthias Sohn2011-03-091-1/+1
* | [findbugs] Avoid futile attempt to change max pool sizeMatthias Sohn2011-03-081-1/+0
|/
* Remove deprecated TreeVisitorShawn O. Pearce2011-03-077-269/+0
* Remove deprecated TreeIteratorShawn O. Pearce2011-03-071-214/+0
* Remove deprecated IndexTreeVisitorShawn O. Pearce2011-03-073-444/+0
* Remove deprecated WriteTreeShawn O. Pearce2011-03-072-195/+0
* Remove deprecated WorkDirCheckoutShawn O. Pearce2011-03-071-411/+0
* Remove deprecated Treeish interfaceShawn O. Pearce2011-03-073-78/+2
* resolve(): Fix wrong parsing of branch "foo-gbed2-dev"Shawn O. Pearce2011-03-031-18/+19
* Paper bag fix BatchingProgressMonitor alarm queueShawn O. Pearce2011-03-011-2/+5
* ProgressMonitor: Refactor to use background alarmsShawn O. Pearce2011-02-282-74/+349
* Merge "Respect core.excludesfile to enable global ignore rules "Shawn Pearce2011-02-232-0/+14
|\
| * Respect core.excludesfile to enable global ignore rules Matthias Sohn2011-02-232-0/+14
* | Show notes in Log CLI commandSasa Zivkov2011-02-231-0/+6
|/
* RepositoryBuilder: Allow callers to require repository existsShawn O. Pearce2011-02-151-1/+26
* Expose some constants needed for reading the Pull configurationMathias Kinzler2011-02-021-0/+20
* ObjectIdSubclassMap: Support duplicate additionsShawn O. Pearce2011-01-281-3/+44
* Revert "Teach PackWriter how to reuse an existing object list"Shawn O. Pearce2011-01-281-32/+0
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-1/+2
* Teach PackWriter how to reuse an existing object listShawn O. Pearce2011-01-271-0/+32
* Remove getObjectsDirectory, openPack from base APIShawn O. Pearce2011-01-271-18/+0
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-252-1/+20
* Add progress reporting to IndexDiffRobin Rosenberg2011-01-211-1/+94
* ConfigConstants: expose some constants for user name and email.Mathias Kinzler2011-01-121-0/+9
* Merge "Config: Preserve existing case of names in sections"Shawn O. Pearce2011-01-091-14/+49
|\