| Commit message (Expand) | Author | Age | Files | Lines |
* | UploadPack: Permit flushing progress messages under smart HTTP | Shawn O. Pearce | 2010-06-23 | 1 | -1/+18 |
* | Rewrite resolve in terms of RevWalk | Shawn O. Pearce | 2010-06-23 | 1 | -119/+83 |
* | Replace manual peel loops with RevWalk.peel | Shawn O. Pearce | 2010-06-23 | 4 | -23/+35 |
* | Use RevTag/RevCommit to sort in a PlotWalk | Shawn O. Pearce | 2010-06-23 | 1 | -9/+14 |
* | Use CoreConfig, UserConfig and TransferConfig directly | Shawn O. Pearce | 2010-06-23 | 5 | -6/+10 |
* | Use higher level Config types when possible | Shawn O. Pearce | 2010-06-23 | 1 | -1/+1 |
* | UploadPack: Avoid unnecessary flush in smart HTTP | Shawn O. Pearce | 2010-06-23 | 1 | -1/+1 |
* | Add MutableObjectId.copyFrom(AnyObjectId) | Shawn O. Pearce | 2010-06-23 | 2 | -10/+16 |
* | Expose AnyObjectId compareTo(byte[]) and compareTo(int[]) | Shawn O. Pearce | 2010-06-23 | 1 | -2/+24 |
* | Expose RefWriter constructor taking RefList | Shawn O. Pearce | 2010-06-23 | 1 | -2/+7 |
* | Expose RefUpdate constructor to any subclass | Shawn O. Pearce | 2010-06-23 | 1 | -1/+10 |
* | Expose repository change event constructors | Shawn O. Pearce | 2010-06-23 | 2 | -2/+14 |
* | isValidRefName: Inline the forbidden ref suffix of ".lock" | Shawn O. Pearce | 2010-06-23 | 1 | -1/+1 |
* | Merge "Fix line endings" | Shawn Pearce | 2010-06-18 | 1 | -3/+3 |
|\ |
|
| * | Fix line endings | Matthias Sohn | 2010-06-18 | 1 | -3/+3 |
* | | Merge ""Bare" Repository should not return working directory." | Shawn Pearce | 2010-06-16 | 4 | -26/+155 |
|\ \ |
|
| * | | "Bare" Repository should not return working directory. | Mathias Kinzler | 2010-06-16 | 4 | -26/+155 |
| |/ |
|
* / | Make ObjectId, RefSpec, RemoteConfig, URIish serializable | Andrew Bayer | 2010-06-16 | 4 | -6/+37 |
|/ |
|
* | Merge "Add missing @Override tags in AlternateRepositoryDatabase" | Chris Aniszczyk | 2010-06-15 | 1 | -0/+3 |
|\ |
|
| * | Add missing @Override tags in AlternateRepositoryDatabase | Shawn O. Pearce | 2010-06-14 | 1 | -0/+3 |
* | | Allow to read configured keys | Mathias Kinzler | 2010-06-15 | 1 | -0/+101 |
* | | Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b... | Shawn Pearce | 2010-06-14 | 5 | -21/+92 |
|\ \
| |/
|/| |
|
| * | Cache filemode in GitIndex | Robin Rosenberg | 2010-06-13 | 1 | -1/+2 |
| * | Remove unused parent field in PlotLane | Robin Rosenberg | 2010-06-13 | 2 | -4/+0 |
| * | Removed unused repo field in WorkDirCheckout | Robin Rosenberg | 2010-06-13 | 1 | -4/+0 |
| * | Extend DiffFormatter API to simplify styling | Robin Rosenberg | 2010-06-12 | 1 | -12/+90 |
* | | Merge branch 'stable-0.8' | Shawn O. Pearce | 2010-06-14 | 1 | -2/+3 |
|\ \ |
|
| * | | Qualify post-0.8.4 buildsstable-0.8 | Shawn O. Pearce | 2010-06-14 | 2 | -20/+20 |
| * | | JGit 0.8.4v0.8.4 | Matthias Sohn | 2010-06-14 | 2 | -20/+20 |
| * | | JGit 0.8.3 | Matthias Sohn | 2010-06-14 | 2 | -20/+20 |
| * | | Include about.html in org.eclipse.jgit artifact | Matthias Sohn | 2010-06-08 | 1 | -0/+1 |
| * | | Add "resources/" as a source folder | Matthias Sohn | 2010-06-05 | 1 | -2/+3 |
* | | | Start 0.9 development | Shawn O. Pearce | 2010-06-14 | 2 | -20/+20 |
| |/
|/| |
|
* | | Repository can be configured with FS | Marc Strapetz | 2010-06-04 | 18 | -140/+217 |
* | | Add support for computing a Change-Id à la Gerrit | Robin Rosenberg | 2010-06-04 | 2 | -0/+208 |
* | | Provide a public entry method to determine whether a URI protocol is supported | Alex Blewitt | 2010-06-04 | 1 | -0/+32 |
|/ |
|
* | Qualify post-0.8.1 builds | Shawn O. Pearce | 2010-06-02 | 2 | -20/+20 |
* | JGit 0.8.1v0.8.1 | Shawn O. Pearce | 2010-06-02 | 2 | -20/+20 |
* | Don't use interruptable pread() to access pack files | Shawn O. Pearce | 2010-05-27 | 2 | -68/+49 |
* | Add a merge command to the jgit API | Stefan Lay | 2010-05-24 | 7 | -0/+562 |
* | Added merge support to CommitCommand | Christian Halstrick | 2010-05-21 | 6 | -12/+181 |
* | Externalize strings from JGit | Sasa Zivkov | 2010-05-19 | 138 | -621/+1623 |
* | Fix SSH deadlock during OutOfMemoryError | Shawn O. Pearce | 2010-05-19 | 2 | -4/+29 |
* | Fix race condition in StreamCopyThread | Dmitry Neverov | 2010-05-19 | 1 | -8/+2 |
* | Remove unnecessary truncation of in-pack size during copy | Shawn O. Pearce | 2010-05-17 | 1 | -3/+3 |
* | Reduce the size of PackWriter's ObjectToPack instances | Shawn O. Pearce | 2010-05-15 | 1 | -21/+23 |
* | Reduce size of PackedObjectLoader by dropping long to int | Shawn O. Pearce | 2010-05-15 | 6 | -47/+41 |
* | Factor out duplicate Inflater setup in WindowCursor | Shawn O. Pearce | 2010-05-15 | 1 | -8/+9 |
* | Squash OffsetCache into WindowCache | Shawn O. Pearce | 2010-05-15 | 2 | -558/+377 |
* | Avoid unnecessary second read on OBJ_OFS_DELTA headers | Shawn O. Pearce | 2010-05-15 | 1 | -11/+7 |