Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-24JGit v3.3.1.201403241930-rv3.3.1.201403241930-rMatthias Sohn55-59/+59
2014-03-19Retry to call credentials provider if http authentication failedMatthias Sohn1-4/+6
2014-03-15Ensure that ssh authentication is retried only in JGitChristian Halstrick1-0/+3
2014-03-11[findBugs] Ensure streams are closed in a finally blockMatthias Sohn2-10/+16
2014-03-11Update com.jcraft.jsch to 0.1.50 also in pom dependenciesMatthias Sohn1-1/+1
2014-03-04Update scripts to deploy jgit on Maven centralMatthias Sohn2-2/+4
2014-03-04Prepare 3.3.1-SNAPSHOT buildsMatthias Sohn55-258/+258
2014-03-02JGit v3.3.0.201403021825-rv3.3.0.201403021825-rMatthias Sohn55-55/+55
2014-03-02Fix merge/cherry-picking in CRLF modeRobin Rosenberg2-8/+47
2014-03-02Merge "Expose the received pack size in ReceivePack" into stable-3.3Robin Rosenberg6-0/+216
2014-03-02Merge "Revert "Add getPackFile to ReceivePack to make PostReceiveHook more us...Robin Rosenberg4-39/+2
2014-03-02Expose the received pack size in ReceivePackSaša Živkov6-0/+216
2014-03-02Revert "Add getPackFile to ReceivePack to make PostReceiveHook moreSaša Živkov4-39/+2
2014-03-01Avoid an NPE after 7b01a5369210Robin Rosenberg1-1/+2
2014-02-28Add a launcher for Java 7 testsRobin Rosenberg1-0/+20
2014-02-28Remove obsolete getRepositoryMethod from WorkingTreeIteratorRobin Rosenberg1-9/+0
2014-02-28Fix NPE when WorkingTreeIterator does not have a repository setRobin Rosenberg2-6/+9
2014-02-25Add getPackFile to ReceivePack to make PostReceiveHook more usableSaša Živkov4-2/+39
2014-02-25Possibility to limit the max pack size on receive-packSaša Živkov5-0/+259
2014-02-24Package httpclient and httpcore in o.e.j.http.apache.featureMatthias Sohn2-14/+14
2014-02-20Move Apache httpclient based HTTP support to a separate bundleMatthias Sohn41-23/+1392
2014-02-20Prepare post 3.3.0RC1 buildsMatthias Sohn51-51/+51
2014-02-19JGit v3.3.0.201402191814-rc1v3.3.0.201402191814-rc1Matthias Sohn51-51/+51
2014-02-18[findBugs] Don't ignore exceptional return value of File.mkdir()Matthias Sohn1-1/+2
2014-02-18[findBugs] Don't rely on default encodingMatthias Sohn1-1/+1
2014-02-18[findBugs] Don't call toString() on a stringMatthias Sohn1-1/+1
2014-02-18Fix diff header on renamed or copied filesShawn Pearce2-16/+34
2014-02-18Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick18-1/+677
2014-02-18Introduce an abstraction for HTTP connectionsChristian Halstrick12-55/+741
2014-02-17Remove dead isBinary method from DiffFormatterShawn Pearce1-7/+0
2014-02-17Add missing static qualifier in DiffFormatterShawn Pearce1-2/+2
2014-02-14Allow programmatic remote configuration for PullCommandMatthias Sohn2-16/+133
2014-02-13Fix a NullPointerException if properties file doesn't existJames Yonan1-2/+8
2014-02-13Use branch.<x>.mergeoptions and merge.ff as defaults for mergingKonrad Kügler3-6/+259
2014-02-13Non-Fast-Forward Ref-Updates: Omit isMergedInto() callsRoberto Tyley3-3/+24
2014-02-13Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructorsRoberto Tyley2-5/+2
2014-02-12Use fetch.prune and remote.<name>.prune to set prune mode when fetchingKonrad Kügler2-4/+30
2014-02-12Add some tests cases on files modes for symbolic linksAxel Richard2-0/+264
2014-02-12Add some test cases for symbolic links with Java7Robin Rosenberg3-0/+273
2014-02-12Normalize paths on OS XRobin Rosenberg5-7/+66
2014-02-12Recognize symlinks in the FileTreeIteratorRobin Rosenberg1-1/+3
2014-02-12Add special case to WorkingTreeIterator for matching unnormalized symlinksRobin Rosenberg1-3/+33
2014-02-12FileUtils.delete does not recurse via symlinksRobin Rosenberg1-0/+86
2014-02-12Use fileAttributes to get more attributes in one goRobin Rosenberg7-49/+267
2014-02-11Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker2-27/+132
2014-02-10Length of symbolic link is the number of bytes, not charactersRobin Rosenberg2-7/+8
2014-02-10Add delete support to FSRobin Rosenberg5-0/+35
2014-02-10Dynamically detect if Windows supports symbolic linksRobin Rosenberg1-1/+25
2014-02-10Add symlink support to JGitRobin Rosenberg14-64/+183
2014-02-10Use the new FS.exists method in commonly occuring placesRobin Rosenberg5-6/+8

Back to the top