Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernard Leach2011-05-03 22:59:46 +0000
committerChris Aniszczyk2011-05-12 18:07:46 +0000
commit562ff7890f47f4be0cb9b6e76f8fc4d645374228 (patch)
treeb86fb8f538d58ed5561da75d443e8248e4607f00 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parent2f724143881b110bff53983df9ccf1d88366acc1 (diff)
downloadegit-562ff7890f47f4be0cb9b6e76f8fc4d645374228.tar.gz
egit-562ff7890f47f4be0cb9b6e76f8fc4d645374228.tar.xz
egit-562ff7890f47f4be0cb9b6e76f8fc4d645374228.zip
Add a 'Staging' view
Git's staging area is one of its most powerful features. This view provides users with the ability to drag-and-drop files between the working directory and index. Such an operation would be synonymous to adding the modified files to the index and tracking the untracked files. Other operations like committing is also possible from the view's context menu. Change-Id: I7d78aff4db32d864ac0410a178bad149c45b6440 CQ: 5115 Bug: 313263 Also-by: Remy Suen <remysuen@ca.ibm.com> Also-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index 94d6ec81e1..2ce768b7c1 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -1228,3 +1228,13 @@ OpenWorkingFileAction_text=&Open
OpenWorkingFileAction_tooltip=Open Working File
OpenWorkingFileAction_openWorkingFileShellTitle=Problems Opening Working File
DecoratableResourceHelper_noHead=NO-HEAD
+
+StagingView_UnstagedChanges=Unstaged Changes
+StagingView_StagedChanges=Staged Changes
+StagingView_CommitMessage=Commit Message
+StagingView_Committer=Committer:
+StagingView_Author=Author:
+StagingView_Ammend_Previous_Commit=Amend Previous Commit
+StagingView_Add_Signed_Off_By=Add Signed-off-by
+StagingView_Add_Change_ID=Add Change-ID
+StagingView_Commit=Commit

Back to the top