Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-24Prevent from NPE in GitSubscriberMergeContextDariusz Luksza1-1/+5
2012-01-24Check for a Git provider in GitQuickDiffProvider.isEnabledKevin Sawicki2-3/+13
2012-01-24[historyView] Use filtered commit as input to comment viewerKevin Sawicki1-2/+1
2012-01-24Guard against null mapping when using active editorKevin Sawicki1-2/+6
2012-01-24Ensure that repo is closed in ProjectReferenceImporterRobin Stocker1-5/+8
2012-01-23Validate path before attempting tree walkKevin Sawicki2-2/+6
2012-01-22[sync] Add UI tests for partial staging in GitCommitModelDariusz Luksza1-0/+61
2012-01-22Skip clone for import of project from existing repoRobin Stocker3-18/+117
2012-01-21Don't drop last character when parsing change idKevin Sawicki1-1/+1
2012-01-21Limit the listing of the branches that a commit appear on to 20Robin Rosenberg3-2/+16
2012-01-21Added context menu to the Commit Editor's header textDaniel Megert4-10/+93
2012-01-20Allow the user to select the Git prefixRobin Rosenberg8-11/+116
2012-01-20Removed bad ON_TOP flag from dialogs.Markus Keller3-4/+4
2012-01-20Fix failing tests in HistoryViewTestDariusz Luksza3-24/+23
2012-01-20Merge "Fix failing CompareActionTest.testCompareWithCommit"Matthias Sohn1-0/+23
2012-01-20Nice checkout conflict display instead of internal errorMarkus Duft1-1/+10
2012-01-20Fix failing CompareActionTest.testCompareWithCommitDariusz Luksza1-0/+23
2012-01-20[historyView] Add preferences for max branch and tag lengthKevin Sawicki11-110/+182
2012-01-20Merge "[repoView] Hide working directory node on bare repositories"Matthias Sohn4-22/+6
2012-01-20Git Tree Compare: filter "ignored" filesMathias Kinzler1-7/+25
2012-01-19Guard against null and empty paths when reading mementoKevin Sawicki1-4/+11
2012-01-19[repoView] Hide working directory node on bare repositoriesKevin Sawicki4-22/+6
2012-01-19Prevent NPE when getting image descriptors for merge file diffsKevin Sawicki1-3/+13
2012-01-18Fix possible invalid thread access exception in history pageDaniel Megert1-3/+7
2012-01-18Merge "Initialize date format to fix failing CompareActionTest"Robin Rosenberg1-1/+1
2012-01-17Merge "Fix exception handling in SourceBranchPage"Matthias Sohn2-8/+12
2012-01-17Fix exception handling in SourceBranchPageMatthias Sohn2-8/+12
2012-01-17Merge "Refactor import code of GitProjectSetCapability"Matthias Sohn2-133/+224
2012-01-17Show most recent previous commit message proposals firstKevin Sawicki1-6/+4
2012-01-17Merge "Avoid reading the index when deleting non-tracked files"Dariusz Luksza1-1/+21
2012-01-17Open/close projects when switching branchesKevin Sawicki15-16/+717
2012-01-16Refactor import code of GitProjectSetCapabilityRobin Stocker2-133/+224
2012-01-16Merge "Arrays.copyOf not supported in Java 1.5, replace with System.arraycopy"Matthias Sohn1-2/+3
2012-01-16Fix CCE (regression) in GitHistoryPage$1.propertyChangeRobin Rosenberg1-2/+1
2012-01-16Initialize date format to fix failing CompareActionTestMatthias Sohn1-1/+1
2012-01-16Show detailed branch status in label decoration of projectRobin Stocker9-14/+115
2012-01-16Arrays.copyOf not supported in Java 1.5, replace with System.arraycopyTomasz Zarna1-2/+3
2012-01-15Merge "Use GitDateFormatter from JGit for formatting"Robin Rosenberg3-20/+22
2012-01-15Avoid reading the index when deleting non-tracked filesRobin Rosenberg1-1/+21
2012-01-15Make sure all bytes are written to files on close, or get an error.Robin Rosenberg1-1/+2
2012-01-14Merge "Use LsRemoteCommand to implement ListRemoteOperation"Dariusz Luksza4-45/+42
2012-01-14Use LsRemoteCommand to implement ListRemoteOperationMatthias Sohn4-45/+42
2012-01-14Prevent early search termination due to bare repositoriesKevin Sawicki2-10/+68
2012-01-14Make order predictable when pulling multiple projectsRobin Stocker5-14/+14
2012-01-14Verify offset is valid before calling getStyleRangeAtOffsetKevin Sawicki1-20/+23
2012-01-14Show icon for submodules in commit dialog and staging viewKevin Sawicki4-8/+43
2012-01-14Display repository icon for changed submodulesKevin Sawicki2-46/+10
2012-01-14Improve abysmal performance of commit info update in history viewRobin Rosenberg1-8/+37
2012-01-14Provide proper scheduling rules for operations locking the Git indexJens Baumgart6-9/+102
2012-01-14[repoView] Use remote icon when showing branch hierarchyKevin Sawicki1-2/+1

Back to the top