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 - JGit Library to report information on staged files
Summary: JGit Library to report information on staged files
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-20 13:14 UTC by DaveE
Modified: 2012-02-24 10:15 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.