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

Summary: API for git stashes
Product: versioncontrol Reporter: Ondrej Vrabec <ovrabec>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: apireviews, git
Priority: P3 Keywords: API, API_REVIEW_FAST
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 224986    
Attachments: IDE log
API changes
correct patch

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.