git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] show git tag output in pager
@ 2011-09-27 13:42 Michal Vyskocil
  2011-09-27 14:19 ` Matthieu Moy
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Vyskocil @ 2011-09-27 13:42 UTC (permalink / raw)
  To: git

[-- 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 --]

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-10-07 16:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 13:42 [PATCH] show git tag output in pager Michal Vyskocil
2011-09-27 14:19 ` 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

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).