diff options
author | Srikant Patnaik | 2015-02-20 12:58:34 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-20 12:58:34 +0530 |
commit | 462062c8b10fd50fe076191311d51399ce83bf0e (patch) | |
tree | 3f3583d91ae3ee2542c63c191500ccec1c2cad22 | |
parent | 9f48ccddab51ca849476ce3f5939a04857366e48 (diff) | |
download | FOSSEE-netbook-patcher-462062c8b10fd50fe076191311d51399ce83bf0e.tar.gz FOSSEE-netbook-patcher-462062c8b10fd50fe076191311d51399ce83bf0e.tar.bz2 FOSSEE-netbook-patcher-462062c8b10fd50fe076191311d51399ce83bf0e.zip |
uncommenting 'git log' again
-rwxr-xr-x | patcher.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 '(|)') |