diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-02-21 22:40:35 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-02-21 22:41:13 +0100 |
commit | 8e0e78858c27b86cd0f04603e122fa69909c0299 (patch) | |
tree | 9c14258df19d8b4a57de533548bea9a2ac159cb7 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.gitignore | |
parent | f2f24a304d7393f5d04c57db627890edae78768b (diff) | |
parent | 3d3df3942a528fb74baff1efb60212b9ebcae83e (diff) | |
download | jgit-8e0e78858c27b86cd0f04603e122fa69909c0299.tar.gz jgit-8e0e78858c27b86cd0f04603e122fa69909c0299.zip |
Merge branch 'stable-3.3'
* stable-3.3:
Move Apache httpclient based HTTP support to a separate bundle
Prepare post 3.3.0RC1 builds
JGit v3.3.0.201402191814-rc1
[findBugs] Don't ignore exceptional return value of File.mkdir()
[findBugs] Don't rely on default encoding
[findBugs] Don't call toString() on a string
Change-Id: I50f91e1d3c1d29a44502f4bb9f0e6c05e21342b7
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.gitignore')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.gitignore b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.gitignore new file mode 100644 index 0000000000..2f7896d1d1 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/.gitignore @@ -0,0 +1 @@ +target/ |