| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ObjectReader in RevWalk, TreeWalk | Shawn O. Pearce | 2010-06-28 | 1 | -1/+1 |
* | Refactor Repository.openObject to be Repository.open | Shawn O. Pearce | 2010-06-28 | 2 | -10/+7 |
* | Move FileRepository to storage.file.FileRepository | Shawn O. Pearce | 2010-06-26 | 5 | -4/+5 |
* | Allow Repository.getDirectory() to be null | Shawn O. Pearce | 2010-06-25 | 1 | -3/+5 |
* | Rename Repository getWorkDir to getWorkTree | Shawn O. Pearce | 2010-06-25 | 3 | -3/+3 |
* | Refactor repository construction to builder class | Shawn O. Pearce | 2010-06-25 | 1 | -68/+8 |
* | Replace WindowCache with ObjectReader | Shawn O. Pearce | 2010-06-25 | 1 | -2/+2 |
* | Use FileRepository where we assume other file semantics | Shawn O. Pearce | 2010-06-25 | 1 | -7/+10 |
* | Make lib.Repository abstract and lib.FileRepository its implementation | Shawn O. Pearce | 2010-06-25 | 3 | -6/+6 |
* | Use FileKey to resolve Git repository arguments | Shawn O. Pearce | 2010-06-25 | 2 | -18/+26 |
* | Use CoreConfig, UserConfig and TransferConfig directly | Shawn O. Pearce | 2010-06-23 | 1 | -1/+3 |
* | Merge changes I53f71dc0,I3a899a3a,I3e8bd245,Ie7c9db83,If396326e,I6f4cf8da,I3b... | Shawn Pearce | 2010-06-14 | 1 | -1/+1 |
|\ |
|
| * | Make constant static in RebuildCommitGraph | Robin Rosenberg | 2010-06-13 | 1 | -1/+1 |
* | | Start 0.9 development | Shawn O. Pearce | 2010-06-14 | 2 | -18/+18 |
|/ |
|
* | Repository can be configured with FS | Marc Strapetz | 2010-06-04 | 1 | -1/+2 |
* | Qualify post-0.8.1 builds | Shawn O. Pearce | 2010-06-02 | 2 | -18/+18 |
* | JGit 0.8.1v0.8.1 | Shawn O. Pearce | 2010-06-02 | 2 | -18/+18 |
* | Externalize strings in Commit command | Shawn O. Pearce | 2010-05-28 | 3 | -4/+10 |
* | Externalize strings from JGit | Sasa Zivkov | 2010-05-19 | 46 | -303/+657 |
* | Add commit command to the pgm package | Christian Halstrick | 2010-05-12 | 3 | -1/+88 |
* | Qualify builds as 0.8.0 | Shawn O. Pearce | 2010-03-20 | 2 | -15/+15 |
* | Merge branch 'push-sideband' into stable-0.7 | Shawn O. Pearce | 2010-03-12 | 2 | -1/+30 |
|\ |
|
| * | Capture non-progress side band #2 messages and put in result | Shawn O. Pearce | 2010-03-12 | 2 | -1/+30 |
* | | pgm: Report not in git repository rather than NPE | Shawn O. Pearce | 2010-03-11 | 1 | -1/+2 |
|/ |
|
* | Cleanup OSGi Import-Package specifications to use versions | Shawn O. Pearce | 2010-02-02 | 1 | -15/+15 |
* | Fix .classpath to make jgit easily runnable from inside eclipse | Christian Halstrick | 2010-02-02 | 1 | -0/+1 |
* | Generate an Eclipse IP log with jgit eclipse-iplog | Shawn O. Pearce | 2010-01-29 | 5 | -1/+228 |
* | 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 | 5 | -13/+64 |
|\ |
|
| * | branch: Add -m option to rename a branch | Shawn O. Pearce | 2010-01-23 | 1 | -4/+37 |
| * | Replace writeSymref with RefUpdate.link | Shawn O. Pearce | 2010-01-23 | 1 | -3/+6 |
| * | Rewrite reference handling to be abstract and accurate | Shawn O. Pearce | 2010-01-23 | 4 | -6/+21 |
* | | Introduce a named constant for the .git directory. | Robin Rosenberg | 2010-01-15 | 6 | -10/+16 |
|/ |
|
* | Finish removing Apache Felix maven-bundle-plugin | Shawn O. Pearce | 2010-01-12 | 1 | -3/+1 |
* | Fix merge for "Partial revert "Switch build to Apache Felix maven-bundle-plug... | Robin Rosenberg | 2010-01-12 | 1 | -0/+1 |
* | Merge "Partial revert "Switch build to Apache Felix maven-bundle-plugin"" | Robin Rosenberg | 2010-01-12 | 5 | -0/+67 |
|\ |
|
| * | Partial revert "Switch build to Apache Felix maven-bundle-plugin" | Robin Rosenberg | 2010-01-10 | 5 | -0/+67 |
* | | Merge branch 'cq-diff' | Shawn O. Pearce | 2010-01-06 | 2 | -0/+132 |
|\ \
| |/
|/| |
|
| * | Fix some warnings regarding unnecessary imports and accessing static methods | Christian Halstrick | 2009-10-07 | 1 | -13/+4 |
| * | Add the "jgit diff" command | Johannes Schindelin | 2009-10-06 | 2 | -0/+141 |
* | | Switch build to Apache Felix maven-bundle-plugin | Shawn O. Pearce | 2009-12-28 | 7 | -74/+6 |
* | | Recognize Git repository environment variables | Robin Rosenberg | 2009-12-28 | 1 | -2/+53 |
* | | Method to get a 'humanish' name from a path | Mykola Nikishov | 2009-12-19 | 1 | -8/+4 |
* | | Replace a hard-coded default remote's name with a constant | Mykola Nikishov | 2009-11-29 | 3 | -3/+5 |
* | | Prompt for passwords from the console in jgit command line tools | Shawn O. Pearce | 2009-11-02 | 2 | -2/+60 |
* | | Move AWT based SSH authenticator to ui bundle | Shawn O. Pearce | 2009-11-02 | 1 | -0/+2 |
* | | Refactor the cached Authenticator data out of AwtAuthenticator | Shawn O. Pearce | 2009-11-02 | 2 | -2/+5 |
* | | Delete obsolete JarLinkUtil | Shawn O. Pearce | 2009-11-02 | 1 | -212/+0 |
* | | Refactor our Maven build to be modular | Shawn O. Pearce | 2009-11-02 | 4 | -0/+256 |
* | | Switch pgm, test to proper plugin projects | Shawn O. Pearce | 2009-11-02 | 7 | -3/+44 |