summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrikant Patnaik2015-02-20 12:58:34 +0530
committerSrikant Patnaik2015-02-20 12:58:34 +0530
commit462062c8b10fd50fe076191311d51399ce83bf0e (patch)
tree3f3583d91ae3ee2542c63c191500ccec1c2cad22
parent9f48ccddab51ca849476ce3f5939a04857366e48 (diff)
downloadFOSSEE-netbook-patcher-462062c8b10fd50fe076191311d51399ce83bf0e.tar.gz
FOSSEE-netbook-patcher-462062c8b10fd50fe076191311d51399ce83bf0e.tar.bz2
FOSSEE-netbook-patcher-462062c8b10fd50fe076191311d51399ce83bf0e.zip
uncommenting 'git log' again
-rwxr-xr-xpatcher.sh2
1 files changed, 1 insertions, 1 deletions
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 '(|)')