| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch build to Apache Felix maven-bundle-plugin | Shawn O. Pearce | 2009-12-28 | 55 | -717/+309 |
* | Recognize Git repository environment variables | Robin Rosenberg | 2009-12-28 | 7 | -24/+415 |
* | Add support for creating detached heads | Robin Rosenberg | 2009-12-28 | 3 | -0/+96 |
* | Use Constants.OBJECT_ID_STRING_LENGTH instead of LEN * 2 | Shawn O. Pearce | 2009-12-28 | 7 | -9/+9 |
* | Get rid of a duplicate constant for SHA-1 length | Robin Rosenberg | 2009-12-28 | 6 | -28/+32 |
* | Merge change I5b232f67 | Code Review | 2009-12-22 | 1 | -2/+2 |
|\ |
|
| * | Fix typo in ReceivePack.java | Nico Sallembien | 2009-12-22 | 1 | -2/+2 |
* | | Don't crash if we try to load the config for a MockSystemReader | Robin Rosenberg | 2009-12-21 | 1 | -1/+8 |
* | | Use Tycho version 0.6.0 | Igor Fedorenko | 2009-12-20 | 1 | -18/+1 |
* | | Method to get a 'humanish' name from a path | Mykola Nikishov | 2009-12-19 | 3 | -8/+178 |
* | | Ignore target/ folder and compile.org.eclipse.jgit.xml | Mykola Nikishov | 2009-12-12 | 1 | -0/+2 |
* | | Flipped jgit.core to manifest-first maven-3/tycho build | Igor Fedorenko | 2009-12-08 | 3 | -12/+110 |
|/ |
|
* | Replace a hard-coded default remote's name with a constant | Mykola Nikishov | 2009-11-29 | 4 | -3/+8 |
* | tools/version.sh: Update embedded version numbers in build products | Shawn O. Pearce | 2009-11-17 | 1 | -30/+58 |
* | Use a more specific Bugzilla URL | Shawn O. Pearce | 2009-11-04 | 1 | -1/+1 |
* | Use JUnit 3.8.2 under CQ 3589 | Shawn O. Pearce | 2009-11-04 | 1 | -1/+2 |
* | Remove reference to branding plugin | Matthias Sohn | 2009-11-04 | 1 | -2/+1 |
* | Merge changes I057c782c,Idff096ce,Ic9be0280,I07014d1b,Id8a76ee7,I9080f3dd,I8c... | Code Review | 2009-11-03 | 79 | -1158/+3162 |
|\ |
|
| * | Prompt for passwords from the console in jgit command line tools | Shawn O. Pearce | 2009-11-02 | 17 | -2/+882 |
| * | Move AWT based SSH authenticator to ui bundle | Shawn O. Pearce | 2009-11-02 | 4 | -117/+197 |
| * | Refactor the cached Authenticator data out of AwtAuthenticator | Shawn O. Pearce | 2009-11-02 | 4 | -70/+139 |
| * | Only import the sample data packs on tests that need them | Shawn O. Pearce | 2009-11-02 | 16 | -40/+97 |
| * | Move T0007_Index to exttst | Shawn O. Pearce | 2009-11-02 | 1 | -18/+23 |
| * | Refactor RepositoryTestCase to use LocalDiskRepository instead | Shawn O. Pearce | 2009-11-02 | 11 | -359/+79 |
| * | Create JUnit test utilities for JGit derived sources | Shawn O. Pearce | 2009-11-02 | 14 | -0/+1081 |
| * | 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 | 16 | -433/+702 |
| * | Switch pgm, test to proper plugin projects | Shawn O. Pearce | 2009-11-02 | 9 | -5/+60 |
* | | Merge change Ic1c8969b | Code Review | 2009-11-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Use org.eclipse.egit branding plugin | Matthias Sohn | 2009-10-20 | 1 | -1/+1 |
* | | Correct location of AmazonS3 command line client | Shawn O. Pearce | 2009-10-31 | 1 | -0/+0 |
* | | Move AWT UI code to new org.eclipse.jgit.ui bundle | Mykola Nikishov | 2009-10-31 | 18 | -2/+469 |
* | | Don't create .git/remotes folders on init | Sasa Zivkov | 2009-10-31 | 1 | -1/+0 |
* | | Move pure IO utility functions to a utility class of its own. | Robin Rosenberg | 2009-10-31 | 20 | -200/+261 |
* | | Eclipse IDE: Automatically remove trailing whitespace on save | Shawn O. Pearce | 2009-10-31 | 3 | -3/+159 |
* | | Remove trailing whitespace at end of line | Alex Blewitt | 2009-10-31 | 122 | -652/+652 |
* | | Correcting explanation of EDL | Matthias Sohn | 2009-10-28 | 1 | -2/+3 |
|/ |
|
* | Add gitignore to constants | Mykola Nikishov | 2009-10-16 | 1 | -0/+3 |
* | Refactor org.eclipse.jgit.test to be a bundle | Chris Aniszczyk | 2009-10-16 | 5 | -2/+32 |
* | Fix classpath to use jsch and args4j from orbit | Matthias Sohn | 2009-10-12 | 2 | -2/+2 |
* | Make the default encoding when reading commits UTF-8 | Constantine Plotnikov | 2009-10-08 | 2 | -11/+10 |
* | Remove a duplicate test from T0003_Basic | Robin Rosenberg | 2009-10-07 | 1 | -10/+0 |
* | Merge changes I282ee1c6,I5700ca48,Ic243544a,Ia2cce34d,I2fd81be2 | Code Review | 2009-10-05 | 15 | -171/+530 |
|\ |
|
| * | Move HttpSupport's configureHttpProxy to jgit-pgm | Shawn O. Pearce | 2009-10-05 | 2 | -50/+46 |
| * | Move AmazonS3 command line utility to jgit-pgm | Shawn O. Pearce | 2009-10-05 | 5 | -66/+161 |
| * | Move setupReflog test function to only test that cares | Shawn O. Pearce | 2009-10-05 | 2 | -19/+22 |
| * | Remove useless test005_todopack test | Shawn O. Pearce | 2009-10-05 | 1 | -28/+0 |
| * | Standardize the source code formatter for Eclipse | Shawn O. Pearce | 2009-10-05 | 5 | -8/+301 |
* | | Mark JGit plugin as 0.6 | Shawn O. Pearce | 2009-10-05 | 2 | -18/+18 |
* | | Add org.eclipse.jgit-feature | Mykola Nikishov | 2009-10-05 | 4 | -0/+126 |
|/ |
|