Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-26 | Merge branch 'stable-1.2' | Matthias Sohn | 3 | -1/+105 | |
* stable-1.2: JGit v1.2.0.201112221803-r Expose unmerged paths when revert fails Enforce the use of Java5 API:s only (with a few exceptions) Change-Id: Ib18d41a65e68cc47fb63114fcce27a16820d0692 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-12-22 | JGit v1.2.0.201112221803-rv1.2.0.201112221803-rstable-1.2 | Matthias Sohn | 2 | -2/+2 | |
Change-Id: Icc0b09324f205d93929af8cf522a99ad00cf7591 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-12-16 | Merge branch 'stable-1.2' | Matthias Sohn | 1 | -0/+19 | |
* stable-1.2: Add API checking using clirr Fix MergeCommandTest to pass if File.executable is not supported Fix ResolveMerger not to add paths with FileMode 0 Change-Id: I86e7194a40acd6dfa3d433f1d17c01bdf5bb0d9c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-12-16 | Enforce the use of Java5 API:s only (with a few exceptions) | Robin Rosenberg | 3 | -1/+105 | |
This only works with Eclipse 3.6 and newer and requires installation of new package. Documentation is not very good, but there is a blog about it here: http://eclipseandjazz.blogspot.com/2011/10/of-invalid-references-to-system.html API checking is especially useful on OS X where Java5 is not readily available. Change-Id: I3c0ad460874a21c073f5ac047146cbf5d31992b4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-12-15 | Add API checking using clirr | Matthias Sohn | 1 | -0/+19 | |
In order to generate API reports run: mvn clirr:clirr The reports are generated to the folder target/site/clirr-report.html under the respective project. In order to check API compatibility and fail the build on incompatible changes run: mvn clirr:check For now we compare the API against the latest release 1.1.0.201109151100-r. Bug: 336849 Change-Id: I21baaf3a6883c5b4db263f712705cc7b8ab6d888 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: Kevin Sawicki <kevin@github.com> | |||||
2011-12-10 | Prepare 1.3.0 builds | Matthias Sohn | 2 | -3/+3 | |
Change-Id: I7a1ae73783c95041b59f047a7330e62e7f642149 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-09-15 | Prepare 1.2.0 builds | Matthias Sohn | 2 | -3/+3 | |
Change-Id: I9ec247135d93ef28d732e94f18d0ec1d0e2e6d44 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-09-15 | Prepare post v1.1.0.201109151100-r buildstable-1.1 | Matthias Sohn | 2 | -2/+2 | |
Change-Id: Ib099ec93d8243b238641d79328216874532ab5eb Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-09-15 | JGit v1.1.0.201109151100-rv1.1.0.201109151100-r | Matthias Sohn | 2 | -2/+2 | |
Change-Id: Iadcec7e5973600e005cbdeb837fa197d3ae2ea86 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-09-07 | Prepare post v1.1.0.201109071825-rc3 builds | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I1244f6639263d156a6f9e4530167e5eb1826a535 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-09-07 | JGit v1.1.0.201109071825-rc3v1.1.0.201109071825-rc3 | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I1b989d3101272632eacabe25a0b111ad0ff5bb3b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-09-05 | Use commit message best practices for Mylyn Commit template | Matthias Sohn | 2 | -0/+7 | |
We should use a template for Mylyn commit messages that matches with our guidelines for commit messages. http://wiki.eclipse.org/EGit/Contributor_Guide#Commit_message_guidelines Bug: 337401 Change-Id: I05812abf0eb0651d22c439142640f173fc2f2ba0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-09-01 | Prepare post-v1.1.0.201109011030-rc2 builds | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I8dda83cdbe88beba4a480df9846848bf3aceb9e2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-09-01 | JGit v1.1.0.201109011030-rc2v1.1.0.201109011030-rc2 | Matthias Sohn | 2 | -2/+2 | |
Change-Id: Ie6d65fe45ad92c813ce3a227729aa43681922249 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-09 | Merge branch 'stable-1.0' | Matthias Sohn | 3 | -2/+63 | |
* stable-1.0: Prepare post JGit v1.0.0.201106090707-r builds JGit v1.0.0.201106090707-r Include about.html files in maven build Prepare post v1.0.0.201106081625-r builds JGit v1.0.0.201106081625-r Add missing about.html files to all shipped bundles Prepare post v1.0.0.201106071701-r builds JGit v1.0.0.201106071701-r | |||||
2011-06-09 | Prepare post JGit v1.0.0.201106090707-r buildsstable-1.0 | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I35292f9f6fb5ebc591308fdd2d069203413e189d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-09 | JGit v1.0.0.201106090707-rv1.0.0.201106090707-r | Matthias Sohn | 2 | -2/+2 | |
Change-Id: Iba44e71b6441a0e39122ca8666b51989e605f25f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-09 | Include about.html files in maven build | Matthias Sohn | 1 | -1/+2 | |
Change-Id: Ifa96090eb0fc336ee8080385f48212b5158dd9f7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-09 | Prepare post v1.0.0.201106081625-r builds | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I5e6994844405f7839ad3b3439f98bcadb59d329b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-08 | JGit v1.0.0.201106081625-rv1.0.0.201106081625-r | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I629990189083bab4737938ad712080fba7917582 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-08 | Add missing about.html files to all shipped bundles | Matthias Sohn | 2 | -1/+61 | |
Change-Id: I5a4ad9493da3816f21d9fdd0b5b977388d074500 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-08 | Prepare post v1.0.0.201106071701-r builds | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I67ee2912ef54462cf860dc4ec0a6334e9c619384 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-07 | JGit v1.0.0.201106071701-rv1.0.0.201106071701-r | Matthias Sohn | 2 | -2/+2 | |
Change-Id: Ic8f49336ba96c8dcf4bab2f74c0f1efc1ab55131 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-05 | Prepare 1.1.0 builds | Matthias Sohn | 2 | -3/+3 | |
Change-Id: I4cf017cd567543846839612ab3ace6d26233e01d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-05 | Prepare post v1.0.0.201106051725-r builds | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I4839877e1a6fa7782f37423213af8d579727a494 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-05 | JGit v1.0.0.201106051725-rv1.0.0.201106051725-r | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I39f4a23cf284505395d511dfedf02b7f5608df95 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-01 | Prepare post v1.0.0.201106011211-rc3 builds | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I4dec8eba7e35858aef65fcc10f91fad3fe5b52b9 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-06-01 | JGit v1.0.0.201106011211-rc3v1.0.0.201106011211-rc3 | Matthias Sohn | 2 | -2/+2 | |
Change-Id: I574a05200471c431b3a02ac6ff208dc6aa90f539 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-05-31 | Remove incubation marker | Matthias Sohn | 1 | -1/+1 | |
Change-Id: I6018ce0cd3b7c8137e137848fe1f04551b257538 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-05-23 | Add GitAddTask | Ketan Padegaonkar | 2 | -1/+154 | |
Change-Id: Ia9a3c9f4728e13d1e62f530b1d843d09afb4eb42 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | |||||
2011-05-19 | Add GitCloneTaskTest | Ketan Padegaonkar | 1 | -3/+4 | |
Change-Id: Iec8cd032d8d659a896d909f9094f76b7d35147e6 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | |||||
2011-05-05 | Add pom.xml to org.eclipse.jgit.ant | Chris Aniszczyk | 1 | -0/+114 | |
Also-by: Ketan Padegaonkar <KetanPadegaonkar@gmail.com> Bug: 321237 CQ: 5111 Change-Id: Ie93b85df76fcb5c077b93f01ed1959eaeffb3c20 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | |||||
2011-05-03 | Add better exception handling for the git-init ant task | Ketan Padegaonkar | 1 | -3/+8 | |
Change-Id: Ia935720fc9c09b427abb84be038c4dc74610850c Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | |||||
2011-05-02 | Qualify post-0.12 builds | Matthias Sohn | 1 | -2/+2 | |
Change-Id: I70fe2671321efb5c3d271121ce00299533d1b388 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> | |||||
2011-05-02 | Add better javadoc to the git-init ant task | Ketan Padegaonkar | 1 | -2/+12 | |
Change-Id: If41e5a9ab37533cce10ea1c1925d7bd3ece586ea Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | |||||
2011-05-02 | Add GitCheckoutTask to org.eclipse.jgit.ant | Ketan Padegaonkar | 2 | -1/+128 | |
Bug: 321237 Change-Id: I5c4753f7b99d0be002b32e403f5dfff9353c57b0 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | |||||
2011-05-02 | Add GitCloneTask to org.eclipse.jgit.ant | Ketan Padegaonkar | 2 | -1/+119 | |
Bug: 321237 Change-Id: I605da8150048158d918c577ef8ca4f6edbed0133 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> | |||||
2011-05-02 | Add org.eclipse.jgit.ant | Ketan Padegaonkar | 10 | -0/+156 | |
Adds the initial project and a GitInitTask. Bug: 321237 Change-Id: I06b94e0b42b20ecf51f86845e47d49913f3513c4 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> |
- Members
- Working Groups
- Projects
- Community
- Participate
- Eclipse IDE
-
More
-
-
Community
- Marketplace
- Events
- Planet Eclipse
- Newsletter
- Videos
- Blogs
-
Participate
- Report a Bug
- Forums
- Mailing Lists
- Wiki
- IRC
- Research
-
-
-
-
Search
-