git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rene Kita <mail@rkta.de>
To: git@vger.kernel.org
Subject: git log alias with --all and --exclude
Date: Wed, 4 Sep 2024 11:06:14 +0200	[thread overview]
Message-ID: <20240904090614.GZ15670@t480> (raw)

I have an alias
'gr = log --oneline --abbrev-commit --all --graph --decorate --color'
and I would like to be able to sometimes exclude a branch, so call it
with:
$ git gr --exclude=pattern

This does not work, though. Also does not work without the alias and
typing the complete command by hand. Apparently the --exclude must be
put before the --all to take effect.

May I ask to change that behavior and allow to put the --exclude at the
end of the alias?

Rene

             reply	other threads:[~2024-09-04  9:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-04  9:06 Rene Kita [this message]
2024-09-04 16:49 ` git log alias with --all and --exclude Johannes Sixt
2024-09-04 18:08   ` Rene Kita
2024-09-04 19:58     ` Jacob Keller
2024-09-04 20:45       ` Junio C Hamano
2024-09-05  5:23         ` Rene Kita

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=20240904090614.GZ15670@t480 \
    --to=mail@rkta.de \
    --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).