[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1259879084-20147-3-git-send-email-u.kleine-koenig@pengutronix.de>
Date: Thu, 3 Dec 2009 23:24:38 +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 3/9] tipbin/git-log-line: add comment about alternative
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
---
.tip/bin/git-log-line | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.tip/bin/git-log-line b/.tip/bin/git-log-line
index d92fd63..d16e998 100755
--- a/.tip/bin/git-log-line
+++ b/.tip/bin/git-log-line
@@ -1,4 +1,6 @@
#! /bin/sh
+# the same can be accomplish by executing once:
+# $ git config --global alias.log-line 'log --pretty=format:"%h: %s"'
git log --pretty=format:"%h: %s" $@
--
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