summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix version.sh to update Eclipse-SourceBundle versionMatthias Sohn2014-04-181-0/+1
* Ensure that stored credentials aren't reset too earlyMatthias Sohn2014-04-141-2/+2
* Prepare 3.3.2-SNAPSHOT buildsMatthias Sohn2014-03-2555-258/+258
* JGit v3.3.1.201403241930-rv3.3.1.201403241930-rMatthias Sohn2014-03-2555-59/+59
* Retry to call credentials provider if http authentication failedMatthias Sohn2014-03-201-4/+6
* Ensure that ssh authentication is retried only in JGitChristian Halstrick2014-03-151-0/+3
* [findBugs] Ensure streams are closed in a finally blockMatthias Sohn2014-03-112-10/+16
* Update com.jcraft.jsch to 0.1.50 also in pom dependenciesMatthias Sohn2014-03-111-1/+1
* Update scripts to deploy jgit on Maven centralMatthias Sohn2014-03-052-2/+4
* Prepare 3.3.1-SNAPSHOT buildsMatthias Sohn2014-03-0555-258/+258
* JGit v3.3.0.201403021825-rv3.3.0.201403021825-rMatthias Sohn2014-03-0355-55/+55
* Fix merge/cherry-picking in CRLF modeRobin Rosenberg2014-03-022-8/+47
* Merge "Expose the received pack size in ReceivePack" into stable-3.3Robin Rosenberg2014-03-026-0/+216
|\
| * Expose the received pack size in ReceivePackSaša Živkov2014-03-026-0/+216
* | Merge "Revert "Add getPackFile to ReceivePack to make PostReceiveHook more us...Robin Rosenberg2014-03-024-39/+2
|\|
| * Revert "Add getPackFile to ReceivePack to make PostReceiveHook moreSaša Živkov2014-03-024-39/+2
* | Avoid an NPE after 7b01a5369210Robin Rosenberg2014-03-011-1/+2
|/
* Add a launcher for Java 7 testsRobin Rosenberg2014-02-281-0/+20
* Remove obsolete getRepositoryMethod from WorkingTreeIteratorRobin Rosenberg2014-02-281-9/+0
* Fix NPE when WorkingTreeIterator does not have a repository setRobin Rosenberg2014-02-282-6/+9
* Add getPackFile to ReceivePack to make PostReceiveHook more usableSaša Živkov2014-02-254-2/+39
* Possibility to limit the max pack size on receive-packSaša Živkov2014-02-255-0/+259
* Package httpclient and httpcore in o.e.j.http.apache.featureMatthias Sohn2014-02-242-14/+14
* Move Apache httpclient based HTTP support to a separate bundleMatthias Sohn2014-02-2041-23/+1392
* Prepare post 3.3.0RC1 buildsMatthias Sohn2014-02-2051-51/+51
* JGit v3.3.0.201402191814-rc1v3.3.0.201402191814-rc1Matthias Sohn2014-02-2051-51/+51
* [findBugs] Don't ignore exceptional return value of File.mkdir()Matthias Sohn2014-02-181-1/+2
* [findBugs] Don't rely on default encodingMatthias Sohn2014-02-181-1/+1
* [findBugs] Don't call toString() on a stringMatthias Sohn2014-02-181-1/+1
* Fix diff header on renamed or copied filesShawn Pearce2014-02-182-16/+34
* Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick2014-02-1818-1/+677
* Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-1812-55/+741
* Remove dead isBinary method from DiffFormatterShawn Pearce2014-02-171-7/+0
* Add missing static qualifier in DiffFormatterShawn Pearce2014-02-171-2/+2
* Allow programmatic remote configuration for PullCommandMatthias Sohn2014-02-142-16/+133
* Fix a NullPointerException if properties file doesn't existJames Yonan2014-02-131-2/+8
* Use branch.<x>.mergeoptions and merge.ff as defaults for mergingKonrad Kügler2014-02-143-6/+259
* Non-Fast-Forward Ref-Updates: Omit isMergedInto() callsRoberto Tyley2014-02-133-3/+24
* Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructorsRoberto Tyley2014-02-132-5/+2
* Use fetch.prune and remote.<name>.prune to set prune mode when fetchingKonrad Kügler2014-02-132-4/+30
* Add some tests cases on files modes for symbolic linksAxel Richard2014-02-122-0/+264
* Add some test cases for symbolic links with Java7Robin Rosenberg2014-02-123-0/+273
* Normalize paths on OS XRobin Rosenberg2014-02-125-7/+66
* Recognize symlinks in the FileTreeIteratorRobin Rosenberg2014-02-121-1/+3
* Add special case to WorkingTreeIterator for matching unnormalized symlinksRobin Rosenberg2014-02-121-3/+33
* FileUtils.delete does not recurse via symlinksRobin Rosenberg2014-02-121-0/+86
* Use fileAttributes to get more attributes in one goRobin Rosenberg2014-02-127-49/+267
* Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker2014-02-112-27/+132
* Length of symbolic link is the number of bytes, not charactersRobin Rosenberg2014-02-102-7/+8
* Add delete support to FSRobin Rosenberg2014-02-105-0/+35