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 226545 - add rebase to git API
Summary: add rebase to git API
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: API, API_REVIEW_FAST
Depends on: 221737
Blocks: 213855 221661
  Show dependency tree
 
Reported: 2013-02-22 15:55 UTC by Ondrej Vrabec
Modified: 2013-03-20 02:08 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
API change (44.38 KB, patch)
2013-03-11 10:28 UTC, Ondrej Vrabec
Details | Diff
API consumption in the UI (53.55 KB, patch)
2013-03-11 10:28 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 2013-02-22 15:55:55 UTC
In order to implement rebase support in the Git module the API in libs.git must be extended for rebase method.
Comment 1 Ondrej Vrabec 2013-03-11 10:26:30 UTC
Kindly asking for review of the API change.
Comment 2 Ondrej Vrabec 2013-03-11 10:28:41 UTC
Created attachment 132449 [details]
API change
Comment 3 Ondrej Vrabec 2013-03-11 10:28:46 UTC
Created attachment 132450 [details]
API consumption in the UI
Comment 4 Ondrej Vrabec 2013-03-18 09:23:43 UTC
i will integrate tomorrow
Comment 5 Ondrej Vrabec 2013-03-19 09:09:26 UTC
fix: http://hg.netbeans.org/core-main/rev/70f472f3cccd
Comment 6 Quality Engineering 2013-03-20 02:08:33 UTC
Integrated into 'main-golden', will be available in build *201303192300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/70f472f3cccd
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #226545 - add rebase to git API
API for git rebase