git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Seymour <jon.seymour@gmail.com>
To: Git Mailing List <git@vger.kernel.org>
Subject: [PATCH v2 0/3] git stash branch fixes
Date: Tue, 3 Aug 2010 20:42:48 +1000	[thread overview]
Message-ID: <AANLkTi=6k7HcUYWhSi8XDfF0GnAwFdfN6b-ebf87eGSC@mail.gmail.com> (raw)
In-Reply-To: <AANLkTik8Npy99jKqUan8wOTXNffBCGwS_WnPwbhXqJYK@mail.gmail.com>

| fixed the subject line - sorry !

This series fixes git stash branch so that it is more tolerant of
stash-like commits created with git stash create.

It particular, it doesn't require there to be a stash stack if a
stash-like argument is specified and it doesn't attempt to drop
non-stash references after applying the stash.

This series replaces my previous patch that just included a test
that demonstrated the existance of the issue.

 stash: It looks like a stash, but doesn't quack like a stash...
 stash: Allow git stash branch to process commits that look like
   stashes but are not stash references.
 stash: modify tests to reflect stash branch fixes.

 git-stash.sh     |   10 ++++++++--
 t/t3903-stash.sh |   28 ++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 2 deletions(-)

--
1.7.2.1.111.g8fc90

       reply	other threads:[~2010-08-03 10:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <AANLkTik8Npy99jKqUan8wOTXNffBCGwS_WnPwbhXqJYK@mail.gmail.com>
2010-08-03 10:42 ` Jon Seymour [this message]
2010-08-04 22:44 ` [PATCH v2 0/3] git stash branch fixes Jon Seymour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTi=6k7HcUYWhSi8XDfF0GnAwFdfN6b-ebf87eGSC@mail.gmail.com' \
    --to=jon.seymour@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).