| Commit message (Expand) | Author | Age | Files | Lines |
* | Start 0.9 development | Shawn O. Pearce | 2010-06-14 | 2 | -26/+26 |
* | Repository can be configured with FS | Marc Strapetz | 2010-06-04 | 4 | -25/+26 |
* | Merge "Refactor ReadTreeTest to allow testing other checkout classes" | Shawn Pearce | 2010-06-04 | 1 | -41/+96 |
|\ |
|
| * | Refactor ReadTreeTest to allow testing other checkout classes | Christian Halstrick | 2010-06-05 | 1 | -41/+96 |
* | | Add support for computing a Change-Id à la Gerrit | Robin Rosenberg | 2010-06-04 | 1 | -0/+523 |
|/ |
|
* | Qualify post-0.8.1 builds | Shawn O. Pearce | 2010-06-02 | 2 | -26/+26 |
* | JGit 0.8.1v0.8.1 | Shawn O. Pearce | 2010-06-02 | 2 | -26/+26 |
* | Add a merge command to the jgit API | Stefan Lay | 2010-05-24 | 1 | -0/+183 |
* | Added merge support to CommitCommand | Christian Halstrick | 2010-05-21 | 1 | -5/+42 |
* | Test root locale translations | Sasa Zivkov | 2010-05-19 | 2 | -0/+105 |
* | Externalize strings from JGit | Sasa Zivkov | 2010-05-19 | 6 | -16/+29 |
* | Reduce size of PackedObjectLoader by dropping long to int | Shawn O. Pearce | 2010-05-15 | 1 | -2/+2 |
* | Add builder-style API to jgit and Commit & Log cmd | Christian Halstrick | 2010-05-10 | 2 | -0/+118 |
* | Added MERGING_RESOLVED repository state | Christian Halstrick | 2010-05-08 | 1 | -0/+20 |
* | Fix FooterLine.matches(FooterKey) on same length keys | Shawn O. Pearce | 2010-05-04 | 1 | -0/+20 |
* | Fix ReceivePackRefFilterTest on Windows | Shawn O. Pearce | 2010-04-27 | 1 | -0/+9 |
* | ReceivePack: Clarify the check reachable option | Shawn O. Pearce | 2010-04-16 | 1 | -6/+6 |
* | ReceivePack: fix ensureProvidedObjectsVisible on thin packs | Shawn O. Pearce | 2010-04-16 | 1 | -0/+477 |
* | IndexPack: Correct thin pack fix using less than 20 bytes | Shawn O. Pearce | 2010-04-16 | 1 | -0/+59 |
* | JGit plugin not compatible with Eclipse 3.4 | Robin Rosenberg | 2010-04-05 | 1 | -2/+2 |
* | Make parsing of PersonIdent from raw byte array fault-tolerant. | Marc Strapetz | 2010-03-23 | 1 | -0/+100 |
* | Qualify builds as 0.8.0 | Shawn O. Pearce | 2010-03-20 | 2 | -19/+19 |
* | Merge branch 'push-sideband' into stable-0.7 | Shawn O. Pearce | 2010-03-12 | 3 | -47/+112 |
|\ |
|
| * | Reduce multi-level buffered streams in transport code | Shawn O. Pearce | 2010-03-12 | 1 | -4/+6 |
| * | Refactor SideBandOutputStream to be buffered | Shawn O. Pearce | 2010-03-12 | 2 | -43/+106 |
* | | Fix NLS to build under Java 5 | Shawn O. Pearce | 2010-03-12 | 2 | -17/+17 |
* | | Provide NLS support in JGit. | Sasa Zivkov | 2010-03-11 | 11 | -1/+464 |
* | | Fix TimeoutInputStreamTest, TimeoutOutputStreamTest assertions | Shawn O. Pearce | 2010-02-10 | 2 | -4/+4 |
|/ |
|
* | Don't allow DirCacheEntry with mode of 0 | Shawn O. Pearce | 2010-02-03 | 7 | -14/+213 |
* | Cleanup OSGi Import-Package specifications to use versions | Shawn O. Pearce | 2010-02-02 | 1 | -19/+19 |
* | Fix ObjectWalk corruption when skipping over empty trees | Shawn O. Pearce | 2010-02-02 | 1 | -0/+44 |
* | Correctly skip over unrecognized optional dircache extensions | Shawn O. Pearce | 2010-02-02 | 4 | -0/+29 |
* | Remove RepositoryTestCase from DirCacheCGitCompatabilityTest | Shawn O. Pearce | 2010-02-02 | 1 | -3/+5 |
* | Merge "Add unsetSection to Config to remove an entire block" | Robin Rosenberg | 2010-01-28 | 1 | -0/+41 |
|\ |
|
| * | Add unsetSection to Config to remove an entire block | Shawn O. Pearce | 2010-01-29 | 1 | -0/+41 |
* | | Merge "Relax ObjectChecker to permit missing tagger lines" | Robin Rosenberg | 2010-01-28 | 2 | -29/+49 |
|\ \
| |/
|/| |
|
| * | Relax ObjectChecker to permit missing tagger lines | Shawn O. Pearce | 2010-01-23 | 2 | -29/+49 |
* | | Don't confuse empty configuration variables with booleans | Shawn O. Pearce | 2010-01-23 | 1 | -1/+30 |
|/ |
|
* | Correct bundle, provider names to be consistent | Shawn O. Pearce | 2010-01-23 | 1 | -2/+2 |
* | Merge branch 'ref-abstract' | Shawn O. Pearce | 2010-01-23 | 11 | -90/+2328 |
|\ |
|
| * | Replace writeSymref with RefUpdate.link | Shawn O. Pearce | 2010-01-23 | 2 | -12/+37 |
| * | Rewrite reference handling to be abstract and accurate | Shawn O. Pearce | 2010-01-23 | 11 | -81/+1481 |
| * | Create new RefList and RefMap utility types | Shawn O. Pearce | 2010-01-22 | 2 | -0/+813 |
* | | Introduce a named constant for the .git directory. | Robin Rosenberg | 2010-01-15 | 1 | -14/+14 |
|/ |
|
* | Refactor TemporaryBuffer to support reuse in other contexts | Shawn O. Pearce | 2010-01-12 | 2 | -15/+27 |
* | Implement multi_ack_detailed protocol extension | Shawn O. Pearce | 2010-01-12 | 1 | -0/+33 |
* | Abstract out utility functions for creating test commits | Shawn O. Pearce | 2010-01-12 | 8 | -102/+54 |
* | Move TestRng to our JUnit helper package | Shawn O. Pearce | 2010-01-12 | 2 | -67/+2 |
* | Finish removing Apache Felix maven-bundle-plugin | Shawn O. Pearce | 2010-01-12 | 1 | -4/+1 |
* | Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin"" | Robin Rosenberg | 2010-01-12 | 9 | -36/+101 |
|\ |
|