Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 410465

Summary: Git Status: only one commit displayed
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: GitAssignee: Gabriel Luong <gabriel.luong>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: mamacdon, Szymon.Brandys
Version: 3.0Flags: malgorzata.tomczyk: review+
Target Milestone: 3.0 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2013-06-11 08:43:07 EDT
Only one commit is displayed on git status, even if there are more. Outgoing commit will only be displayed when there are not incoming commits.
The reason I guess is in gitStatusExplorer.js, line 861 and 881 (commitNode.innerHTML = ""); Each commit rendered clears the previous rendered.
Comment 1 Gabriel Luong CLA 2013-06-11 23:48:15 EDT
https://github.com/gabrielluong/orion.client/commit/05937ee10ffbbe87b7898ee4801e6d117c31a8d8
https://orion.eclipse.org/git/reviewRequest.html#https://github.com/gabrielluong/orion.client.git_05937ee10ffbbe87b7898ee4801e6d117c31a8d8

I assert that I authored 100% of the content of this contribution and have the rights to donate the content to Eclipse under the EPL
Comment 2 Malgorzata Janczarska CLA 2013-06-12 12:37:22 EDT
Merged.