This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 206571

Summary: JGit Library to report information on staged files
Product: versioncontrol Reporter: DaveE
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description DaveE 2011-12-20 13:14:04 UTC
Reguire the JGit library to have an api or apis to report the modification date/time + author/user of when a file is staged on the commit index. Need to be able to retrieve the staged file content, this maybe possible by using catIndexFile. If it is not could this method be enhanced to satisfy the requirement.

Thanks
Comment 1 Ondrej Vrabec 2012-02-24 10:15:55 UTC
It seems that the only information i can provide is the last-modification timestamp. Index entry has no information about the user who added the file to index, user is identified during the commit.