From: Kevin Daudt <me@ikke.info>
To: stratus@tuta.io
Cc: git@vger.kernel.org
Subject: Re: git tag truncates tag list
Date: Tue, 5 Jan 2021 06:45:30 +0100 [thread overview]
Message-ID: <X/P8+jZFs6LYoR6A@alpha> (raw)
In-Reply-To: <MQFZ9EW--3-2@tuta.io>
On Tue, Jan 05, 2021 at 04:39:20AM +0100, stratus@tuta.io wrote:
> Dear git,
> git tag misses out some tags from this repo here, there seem to be too many to show:
>
> https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
>
> It cuts the list short, losing either the latest ones with simply
> git tag
> or the earliest using either
> git tag --sort=-creatordate
> or
> git tag --sort=-taggerdate
>
> Is there some config option somewhere to show the full list?
>
That sounds like an issue with the pager. Does `git --no-pager tag` show
all tags?
What do the following things return:
echo $LESS
echo $GIT_PAGER
git config core.pager
git config pager.tag
Kind regards, Kevin
next prev parent reply other threads:[~2021-01-05 5:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-05 3:39 git tag truncates tag list stratus
2021-01-05 5:45 ` Kevin Daudt [this message]
2021-01-05 6:47 ` Jeff King
-- strict thread matches above, loose matches on Subject: below --
2021-01-05 17:12 stratus
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=X/P8+jZFs6LYoR6A@alpha \
--to=me@ikke.info \
--cc=git@vger.kernel.org \
--cc=stratus@tuta.io \
/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.