summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in IndexDiff.getModified() comment.Kevin Sawicki2011-08-161-1/+1
* Merge "Add DiffCommand to JGit API"Christian Halstrick2011-08-162-0/+202
|\
| * Add DiffCommand to JGit APITomasz Zarna2011-08-162-0/+202
* | Revert "PackWriter: Do not delta compress already packed objects"Shawn O. Pearce2011-08-131-2/+2
* | Speed up ObjectWalk by 6235 objects/secShawn O. Pearce2011-08-132-114/+369
* | Merge "PackWriter: Only search for base objects on thin packs"Shawn O. Pearce2011-08-131-13/+22
|\ \
| * | PackWriter: Only search for base objects on thin packsShawn O. Pearce2011-08-081-13/+22
* | | Merge "Ignore missing MERGE_MSG when deleting MERGE_MSG"Shawn Pearce2011-08-131-1/+1
|\ \ \
| * | | Ignore missing MERGE_MSG when deleting MERGE_MSGJens Baumgart2011-07-191-1/+1
| | |/ | |/|
* | | Merge "Correct comment on CloneCommand.setRemote method."Shawn Pearce2011-08-131-1/+6
|\ \ \
| * | | Correct comment on CloneCommand.setRemote method.Kevin Sawicki2011-08-051-1/+6
* | | | Merge "Fix reading of ref names containing characters that sort before /"Robin Rosenberg2011-08-101-2/+9
|\ \ \ \
| * | | | Fix reading of ref names containing characters that sort before /Robin Rosenberg2011-07-221-2/+9
* | | | | Merge "Fix offset64 creation for objects at 2 GiB"Robin Rosenberg2011-08-101-3/+6
|\ \ \ \ \
| * | | | | Fix offset64 creation for objects at 2 GiBShawn O. Pearce2011-08-081-3/+6
| | |_|_|/ | |/| | |
* / | | | Add isSuccessful to MergeStatus, RebaseResult.Status and PullResultRobin Stocker2011-08-093-7/+88
|/ / / /
* | | | Merge changes I58110f17,I440baa64,Ic77dcac5Shawn O. Pearce2011-08-052-11/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | PackWriter: Skip progress messages on fast operationsShawn O. Pearce2011-07-281-2/+14
| * | | IndexPack: Defer the "Resolving deltas" progress meterShawn O. Pearce2011-07-281-0/+7
| * | | IndexPack: Fix "Resolving deltas" progress meterShawn O. Pearce2011-07-281-9/+11
* | | | Reuse ObjectReader for all objects touched during checkoutMatthias Sohn2011-08-023-65/+119
* | | | Don't hard-code section names, use ConfigConstants insteadTomasz Zarna2011-08-021-1/+2
|/ / /
* | | Make PackReverseIndex a public structureShawn O. Pearce2011-07-281-4/+4
* | | Make lookup methods on PackIndex publicShawn O. Pearce2011-07-283-25/+43
* | | PackIndex: Support reading from any InputStreamShawn O. Pearce2011-07-281-12/+36
* | | Add String form of PackInvalidException constructorShawn O. Pearce2011-07-281-1/+11
* | | Add copy constructor to PackConfigShawn O. Pearce2011-07-271-0/+23
* | | Don't close ObjectDatabase after parsing packShawn O. Pearce2011-07-271-1/+0
| |/ |/|
* | Merge doesn't remove empty foldersTomasz Zarna2011-07-131-1/+1
* | Add support for reseting on directoriesDariusz Luksza2011-07-121-4/+11
* | Fixed creation of branch from a tagSasa Zivkov2011-07-121-1/+5
* | Cloning should fail when destination directory exists and is not emptyAdrian Goerler2011-07-063-0/+7
* | Merge "Add lookup to remote config if the refSpec is not explicitly set"Christian Halstrick2011-07-061-0/+5
|\ \
| * | Add lookup to remote config if the refSpec is not explicitly setStefan Lay2011-07-041-0/+5
* | | Merge "Enable PlotWalk to show additional refs"Shawn Pearce2011-07-011-0/+23
|\ \ \
| * | | Enable PlotWalk to show additional refsStefan Lay2011-07-011-0/+23
| |/ /
* | | Merge "Improve performance when writing trees and small blobs"Shawn O. Pearce2011-07-011-4/+56
|\ \ \
| * | | Improve performance when writing trees and small blobsShawn O. Pearce2011-06-241-4/+56
* | | | Merge "TemporaryBuffer: Fix reading from in-memory InputStream"Shawn O. Pearce2011-07-011-2/+3
|\| | |
| * | | TemporaryBuffer: Fix reading from in-memory InputStreamShawn O. Pearce2011-06-241-2/+3
* | | | Merge "Implement Serializable interface in PersonIdent class."Shawn Pearce2011-07-011-1/+4
|\ \ \ \
| * | | | Implement Serializable interface in PersonIdent class.Kevin Sawicki2011-06-301-1/+4
| | |/ / | |/| |
* | | | Merge "Fix compilation with Java 1.5"Matthias Sohn2011-07-011-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix compilation with Java 1.5Carsten Pfeiffer2011-06-291-2/+2
| |/ /
* / / DirCacheCheckout: unlock DirCache in case of failureJens Baumgart2011-06-291-0/+10
|/ /
* | Add ReflogCommandChris Aniszczyk2011-06-222-0/+112
* | Refactor out ReflogEntryChris Aniszczyk2011-06-202-80/+131
* | Merge changes Ie393fb8b,Ib11a077aRobin Rosenberg2011-06-176-38/+184
|\ \
| * | Push errors back over sideband when possibleShawn O. Pearce2011-06-094-37/+159
| * | Report progress while updating referencesShawn O. Pearce2011-06-094-1/+25