Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-26CommitSelectionDialog: prevent InvalidObjectException and include HEADThomas Wolf1-5/+23
2019-11-26[ref filter dialog] Prevent re-defining preconfigured filtersThomas Wolf3-10/+70
2019-11-25Merge "[ref filters] Enable removal via DEL key"Thomas Wolf1-0/+12
2019-11-25[repo view] Add/clone/create repository commands in context menuThomas Wolf8-6/+141
2019-11-25Fix handling of empty area with repo groupsThomas Wolf2-12/+44
2019-11-24[ref filters] Enable removal via DEL keyThomas Wolf1-0/+12
2019-11-24Add separators in ref filter menuMichael Keppler4-18/+32
2019-11-24Simplify comparator codeMichael Keppler2-35/+10
2019-11-24[repo groups] inline renaming of repository groupsThomas Wolf11-77/+399
2019-11-23Ref filter dialog: use standard Eclipse variable syntaxThomas Wolf3-7/+22
2019-11-22Allow refspec deletion via key in refspec config dialogMichael Keppler1-0/+11
2019-11-22NPE in StagingView link with selectionMichael Keppler2-3/+13
2019-11-22Branch selection dialog improvementsThomas Wolf6-9/+22
2019-11-22[repo view] Add collapse working tree commandAlexander Nittka3-0/+85
2019-11-21[history] Avoid concurrent access to the GitHistoryWalkThomas Wolf1-1/+13
2019-11-21"Switch To" should allow to take a commit/hash as inputSimon Muschel3-4/+47
2019-11-20RepositoryTreeNode: fix side-effects from adapting to FileThomas Wolf2-9/+13
2019-11-20[repo view] link with selection (hidden working tree)Alexander Nittka1-1/+9
2019-11-20Adapt RepositoryTreeNode to FileAlexander Nittka1-0/+16
2019-11-20Set "Don't show again" for deletion of repository groups only on OKThomas Wolf1-1/+1
2019-11-20Clean up repository view context menuThomas Wolf1-36/+35
2019-11-20Ref filter dialog: use JFace supportThomas Wolf1-40/+48
2019-11-20[history] Don't allow empty ref filtersThomas Wolf3-8/+64
2019-11-18Correctly format "Repository group already exists" messageMichael Keppler1-1/+4
2019-11-18Fail gracefully in Statistics property pageMichael Keppler3-1/+10
2019-11-18Make sure the GarbageCollectCommand gets a FileRepositoryThomas Wolf1-4/+5
2019-11-17Use String comparisonMichael Keppler1-2/+2
2019-11-17Fix typos and namingMichael Keppler2-29/+29
2019-11-17Use cached repositories for submodulesThomas Wolf2-32/+36
2019-11-17[history] refs/**/[CURRENT-BRANCH] shows empty historyAndrey Loskutov1-17/+58
2019-11-16[history] Apply cell editor in ref filter dialog on OKThomas Wolf1-0/+1
2019-11-16[repo groups] "Don't show again" for deletion confirmationThomas Wolf7-8/+61
2019-11-16[repo groups] Decorations consistent with WorkingSetsThomas Wolf1-16/+37
2019-11-16[repo groups] RepositoryGroupNode: store model object instead of labelThomas Wolf11-87/+23
2019-11-16[repo view] RepositoriesViewSorter: actually use categoriesThomas Wolf1-7/+19
2019-11-16[repo view] Eliminate default handler for paste commandThomas Wolf2-14/+12
2019-11-16[repo view] Bind "Rename Repository Group..." to standard renameThomas Wolf4-49/+93
2019-11-16[repo groups] move to own packageThomas Wolf16-58/+85
2019-11-16[repo view] Introduce repository groupsAlexander Nittka26-54/+1386
2019-11-15Fix typos in ref filter dialogMichael Keppler3-6/+6
2019-11-14[history] Multi-selection in ref filter dialogThomas Wolf1-15/+21
2019-11-14[history] Fix removal in ref filter dialogThomas Wolf1-0/+4
2019-11-14[history] Reveal newly added element in ref filter dialogThomas Wolf1-0/+4
2019-11-14[history] Ref filter dialog size improvementsThomas Wolf1-5/+17
2019-11-14[history] Left-align explanatory text in ref filter dialogThomas Wolf1-4/+6
2019-11-13[history] Use title case in ref filter dialogThomas Wolf1-1/+1
2019-11-13[history] Fix showing HEAD if it changedThomas Wolf2-7/+21
2019-11-12Sort branches in branch selection dialog like in repo viewMichael Keppler3-10/+8
2019-11-12Cache the repository configThomas Wolf4-123/+141
2019-11-12Decorators: cache more repository stateThomas Wolf29-337/+463

Back to the top