From 462062c8b10fd50fe076191311d51399ce83bf0e Mon Sep 17 00:00:00 2001 From: Srikant Patnaik Date: Fri, 20 Feb 2015 12:58:34 +0530 Subject: uncommenting 'git log' again --- patcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patcher.sh') diff --git a/patcher.sh b/patcher.sh index 96be43a..c9d1b4a 100755 --- a/patcher.sh +++ b/patcher.sh @@ -90,7 +90,7 @@ function list_updates() { # If internet available just merge the changes (won't update patches automatically) #cd $DIR && [ $INET_AVAILABLE -eq 1 ] && git tag -l | xargs git tag -d && git pull &>/dev/null # Create CSV of commits with only tags( git tags are used to group similar patches) - #cd $DIR && git log --pretty=\;\(%ar\)\;%d\;%s\;\(%h\) --no-walk --tags >\ + cd $DIR && git log --pretty=\;\(%ar\)\;%d\;%s\;\(%h\) --no-walk --tags >\ $all_commits_one_liner_with_date # Find out files in each commit(with tag) for each in $(cat $all_commits_one_liner_with_date | cut -d ';' -f 5 | tr -d '(|)') -- cgit