Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-19Synchronize View Performance Enhancementzkoppany1-108/+0
2011-01-18Implement a merge comand that works from the History pageRobin Rosenberg1-1/+7
2011-01-14Merge "Improve error handling of PullOperation"Matthias Sohn1-0/+3
2011-01-14Merge "Remove unused messages"Matthias Sohn2-67/+8
2011-01-14Remove unused messagesJens Baumgart2-67/+8
2011-01-14Improve error handling of PullOperationJens Baumgart1-0/+3
2011-01-13Check FS.supportsExecute() before resolving file from resourcePhilipp Thun1-1/+2
2011-01-13Replace with->File in Git Index: ignore untracked filesJens Baumgart1-2/+5
2011-01-13Merge "Handle simple tags in RepositoryUtils"Mathias Kinzler1-10/+26
2011-01-12Merge "Interactive commit should delete empty trees"Robin Rosenberg1-1/+9
2011-01-12Handle simple tags in RepositoryUtilsRobin Rosenberg1-10/+26
2011-01-10Move NLS strings for Revert and Cherry pick to the ui moduleRobin Rosenberg2-18/+0
2011-01-10Merge "Avoid NullPointerException in GitProjectData"Jens Baumgart1-1/+1
2011-01-10Checkout: display checkout conflicts in a user-friendly wayMathias Kinzler1-127/+60
2011-01-10Avoid NullPointerException in GitProjectDataMathias Kinzler1-1/+1
2011-01-09Implement a revert commandRobin Rosenberg2-0/+9
2010-12-31Get rid of a compiler warning in CloneOperationMathias Kinzler1-3/+3
2010-12-22DiscardChangesOperation: unlock DirCache in case of failureJens Baumgart1-4/+7
2010-12-19Interactive commit should delete empty treesRobin Rosenberg1-1/+9
2010-12-17Qualify post 0.10 buildsMatthias Sohn2-25/+25
2010-12-17Qualify post 0.10.1 buildsstable-0.10Matthias Sohn2-25/+25
2010-12-17EGit 0.10.1v0.10.1Matthias Sohn2-25/+25
2010-12-14Fix cloning a repository with detached HEADStefan Lay1-19/+25
2010-12-09[findbugs] Do not ignore exceptional return valueMatthias Sohn5-69/+73
2010-12-08Adapt egit to jgit change Idb176736Matthias Sohn4-16/+21
2010-12-08Update DiscardChangesOperation usage of DirCacheCheckoutChris Aniszczyk1-1/+1
2010-12-07Use abbreviate() instead of substring() on RevCommit nameDariusz Luksza1-1/+1
2010-12-05Adapt to incompatible jgit change Idc5f097dMatthias Sohn2-11/+13
2010-12-03Merge "[findbugs] Implement hashCode() where equals() is overridden"Chris Aniszczyk1-0/+5
2010-12-03Merge changes I3010a2eb,I796bd4fdMatthias Sohn2-0/+29
2010-12-03[findbugs] GitSyncInfo doesn't override SyncInfo.equals(Object)Dariusz Luksza1-0/+24
2010-12-03Prevent from null arguments in GitSynchronizeDataDariusz Luksza1-0/+5
2010-12-03[findbugs] Extract setting static member into static methodMatthias Sohn1-1/+5
2010-12-03[findbugs] Implement hashCode() where equals() is overriddenMatthias Sohn1-0/+5
2010-12-03Remove deprecated code from ResetOperation, DiscardChangesOperationMathias Kinzler2-70/+39
2010-12-02Fix a few compiler warnings (parameter hides variable)Mathias Kinzler3-9/+9
2010-12-02Merge "[findbugs] Use StringBuilder for String concatenation"Mathias Kinzler1-7/+5
2010-12-02Add the menu action "Team > No assume unchanged"Matthias Sohn1-5/+14
2010-12-02Add AddToIndex to Git Command Group actionsMatthias Sohn1-0/+12
2010-12-01[findbugs] Use StringBuilder for String concatenationMatthias Sohn1-7/+5
2010-12-01Authentication: add option to store password in secure storeJens Baumgart3-0/+28
2010-11-30Implement basic authentificationJens Baumgart5-2/+173
2010-11-23Add a Rebase OperationMathias Kinzler1-0/+126
2010-11-12Merge "AdaptableFileTreeIterator: handling of nested / closed projects"Stefan Lay2-6/+76
2010-11-11CloneOperation: replace WorkDirCheckout with DirCacheCheckoutJens Baumgart1-8/+8
2010-11-11AdaptableFileTreeIterator: handling of nested / closed projectsJens Baumgart2-6/+76
2010-11-10Use DirCacheCheckout in BranchOperationJens Baumgart3-36/+59
2010-10-25Add FindBugs and CPD to the buildChris Aniszczyk1-0/+9
2010-10-19[historyView] Refactoring first partMathias Kinzler1-43/+0
2010-10-17Add CherryPick to the history page context menuChristian Halstrick2-1/+10

Back to the top