[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1259879084-20147-9-git-send-email-u.kleine-koenig@pengutronix.de>
Date: Thu, 3 Dec 2009 23:24:44 +0100
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: Ingo Molnar <mingo@...e.hu>
Cc: Thomas Gleixner <tglx@...utronix.de>,
"H. Peter Anvin" <hpa@...or.com>, linux-kernel@...r.kernel.org
Subject: [PATCH 9/9] tip-tags: use git-tag -l instead of git-tag | grep
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
---
.tip/bin/tip-tags | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/.tip/bin/tip-tags b/.tip/bin/tip-tags
index 4bbcac3..08d119f 100755
--- a/.tip/bin/tip-tags
+++ b/.tip/bin/tip-tags
@@ -1,4 +1,3 @@
#!/bin/bash
-git tag | grep ^tip-history
-
+git tag -l tip-history*
--
1.6.5.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists