Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-12-22EGit v1.2.0.201112221803-rv1.2.0.201112221803-rstable-1.2Matthias Sohn26-32/+32
2011-12-22Update documentation for 1.2Matthias Sohn70-967/+1104
2011-12-20CompareIndexWithHeadAction: avoid unnecessary IndexDiff calculationJens Baumgart1-1/+3
2011-12-19Unlock DirCache in case of exceptionJens Baumgart4-26/+48
2011-12-16cleanup: Remove javadoc validation due to incomplete javadocsRobin Rosenberg2-0/+3
2011-12-14Don't show files message if no failing pathsKevin Sawicki3-9/+21
2011-12-14RebaseOperation: add missing refreshJens Baumgart1-1/+16
2011-12-14Merge "PullOperation: add missing resource refresh" into stable-1.2Matthias Sohn1-2/+26
2011-12-14PullOperation: add missing resource refreshJens Baumgart1-2/+26
2011-12-13Use different maven repository to get signing pluginMatthias Sohn1-1/+1
2011-12-12Do not recurse into .git directory when searching projectsMatthias Sohn1-0/+7
2011-12-11Merge "Show proper message when merge hits checkout conflicts" into stable-1.2Matthias Sohn3-0/+18
2011-12-10Fix version.shMatthias Sohn1-6/+21
2011-12-10Move import org.eclipse.egit.core upMatthias Sohn1-1/+1
2011-12-09[historyView] Add icon for 'Open in Commit Viewer' commandMatthias Sohn1-0/+4
2011-12-09[reflogView] Add 'Open in Commit Viewer' commandMatthias Sohn3-0/+64
2011-12-09[reflogView] Extract getSelectedCommit()Matthias Sohn2-17/+32
2011-12-08Show proper message when merge hits checkout conflictsMatthias Sohn3-0/+18
2011-12-07Fix NPE in RepositoriesViewStefan Lay1-10/+18
2011-12-05[reflogView] Don't show icon in 'Commit Message' columnKevin Sawicki1-6/+0
2011-12-05[reflogView] Remove 'Committer' columnKevin Sawicki3-49/+3
2011-12-05[sync] Update destination ref after fetching changesDariusz Luksza3-4/+53
2011-12-04[reflogView] Fix wrong tooltipsMatthias Sohn1-7/+3
2011-12-04[reflogView] Add commit message columnMatthias Sohn3-2/+39
2011-12-04Merge "Update .eclipse_iplog for 1.2" into stable-1.2Matthias Sohn1-1/+1
2011-12-03cleanup: Remove a surplus '>' from plugin.xmlRobin Rosenberg1-1/+1
2011-12-02Update command id used to delete branches in checkout dialogKevin Sawicki1-4/+4
2011-12-01Update .eclipse_iplog for 1.2Matthias Sohn1-1/+1
2011-12-01Fix build broken on GalileoMatthias Sohn2-3/+97
2011-12-01Pass file encoding to EditableRevision in FileEditableRevisionRobin Stocker2-8/+2
2011-12-01Refactor anonymous subclasses of EditableRevision into FileEditableRevisionRobin Stocker3-62/+80
2011-12-01Allow deletion of linked resourceRobin Rosenberg1-0/+4
2011-12-01Allow GitProjectSetCapability to accept SCM URIs Tomasz Zarna5-0/+252
2011-12-01SpellcheckableMessageArea: remove platform specific line endingsJens Baumgart3-2/+84
2011-11-30Remove unused parameter in GitCompareFileRevisionEditorInputDariusz Luksza1-3/+3
2011-11-30[reflogView] Guard against empty selection in CheckoutHandlerKevin Sawicki3-21/+25
2011-11-30Add cherry pick action to commit editor toolbarKevin Sawicki11-151/+385
2011-11-30[sync] Move partial change from HEAD to indexDariusz Luksza2-1/+128
2011-11-30Disable amend if the repository does not contain a commitJens Baumgart3-10/+11
2011-11-30Merge "[findBugs] Remove redundant null check in GitSyncObjectCache"Matthias Sohn1-3/+0
2011-11-30Standardize label as "Add to Index" instead of "Add"Kevin Sawicki1-3/+3
2011-11-30Revert "Fix typos in action labels"Matthias Sohn1-3/+3
2011-11-30Provide a way to reset stored credentialsMatthias Sohn3-0/+17
2011-11-30[findBugs] Remove redundant null check in GitSyncObjectCacheDariusz Luksza1-3/+0
2011-11-30Merge "Only trim leading segment of remote references"Stefan Lay2-7/+63
2011-11-30Support 'Show Annotations' on history itemsKevin Sawicki7-22/+146
2011-11-30Merge "Only check out on double-click"Jens Baumgart1-13/+28
2011-11-30Only check out on double-clickDaniel Megert1-13/+28
2011-11-30Unify the dialogs for branch selection and "unmerged" warningsMathias Kinzler11-376/+326
2011-11-30Only trim leading segment of remote referencesKevin Sawicki2-7/+63

Back to the top