summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Fix Bundle-Version of jgit source bundleMatthias Sohn2011-03-101-1/+1
* 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
* PackWriter: Reduce GC during enumerationShawn O. Pearce2011-03-073-20/+312
* 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-072-417/+1
* Remove deprecated Treeish interfaceShawn O. Pearce2011-03-073-78/+2
* Allow to amend a commit with CommitCommandTomasz Zarna2011-03-071-2/+26
* PackFile: Fix copy as-is for small objectsShawn O. Pearce2011-03-041-0/+10
* Merge "Fix DirCache re-read."Shawn Pearce2011-03-042-12/+17
|\
| * Fix DirCache re-read.Robin Rosenberg2011-03-042-12/+17
* | resolve(): Fix wrong parsing of branch "foo-gbed2-dev"Shawn O. Pearce2011-03-031-18/+19
* | RemoteRefUpdate: Accept Ref and ObjectId arguments for sourceShawn O. Pearce2011-03-031-4/+108
* | PackWriter: Validate reused cached packsShawn O. Pearce2011-03-028-22/+77
* | PackWriter: Avoid CRC-32 validation when feeding IndexPackShawn O. Pearce2011-03-027-25/+75
* | PackWriter: Position tags after commitsShawn O. Pearce2011-03-011-2/+4
* | PackWriter: Refactor object writing loopShawn O. Pearce2011-03-011-6/+9
* | PackWriter: Don't reuse commit or tag deltasShawn O. Pearce2011-03-012-1/+40
* | PackWriter: Do not delta compress already packed objectsShawn O. Pearce2011-03-011-2/+2
* | Paper bag fix BatchingProgressMonitor alarm queueShawn O. Pearce2011-03-011-2/+5
* | ProgressMonitor: Refactor to use background alarmsShawn O. Pearce2011-02-283-157/+407
* | Fix NPE on checkout of remote tracking branchMatthias Sohn2011-03-011-7/+11
* | UnpackedObject: Fix readSome() when initial read is shortShawn O. Pearce2011-02-251-0/+1
|/
* Merge "RevWalk: Don't release during inMergeBase()"Chris Aniszczyk2011-02-241-1/+0
|\
| * RevWalk: Don't release during inMergeBase()Shawn O. Pearce2011-02-241-1/+0
* | Merge "Fix formatting of pom.xml"Shawn Pearce2011-02-241-34/+36
|\ \
| * | Fix formatting of pom.xmlMatthias Sohn2011-02-241-34/+36
* | | FetchCommand: do not set a null credentials providerMatthias Sohn2011-02-241-1/+2
|/ /
* | Merge "Respect core.excludesfile to enable global ignore rules "Shawn Pearce2011-02-233-3/+38
|\ \ | |/ |/|
| * Respect core.excludesfile to enable global ignore rules Matthias Sohn2011-02-233-3/+38
* | PackWriter: Add missing timers to StatisticsShawn O. Pearce2011-02-231-0/+27
* | Show notes in Log CLI commandSasa Zivkov2011-02-231-0/+6
* | PackWriter: Fix total delta countShawn O. Pearce2011-02-221-1/+3
|/
* Merge "Create empty GIT_DIR/hooks directory"Shawn O. Pearce2011-02-221-0/+1
|\
| * Create empty GIT_DIR/hooks directoryShawn O. Pearce2011-02-221-0/+1
* | Merge "Fix potential NullPointerException in PlotCommit"Shawn Pearce2011-02-221-0/+3
|\ \ | |/ |/|
| * Fix potential NullPointerException in PlotCommitMathias Kinzler2011-02-221-0/+3
* | PackWriter: Hoist and cluster reference targetsShawn O. Pearce2011-02-183-0/+62
* | PackWriter: Parse tag target objects in a batchShawn O. Pearce2011-02-181-2/+23
* | PackWriter: Short-circuit counting on full cached pack reuseShawn O. Pearce2011-02-181-0/+19
|/
* PackWriter: Correct total delta count when reusing packShawn O. Pearce2011-02-181-1/+3
* PackWriter: Fix warning about untyped collectionShawn O. Pearce2011-02-181-2/+2
* BundleWriter: Always use OFS_DELTAShawn O. Pearce2011-02-181-0/+1
* Merge "PackWriter: Sort commits by parse order to improve locality"Chris Aniszczyk2011-02-181-10/+31
|\
| * PackWriter: Sort commits by parse order to improve localityShawn O. Pearce2011-02-171-10/+31