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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu,  3 Dec 2009 23:24:41 +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 6/9] tip-lib: let git-show find the sha1 of the interesting files

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
---
 .tip/bin/tip-lib |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/.tip/bin/tip-lib b/.tip/bin/tip-lib
index 1311d63..5078cee 100644
--- a/.tip/bin/tip-lib
+++ b/.tip/bin/tip-lib
@@ -67,7 +67,6 @@ get_linux_next_branches() {
 get_auto_merged_topics() {
     for B in $@
     do
-	local TB=`git ls-tree tip -- .tip/auto-branches/$B | sed -e "s/.*blob //" -e "s/\ *.tip.*//"`
-	git show $TB | sed -e "s/#.*//" -e "/^ *$/d"
+	git show tip:.tip/auto-branches/$B | sed -e "s/#.*//" -e "/^ *$/d"
     done
 }
-- 
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