From 9262a08835a853d098c3ba7511f4e8371f192914 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Wed, 8 Apr 2015 17:24:20 +0300 Subject: [PATCH] Printing names of branches in 'make log'. --- tools/git-scripts/log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/git-scripts/log.sh b/tools/git-scripts/log.sh index f199593d8..8a69c2132 100755 --- a/tools/git-scripts/log.sh +++ b/tools/git-scripts/log.sh @@ -14,7 +14,7 @@ #!/bin/bash -git log --graph --branches \ +git log --graph --branches --decorate \ --show-notes=perf --show-notes=mem --show-notes=test_build_env \ --show-notes=arm-linux-perf \ --show-notes=arm-linux-binary-size \