Re: [PATCH 4/5] stash: introduce 'git stash store'

2013-06-14 Thread Phil Hord
On Fri, Jun 14, 2013 at 6:32 AM, Ramkumar Ramachandra wrote: > save_stash() contains the logic for doing two potentially independent > operations; the first is preparing the stash merge commit, and the > second is updating the stash ref/ reflog accordingly. While the first > operation is abstract

[PATCH 4/5] stash: introduce 'git stash store'

2013-06-14 Thread Ramkumar Ramachandra
save_stash() contains the logic for doing two potentially independent operations; the first is preparing the stash merge commit, and the second is updating the stash ref/ reflog accordingly. While the first operation is abstracted out into a create_stash() for callers to access via 'git stash crea