lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu,  3 Dec 2009 23:24:42 +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 7/9] tip-rm-next-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-rm-next-tags |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.tip/bin/tip-rm-next-tags b/.tip/bin/tip-rm-next-tags
index c8a0cb2..85026ba 100755
--- a/.tip/bin/tip-rm-next-tags
+++ b/.tip/bin/tip-rm-next-tags
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-git tag -d $(git tag  | grep ^next-20)
+git tag -d $(git tag -l next-20*)
-- 
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ