git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Get stash to help rebase.autostash
@ 2013-05-13 12:45 Ramkumar Ramachandra
  2013-05-13 12:45 ` [PATCH 1/6] Documentation/stash: correct synopsis for create Ramkumar Ramachandra
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Ramkumar Ramachandra @ 2013-05-13 12:45 UTC (permalink / raw)
  To: Git List; +Cc: Junio C Hamano

Hi,

This topic is based on the rebase.autostash topic.  It cleans up a few
things, introduces 'git stash store', and patches rebase to use it.
Should be simple enough.

Thanks.

Ramkumar Ramachandra (6):
  Documentation/stash: correct synopsis for create
  Documentation/stash: document short form -p in synopsis
  stash: simplify option parser for create
  stash: introduce 'git stash store'
  stash: tweak error message in store_stash ()
  rebase: use 'git stash store' to simplify logic

 Documentation/git-stash.txt | 10 ++++++++--
 git-rebase.sh               |  6 +-----
 git-stash.sh                | 32 +++++++++++++++++++++-----------
 t/t3903-stash.sh            | 20 ++++++++++++++++++++
 4 files changed, 50 insertions(+), 18 deletions(-)

-- 
1.8.3.rc1.57.g4ac1522

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2013-05-13 19:26 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 12:45 [PATCH 0/6] Get stash to help rebase.autostash Ramkumar Ramachandra
2013-05-13 12:45 ` [PATCH 1/6] Documentation/stash: correct synopsis for create Ramkumar Ramachandra
2013-05-13 12:45 ` [PATCH 2/6] Documentation/stash: document short form -p in synopsis Ramkumar Ramachandra
2013-05-13 12:45 ` [PATCH 3/6] stash: simplify option parser for create Ramkumar Ramachandra
2013-05-13 14:34   ` Junio C Hamano
2013-05-13 14:59     ` Ramkumar Ramachandra
2013-05-13 12:45 ` [PATCH 4/6] stash: introduce 'git stash store' Ramkumar Ramachandra
2013-05-13 14:40   ` Junio C Hamano
2013-05-13 15:02     ` Ramkumar Ramachandra
2013-05-13 15:49       ` Junio C Hamano
2013-05-13 17:15         ` Ramkumar Ramachandra
2013-05-13 17:29           ` Junio C Hamano
2013-05-13 18:09             ` Ramkumar Ramachandra
2013-05-13 18:35               ` Junio C Hamano
2013-05-13 18:45                 ` Ramkumar Ramachandra
2013-05-13 19:16                   ` Junio C Hamano
2013-05-13 19:25                     ` Ramkumar Ramachandra
2013-05-13 18:15             ` Ramkumar Ramachandra
2013-05-13 12:45 ` [PATCH 5/6] stash: tweak error message in store_stash () Ramkumar Ramachandra
2013-05-13 14:42   ` Junio C Hamano
2013-05-13 12:45 ` [PATCH 6/6] rebase: use 'git stash store' to simplify logic Ramkumar Ramachandra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).