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 237637 - Commit dialog: View and save as patch
Summary: Commit dialog: View and save as patch
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-24 21:43 UTC by markiewb
Modified: 2013-10-24 21:43 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Mockup of the dialog (148.92 KB, image/png)
2013-10-24 21:43 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-10-24 21:43:24 UTC
Created attachment 141541 [details]
Mockup of the dialog

Usecase: 
* open commit dialog
* click on a button "View as patch" (or "Create patch") -> tab with readonly patch content will be opened. Now you can see the changes of the whole commit at one glance (issues regarding eol-changes can be spotted this way; this way the review is even faster than showing the diff of every changed file)
* in the patch tab the user can also click on a button "Save patch..." (or "Export patch...") to persist the patch to the filesystem

See also the attached very basic mock-up screenshot