From 90f017d0003e5dd18d7be1d9638aa8b490c0ac9b Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Tue, 31 Mar 2015 15:41:24 +0300 Subject: [PATCH] Adding --graph and --branches options to git log invocation in tools/log.sh ('make log'). --- tools/git-scripts/log.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/git-scripts/log.sh b/tools/git-scripts/log.sh index 55d8950bc..f199593d8 100755 --- a/tools/git-scripts/log.sh +++ b/tools/git-scripts/log.sh @@ -1,4 +1,4 @@ -# Copyright 2014 Samsung Electronics Co., Ltd. +# Copyright 2014-2015 Samsung Electronics Co., Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,7 +14,8 @@ #!/bin/bash -git log --show-notes=perf --show-notes=mem --show-notes=test_build_env \ +git log --graph --branches \ + --show-notes=perf --show-notes=mem --show-notes=test_build_env \ --show-notes=arm-linux-perf \ --show-notes=arm-linux-binary-size \ --show-notes=stm32f4-binary-size