From: Junio C Hamano <gitster@pobox.com>
To: Christoph Anton Mitterer <calestyo@scientia.net>
Cc: git@vger.kernel.org
Subject: Re: git-sh-prompt: bash: GIT_PS1_COMPRESSSPARSESTATE: unbound variable
Date: Thu, 13 May 2021 13:03:48 +0900 [thread overview]
Message-ID: <xmqq4kf7cmaj.fsf@gitster.g> (raw)
In-Reply-To: <f1fc174b10ca5bc8b54ede513bc79e3864d8e014.camel@scientia.net> (Christoph Anton Mitterer's message of "Thu, 13 May 2021 05:38:18 +0200")
Christoph Anton Mitterer <calestyo@scientia.net> writes:
> Could it be that git-sh-prompt no longer works properly?
>
> With git 2.31.1:
> $ . /usr/lib/git-core/git-sh-prompt
> $ PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
> $ cd someGitRepo
> bash: GIT_PS1_COMPRESSSPARSESTATE: unbound variable
> $
Would
$ set +u
fix it, I have to wonder?
next prev parent reply other threads:[~2021-05-13 4:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-13 3:38 git-sh-prompt: bash: GIT_PS1_COMPRESSSPARSESTATE: unbound variable Christoph Anton Mitterer
2021-05-13 4:03 ` Junio C Hamano [this message]
2021-05-13 4:13 ` Junio C Hamano
2021-05-13 4:53 ` Elijah Newren
2021-05-13 5:01 ` Junio C Hamano
2021-05-19 17:56 ` Christoph Anton Mitterer
2021-05-19 23:29 ` Junio C Hamano
2021-05-20 0:09 ` Elijah Newren
2021-05-13 13:08 ` Christoph Anton Mitterer
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=xmqq4kf7cmaj.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=calestyo@scientia.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.