Bug 433497

Summary: Commit Changes Dialog should show asterisk for files added to Index in Files table
Product: [Technology] EGit Reporter: Paul Verest <paul.verest>
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: robin
Version: unspecifiedKeywords: bugday, helpwanted
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Paul Verest CLA 2014-04-25 05:51:35 EDT
If I add files to index and immediately commit them, I see files with green plus overlay icon. That is nice.

However if I do add to Index twice or mote time, I cannot distinguish files that are added in Index from Commit Changes Dialog.
Comment 1 Robin Stocker CLA 2014-04-25 14:31:00 EDT
You're right, that would be nice.

By the way, do you know about the "Git Staging" view (use Ctrl+3 or Cmd+3 to find it)? It's much nicer than the Commit dialog for committing.
Comment 2 Paul Verest CLA 2014-04-27 22:41:10 EDT
(In reply to Robin Stocker from comment #1)
> 
> By the way, do you know about the "Git Staging" view (use Ctrl+3 or Cmd+3 to
> find it)? It's much nicer than the Commit dialog for committing.

Hi Robin

I knew (it was in some newer version announce), but have forgotten. Their functionality is similar.
While Commit Changes Dialog is easier to access, Git Staging View is non modal.

Please add Git Staging View in Team context menu as well.

P.S. there is some inconsistency: 
in Commit Changes Dialog unstaged files (that are called untracked files) are shown below, 
but in Git Staging View "Unstaged" files are shown above.
Comment 3 Paul Verest CLA 2014-04-28 02:18:27 EDT
P.P.S. Also there should be a way to switch between Commit Changes Dialog and Git Staging View. Currently there are 2 ways to commit, but they are not connected  with link.