git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Gummerer <t.gummerer@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Jacob Keller <jacob.keller@gmail.com>
Subject: Re: What's cooking in git.git (Mar 2020, #02; Thu, 5)
Date: Fri, 6 Mar 2020 17:29:13 +0000	[thread overview]
Message-ID: <20200306172913.GF1571684@cat> (raw)
In-Reply-To: <xmqq4kv24fzo.fsf@gitster-ct.c.googlers.com>

On 03/05, Junio C Hamano wrote:
> * tg/retire-scripted-stash (2020-03-05) 2 commits
>   (merged to 'next' on 2020-03-05 at 8e82eb9dec)
>  + stash: remove the stash.useBuiltin setting
>  + stash: get git_stash_config at the top level
> 
>  "git stash" has kept an escape hatch to use the scripted version
>  for a few releases, which got stale.  It has been removed.
> 
>  Will merge to 'master'.

I was thinking only getting this into a release after 2.26 dropped,
and have written the docs with that in mind.  Not sure if this "Will
merge to 'master'" means that you were planning to get this into 2.26?
I have a slight preference for waiting until after the release to
merge this down, but I'm okay with doing it now.  If we want to do so
we need to tweak the description in 'Documentation/config/stash.txt'
to refer to 2.25 instead of 2.26.

Either way, we'll need the patch below on top, as I made an
embarrassing copy-paste mistake.  Sorry for the trouble.

--- >8 ---
Subject: [PATCH] Documentation/config/stash: make description refer to stash

Correct the description to refer to stash instead of rebase.  It was
copied from Documentation/config/rebase.txt, and this author was not
careful enough to replace all occurrences of rebase properly.

Reported-by: Jacob Keller <jacob.keller@gmail.com>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
---
 Documentation/config/stash.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/config/stash.txt b/Documentation/config/stash.txt
index 0f3db821f6..be81bd1656 100644
--- a/Documentation/config/stash.txt
+++ b/Documentation/config/stash.txt
@@ -1,7 +1,7 @@
 stash.useBuiltin::
 	Unused configuration Variable.  Used in Git versions 2.22 to
 	2.26 as an escape hatch to enable the legacy shellscript
-	implementation of rebase. Now the built-in rewrite of it in C
+	implementation of stash. Now the built-in rewrite of it in C
 	is always used. Setting this will emit a warning, to alert any
 	remaining users that setting this now does nothing.
 
-- 
2.26.0.rc0


  parent reply	other threads:[~2020-03-06 17:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05 22:02 What's cooking in git.git (Mar 2020, #02; Thu, 5) Junio C Hamano
2020-03-05 22:08 ` Taylor Blau
2020-03-06 17:29 ` Thomas Gummerer [this message]
2020-03-06 17:54   ` Junio C Hamano
2020-03-10 16:13     ` Thomas Gummerer

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=20200306172913.GF1571684@cat \
    --to=t.gummerer@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jacob.keller@gmail.com \
    /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).