From: Junio C Hamano <gitster@pobox.com>
To: Christoph Anton Mitterer <calestyo@scientia.org>
Cc: git@vger.kernel.org
Subject: Re: why can't one alias `git stash`?
Date: Thu, 14 Aug 2025 18:23:25 -0700 [thread overview]
Message-ID: <xmqq7bz5v0mq.fsf@gitster.g> (raw)
In-Reply-To: <a24d0d237b9f57535c768da4c00d72bad68cf411.camel@scientia.org> (Christoph Anton Mitterer's message of "Fri, 15 Aug 2025 02:33:20 +0200")
Christoph Anton Mitterer <calestyo@scientia.org> writes:
> So I tried to solve this via an alias like:
> [alias]
> stash = "!c(){ if [ \"$#\" -eq 0 ]; then git stash list; else git stash \"$@\"; fi; }; c"
>
> which seems however to be ignored when the alias name is "stash" (it
> works as it should when I use e.g. foo = ...).
Look for "alias.*" in "git help config".
To avoid
confusion and troubles with script usage, aliases that
hide existing Git commands are ignored.
> Also when using such shell functions seems to be not extensively
> documented (or I didn't find it)... the example in git-config gives the
> "!c()..." syntax but doesn't seem to tell what the ! is for?
If the alias expansion is prefixed with an exclamation
point, it will be treated as a shell command.
next prev parent reply other threads:[~2025-08-15 1:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-15 0:33 why can't one alias `git stash`? Christoph Anton Mitterer
2025-08-15 1:23 ` Junio C Hamano [this message]
2025-08-15 2:02 ` Christoph Anton Mitterer
2025-08-15 4:04 ` Elijah Newren
2025-08-15 11:22 ` rsbecker
2025-08-16 2:03 ` Christoph Anton Mitterer
2025-08-15 15:27 ` Junio C Hamano
2025-08-16 2:11 ` Christoph Anton Mitterer
2025-08-16 9:15 ` Matthias Aßhauer
2025-08-19 1:01 ` Junio C Hamano
2025-08-19 21:38 ` Christoph Anton Mitterer
2025-08-16 1:35 ` 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=xmqq7bz5v0mq.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=calestyo@scientia.org \
--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).