Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-13refactor: simplify collection.toArray()Michael Keppler1-1/+1
2018-05-29Update license to EPL-2.0Matthias Sohn7-14/+28
2018-04-11Remove problem characters from task related branch name suggestionMichael Keppler1-2/+3
2017-03-03Repository.normalizeBranchName can return nullThomas Wolf1-2/+4
2017-01-19Use the JGit API for branch name normalization.Wim Jongman1-3/+2
2016-09-13Reset commit message in staging view when new task is activatedBrandon Dong1-0/+30
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel5-0/+11
2015-05-21Use try-with-resource to avoid leaks with RevWalk and TreeWalkMatthias Sohn1-4/+4
2015-03-02Replace deprecated RevWalk.close()Matthias Sohn1-7/+1
2014-04-02Provide extensibility for suggesting branch namesGerd Zanker1-0/+62
2013-05-03Fix line endingsMatthias Sohn1-60/+60
2013-01-25Don't use ContextChangeSet#getComment(..), it's deprecated and internalTomasz Zarna1-6/+3
2012-04-01[sync] New 'Git Commit Model' implementationDariusz Luksza1-1/+10
2012-03-23Fix regions decorated by commit hyperlink detectorSteffen Pingel1-52/+82
2012-01-16Arrays.copyOf not supported in Java 1.5, replace with System.arraycopyTomasz Zarna1-2/+3
2012-01-14[findBugs] Return defensive copy to not expose mutable object stateMatthias Sohn1-1/+2
2011-11-16[findBugs] Don't catch unexpected checked exceptionsMatthias Sohn1-1/+4
2011-08-28TaskReferenceFactory should set timestamp for commitsSteffen Pingel1-1/+3
2011-08-17Support hyperlink detector for Commit idsBenjamin Muskalla3-0/+261
2011-06-30TaskReferenceFactory: use URIish to extract the hostRobert Munteanu1-7/+5
2011-06-30TaskReferenceFactory: use constants instead of hardcoded stringsRobert Munteanu1-1/+4
2011-05-02UI blocked while opening menuBenjamin Muskalla1-9/+0
2011-01-31Support 'Open corresponding task'ilya.ivanov1-10/+159
2011-01-25Support 'Open corresponding task' in History and Sync ViewBenjamin Muskalla1-0/+58
2011-01-21Ensure public fields are commented due to project settingsMathias Kinzler1-1/+1
2011-01-21Fetch commit message template from project specific settings Manuel Doninger1-10/+26
2011-01-17Add initial EGit Mylyn integrationChris Aniszczyk2-0/+99

    Back to the top