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 249326 - API for git stashes
Summary: API for git stashes
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 224986
  Show dependency tree
 
Reported: 2014-12-12 14:34 UTC by Ondrej Vrabec
Modified: 2014-12-21 06:07 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
IDE log (880.84 KB, text/plain)
2014-12-12 14:34 UTC, Ondrej Vrabec
Details
API changes (41.54 KB, patch)
2014-12-12 14:40 UTC, Ondrej Vrabec
Details | Diff
correct patch (33.37 KB, patch)
2014-12-12 14:42 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-12-12 14:34:01 UTC
We need an API for git stash save, apply, drop and list.
Comment 1 Ondrej Vrabec 2014-12-12 14:34:17 UTC
Created attachment 151078 [details]
IDE log
Comment 2 Ondrej Vrabec 2014-12-12 14:40:34 UTC
please review the attached patch if anyone is interested in git stashes.
Comment 3 Ondrej Vrabec 2014-12-12 14:40:38 UTC
Created attachment 151080 [details]
API changes
Comment 4 Ondrej Vrabec 2014-12-12 14:42:49 UTC
Created attachment 151081 [details]
correct patch

sorry, wrong patch
Comment 5 Ondrej Vrabec 2014-12-19 14:00:53 UTC
fix: http://hg.netbeans.org/core-main/rev/bb4292d0649a
Comment 6 Quality Engineering 2014-12-21 06:07:27 UTC
Integrated into 'main-silver', will be available in build *201412210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bb4292d0649a
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #249326 - API for git stashes

Adding support for git stashes, creating, applying, listing and dropping stash commits.