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 248002 - Need API to export an arbitrary diff
Summary: Need API to export an arbitrary diff
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 247366
  Show dependency tree
 
Reported: 2014-10-17 13:35 UTC by Ondrej Vrabec
Modified: 2014-10-29 11:44 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
API change and test (11.65 KB, patch)
2014-10-17 14:48 UTC, Ondrej Vrabec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2014-10-17 13:35:47 UTC
Currently it is possible only to export the diff of uncommitted changes. We need an API to export any diff (two commits, current state against any commit or e.g. current index state against any other state)
Comment 1 Ondrej Vrabec 2014-10-17 14:48:15 UTC
Created attachment 149962 [details]
API change and test
Comment 2 Ondrej Vrabec 2014-10-17 14:48:37 UTC
... please review
Comment 3 Ondrej Vrabec 2014-10-27 15:19:45 UTC
fix: http://hg.netbeans.org/core-main/rev/a43eb796bcf5
Comment 4 Quality Engineering 2014-10-29 11:44:16 UTC
Integrated into 'main-silver', will be available in build *201410290913* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a43eb796bcf5
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #248002 - Need API to export an arbitrary diff