git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Vyskocil <mvyskocil@suse.cz>
To: git@vger.kernel.org
Subject: [PATCH] show git tag output in pager
Date: Tue, 27 Sep 2011 15:42:36 +0200	[thread overview]
Message-ID: <20110927134235.GA27478@zelva.suse.cz> (raw)

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

---
 builtin/tag.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/builtin/tag.c b/builtin/tag.c
index 667515e..9f70fa8 100644
--- a/builtin/tag.c
+++ b/builtin/tag.c
@@ -147,6 +147,8 @@ static int list_tags(const char **patterns, int lines,
 			struct commit_list *with_commit)
 {
 	struct tag_filter filter;
+        
+        setup_pager();
 
 	filter.patterns = patterns;
 	filter.lines = lines;
-- 
1.7.6.3


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

             reply	other threads:[~2011-09-27 13:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-27 13:42 Michal Vyskocil [this message]
2011-09-27 14:19 ` [PATCH] show git tag output in pager Matthieu Moy
2011-09-29  9:37   ` Michal Vyskocil
2011-09-30 10:42     ` Jeff King
2011-10-03 12:57       ` Matthieu Moy
2011-10-07 14:44         ` Jeff King
2011-10-07 14:48           ` Matthieu Moy
2011-10-07 16:16             ` Jeff King

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=20110927134235.GA27478@zelva.suse.cz \
    --to=mvyskocil@suse.cz \
    --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).