git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: Niklas <git@nwuensche.com>
Cc: git@vger.kernel.org
Subject: Re: Bug: Git-Alias is callable from outside a git repo
Date: Fri, 12 Aug 2022 23:09:04 +0200 (CEST)	[thread overview]
Message-ID: <s08qq38q-26po-r066-soo3-po7165167s31@tzk.qr> (raw)
In-Reply-To: <20220810170319.mxd6h2p5tm6y5xx3@imap.mailbox.org>

Hi Niklas,

On Wed, 10 Aug 2022, Niklas wrote:

> Steps to reproduce:
>
> 1. Having the following global .gitconfig
>
> [alias]
>     f = "!echo "test""

That quoting is a big bogus.

>
> 2. Calling `git f` in a folder which does not belong to a git repo
>
> Expected Behavior:
> Seeing some message like like
> `fatal: not a git repository (or any parent up to mount point /)`
>
> Actual Behavior:
>
> Prints "test"

This is by design, and definitely not a bug. It even allows you to build
relatively complex aliases that work on multiple worktrees, or even no
worktree at all.

Why would a Git alias have to be bound to any specific Git repository?

Ciao,
Johannes

      parent reply	other threads:[~2022-08-12 21:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-10 17:03 Bug: Git-Alias is callable from outside a git repo Niklas
2022-08-10 19:14 ` rsbecker
2022-08-12 21:09 ` Johannes Schindelin [this message]

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=s08qq38q-26po-r066-soo3-po7165167s31@tzk.qr \
    --to=johannes.schindelin@gmx.de \
    --cc=git@nwuensche.com \
    --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).