[PATCH 5/5] rebase: use 'git stash store' to simplify logic

2013-06-14 Thread Ramkumar Ramachandra
rebase has no reason to know about the implementation of the stash. In the case when applying the autostash results in conflicts, replace the relevant code in finish_rebase () to simply call 'git stash store'. Signed-off-by: Ramkumar Ramachandra artag...@gmail.com --- git-rebase.sh | 6 +-

Re: [PATCH 5/5] rebase: use 'git stash store' to simplify logic

2013-06-14 Thread Ramkumar Ramachandra
Phil Hord wrote: nit: adds a period where there was not one previously. Stripped periods in both, thanks. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html