git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Re: Feature Request: git config for stash -u
       [not found] ` <CACTq9vuZO_wHhzBKsm=SOTcyXq3e=ur4NmNG9B-g=p5OXMuCNg@mail.gmail.com>
@ 2020-03-13  9:36   ` Juan José López Villar
  2020-03-13 19:30     ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Juan José López Villar @ 2020-03-13  9:36 UTC (permalink / raw)
  To: git

Hello!

I was wondering if a git configuration could be made for including by
default untracked files to git stash, so every time it runs it is like
it had the -u flag appended. For example: stash.includeUntracked

Thanks for your attention!

Regards
Juan José López Villar

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

* Re: Feature Request: git config for stash -u
  2020-03-13  9:36   ` Feature Request: git config for stash -u Juan José López Villar
@ 2020-03-13 19:30     ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2020-03-13 19:30 UTC (permalink / raw)
  To: Juan José López Villar; +Cc: git

Juan José López Villar <jjoselvill@gmail.com> writes:

> I was wondering if a git configuration could be made for including by
> default untracked files to git stash, so every time it runs it is like
> it had the -u flag appended. For example: stash.includeUntracked

It probably won't be just an addition of a configuration variable,
but it would also need to adjust the command line option so that a
configured stash.includeUntracked==true can be countermanded from
the command line (e.g. "git stash --no-include-untracked").

Are you interested in running with your idea to implement it?

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

end of thread, other threads:[~2020-03-13 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CACTq9vt0c+yX9hp5m84dQ7Y4qWk-RrP=zQ2s4PnNRC1ytGbOmw@mail.gmail.com>
     [not found] ` <CACTq9vuZO_wHhzBKsm=SOTcyXq3e=ur4NmNG9B-g=p5OXMuCNg@mail.gmail.com>
2020-03-13  9:36   ` Feature Request: git config for stash -u Juan José López Villar
2020-03-13 19:30     ` Junio C Hamano

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).