summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't warn for methods that can be staticRobin Rosenberg2014-07-0215-15/+15
* Add new default settings from Eclipse 4.4Robin Rosenberg2014-07-0216-1/+81
* Merge "Clarify comments in message properties files (and fix grammar)"Matthias Sohn2014-07-012-3/+3
|\
| * Clarify comments in message properties files (and fix grammar)Robin Stocker2014-06-302-3/+3
* | Try to fix intermittent test failure related to file timestampsRobin Rosenberg2014-07-011-3/+4
|/
* Fix incorrect "''" in CLIText.propertiesRobin Stocker2014-06-301-1/+1
* Add a comment to the message properties files on how they are processedRobin Rosenberg2014-06-292-0/+8
* Fix spelling error in error messgaeRobin Rosenberg2014-06-291-1/+1
* Remove duplicate string in CLIText.propertiesRobin Rosenberg2014-06-291-1/+0
* Fix formatting errors in error messagesRobin Rosenberg2014-06-292-8/+8
* Merge branch 'stable-3.4'Matthias Sohn2014-06-216-12/+108
|\
| * Prepare 3.4.2-SNAPSHOT buildsMatthias Sohn2014-06-2155-263/+263
| * JGit v3.4.1.201406201815-rv3.4.1.201406201815-rMatthias Sohn2014-06-2155-263/+263
| * Allow retrying connecting SshSession in case of an exceptionStefan Lay2014-06-206-12/+103
* | Remove no longer needed API breakage filtersRobin Rosenberg2014-06-151-19/+0
* | Remove an unnecessary semicolonRobin Rosenberg2014-06-151-1/+1
* | Remove an unnecessary $NON-NLS$ commentRobin Rosenberg2014-06-151-1/+1
* | Merge "Enable NLS / TranslationBundle to be used in OSGi"Robin Rosenberg2014-06-151-6/+10
|\ \
| * | Enable NLS / TranslationBundle to be used in OSGiRüdiger Herrmann2014-06-011-6/+10
* | | Don't set REWRITE flag unless parent rewriting is requestedDave Borowitz2014-06-121-5/+7
* | | Rename RewriteTreeFilter to TreeRevFilter and make it publicDave Borowitz2014-06-124-20/+242
* | | Add missing javadoc and since tag for RepoCommand.readFileFromRepo()Matthias Sohn2014-06-121-0/+14
* | | Merge "Refactor DefaultRemoteReader for easier code reuse"Dave Borowitz2014-06-111-1/+9
|\ \ \
| * | | Refactor DefaultRemoteReader for easier code reuseYuxuan 'fishy' Wang2014-06-101-1/+9
* | | | Merge branch 'stable-3.4'Matthias Sohn2014-06-110-0/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Prepare post 3.4.0 buildsMatthias Sohn2014-06-1155-59/+59
| * | JGit v3.4.0.201406110918-rv3.4.0.201406110918-rMatthias Sohn2014-06-1155-59/+59
* | | Merge "Fixed the problem with calling LsRemoteCommand without a local reposit...Robin Rosenberg2014-06-104-1/+50
|\ \ \
| * | | Fixed the problem with calling LsRemoteCommand without a local repository ove...Anton Bannykh2014-06-084-1/+50
* | | | Add missing @since to RepoCommand.setInputStreamRobin Rosenberg2014-06-101-2/+3
* | | | Added setInputStream to RepoCommand.Yuxuan 'fishy' Wang2014-06-093-31/+74
* | | | Merge "Better way to handle relative URLs in manifest XML"Dave Borowitz2014-06-091-2/+2
|\ \ \ \
| * | | | Better way to handle relative URLs in manifest XMLYuxuan 'fishy' Wang2014-06-051-2/+2
| |/ / /
* | | | LsRemoteCommand - internal execute need not be protectedRobin Rosenberg2014-06-081-1/+1
* | | | Enable passing version number to maven central scriptsMatthias Sohn2014-06-062-2/+16
* | | | Merge "Fix DeltaTask infinite loop"Robin Rosenberg2014-06-061-1/+1
|\ \ \ \
| * | | | Fix DeltaTask infinite loopHugo Arès2014-06-051-1/+1
| |/ / /
* | | | Merge "Make JavaDoc validator happy by declaring GitAPIException on callAsMap"Robin Rosenberg2014-06-061-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Make JavaDoc validator happy by declaring GitAPIException on callAsMapRobin Rosenberg2014-06-041-0/+4
| | |/ | |/|
* | | Prepare 3.5.0-SNAPSHOT buildsRobin Rosenberg2014-06-0455-264/+264
* | | Merge branch 'stable-3.4'Matthias Sohn2014-06-043-5/+33
|\ \ \ | |/ / |/| / | |/
| * Prepare post 3.4 RC3 buildsMatthias Sohn2014-06-0455-59/+59
| * JGit v3.4.0.201406041058-rc3v3.4.0.201406041058-rc3Matthias Sohn2014-06-0455-59/+59
| * blame: Un-break isFile check in tree walkJonathan Nieder2014-06-041-1/+2
| * Prepare post 3.4.0 RC2 buildsMatthias Sohn2014-05-2855-59/+59
| * JGit v3.4.0.201405281120-rc2v3.4.0.201405281120-rc2Matthias Sohn2014-05-2855-59/+59
| * Fix authentication type names broken by 0b5441a8Matthias Sohn2014-05-271-3/+30
| * Update Luna target platform to Orbit release R20140525021250Matthias Sohn2014-05-261-1/+1
* | Remove unused importDani Megert2014-05-281-1/+0
* | Merge "Unit test for the updating behavior in RepoCommand API."Shawn Pearce2014-05-272-51/+155
|\ \