summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Fix missing flush in StreamCopyThreadDmitry Neverov2010-06-301-14/+12
* Added check for binary files while diffingJeff Schumacher2010-06-291-0/+21
* Merge changes Ie56301aa,Ic2f79e85Shawn Pearce2010-06-285-0/+566
|\
| * Added further support for whitespace ignoring during diffJeff Schumacher2010-06-283-0/+330
| * Added support for whitespace ignoringJeff Schumacher2010-06-282-0/+236
* | UploadPack: Avoid unnecessary flush in smart HTTPShawn O. Pearce2010-06-231-1/+1
* | Add MutableObjectId.copyFrom(AnyObjectId)Shawn O. Pearce2010-06-232-10/+16
* | Expose AnyObjectId compareTo(byte[]) and compareTo(int[])Shawn O. Pearce2010-06-231-2/+24
* | Expose RefWriter constructor taking RefListShawn O. Pearce2010-06-231-2/+7
* | Expose RefUpdate constructor to any subclassShawn O. Pearce2010-06-231-1/+10
* | Expose repository change event constructorsShawn O. Pearce2010-06-232-2/+14
* | isValidRefName: Inline the forbidden ref suffix of ".lock"Shawn O. Pearce2010-06-231-1/+1
|/
* Merge "Fix line endings"Shawn Pearce2010-06-181-3/+3
|\
| * Fix line endingsMatthias Sohn2010-06-181-3/+3
* | Merge ""Bare" Repository should not return working directory."Shawn Pearce2010-06-164-26/+155
|\ \
| * | "Bare" Repository should not return working directory.Mathias Kinzler2010-06-164-26/+155
| |/
* / Make ObjectId, RefSpec, RemoteConfig, URIish serializableAndrew Bayer2010-06-164-6/+37
|/
* Merge "Add missing @Override tags in AlternateRepositoryDatabase"Chris Aniszczyk2010-06-151-0/+3
|\
| * Add missing @Override tags in AlternateRepositoryDatabaseShawn O. Pearce2010-06-141-0/+3
* | Allow to read configured keysMathias Kinzler2010-06-151-0/+101
* | Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b...Shawn Pearce2010-06-145-21/+92
|\ \ | |/ |/|
| * Cache filemode in GitIndex Robin Rosenberg2010-06-131-1/+2
| * Remove unused parent field in PlotLaneRobin Rosenberg2010-06-132-4/+0
| * Removed unused repo field in WorkDirCheckoutRobin Rosenberg2010-06-131-4/+0
| * Extend DiffFormatter API to simplify stylingRobin Rosenberg2010-06-121-12/+90
* | Merge branch 'stable-0.8'Shawn O. Pearce2010-06-141-2/+3
|\ \
| * | Qualify post-0.8.4 buildsstable-0.8Shawn O. Pearce2010-06-142-20/+20
| * | JGit 0.8.4v0.8.4Matthias Sohn2010-06-142-20/+20
| * | JGit 0.8.3Matthias Sohn2010-06-142-20/+20
| * | Include about.html in org.eclipse.jgit artifactMatthias Sohn2010-06-081-0/+1
| * | Add "resources/" as a source folderMatthias Sohn2010-06-051-2/+3
* | | Start 0.9 developmentShawn O. Pearce2010-06-142-20/+20
| |/ |/|
* | Repository can be configured with FSMarc Strapetz2010-06-0418-140/+217
* | Add support for computing a Change-Id à la GerritRobin Rosenberg2010-06-042-0/+208
* | Provide a public entry method to determine whether a URI protocol is supportedAlex Blewitt2010-06-041-0/+32
|/
* Qualify post-0.8.1 buildsShawn O. Pearce2010-06-022-20/+20
* JGit 0.8.1v0.8.1Shawn O. Pearce2010-06-022-20/+20
* Don't use interruptable pread() to access pack filesShawn O. Pearce2010-05-272-68/+49
* Add a merge command to the jgit APIStefan Lay2010-05-247-0/+562
* Added merge support to CommitCommandChristian Halstrick2010-05-216-12/+181
* Externalize strings from JGitSasa Zivkov2010-05-19138-621/+1623
* Fix SSH deadlock during OutOfMemoryErrorShawn O. Pearce2010-05-192-4/+29
* Fix race condition in StreamCopyThreadDmitry Neverov2010-05-191-8/+2
* Remove unnecessary truncation of in-pack size during copyShawn O. Pearce2010-05-171-3/+3
* Reduce the size of PackWriter's ObjectToPack instancesShawn O. Pearce2010-05-151-21/+23
* Reduce size of PackedObjectLoader by dropping long to intShawn O. Pearce2010-05-156-47/+41
* Factor out duplicate Inflater setup in WindowCursorShawn O. Pearce2010-05-151-8/+9
* Squash OffsetCache into WindowCacheShawn O. Pearce2010-05-152-558/+377
* Avoid unnecessary second read on OBJ_OFS_DELTA headersShawn O. Pearce2010-05-151-11/+7
* Fix hang when fetching over SSHShawn O. Pearce2010-05-131-6/+12