git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Tao Klerks <tao@klerks.biz>
To: git <git@vger.kernel.org>
Subject: Git stash create with untracked files?
Date: Wed, 27 Apr 2022 12:42:51 +0200	[thread overview]
Message-ID: <CAPMMpoj1pF=FfRg6Rgz6bP2mZaQhApL7QQx9=2U7i4AE4zsJ1w@mail.gmail.com> (raw)

Hi folks,

I'm just checking in case I'm missing something: Is there any way to
tell "git stash create" to include untracked files?

Someone recently brought up a situation where they'd like to take a
working directory state (incl untracked but not-ignored files), and
reproduce it in another working directory on another machine; "git
stash create" seems to be ideal for this purpose, save for the
(apparent) lack of arguments support.

If this is not possible today and we wanted to better support this
usecase, what would be a sensible way to do it? I can see three
possible directions:

1) Change the "create" subcommand to treat specific options as options
rather than the stash message (and make it understand -u /
--include-untracked)

2) Create a new subcommand like "create" that actually supported
relevant options (--include-untracked, --staged, maybe also
pathspecs), without changing the contract of "create"

3) Add an option to the "save" subcommand, asking it to actually leave
the working tree untouched (like create does) - and then expect the
user of this usecase to "drop".


It's possible to just use the existing "push" and then immediately
"pop", but the resulting temporary changes to the working tree could
make things like IDEs go into an unhappy indexing frenzy, depending on
the amount of local change.

I realize there's the "make stashes refs" work ongoing that's related
to this, but I don't think I've seen anything there that directly
addresses this "make my local changes be available over there
*without* touching my working tree" requirement.

Thanks,
Tao

             reply	other threads:[~2022-04-27 11:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 10:42 Tao Klerks [this message]
2022-04-27 21:54 ` Git stash create with untracked files? brian m. carlson

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

  List information: http://vger.kernel.org/majordomo-info.html

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

  git send-email \
    --in-reply-to='CAPMMpoj1pF=FfRg6Rgz6bP2mZaQhApL7QQx9=2U7i4AE4zsJ1w@mail.gmail.com' \
    --to=tao@klerks.biz \
    --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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).