diff options
author | Srikant Patnaik | 2015-02-15 08:04:31 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-02-15 08:04:31 +0530 |
commit | 22a928e4907102dd5ad9f74ee1c194661d6701fa (patch) | |
tree | 82bad583ceeb97873e6f4dfe3def50c851044ed0 /patcher.sh | |
parent | 0b1a6c0dc9a14c600e778320248a9c1247543f15 (diff) | |
download | FOSSEE-netbook-tools-22a928e4907102dd5ad9f74ee1c194661d6701fa.tar.gz FOSSEE-netbook-tools-22a928e4907102dd5ad9f74ee1c194661d6701fa.tar.bz2 FOSSEE-netbook-tools-22a928e4907102dd5ad9f74ee1c194661d6701fa.zip |
A version without git tags, ready to cherrypick commits to master
Diffstat (limited to 'patcher.sh')
-rwxr-xr-x | patcher.sh | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -68,7 +68,7 @@ function format_list_updates() { $all_commits_dates_with_file_paths } -#function updates_ +#function updates function select_updates() { @@ -84,11 +84,10 @@ function select_updates() { do mkdir -p $local_updates/$(dirname $each_file) git show $selected_hash:$each_file>$local_updates/$each_file - echo $selected_hash;$files_in_selected_hash>>$updated_file - done - - +# for commit_files_present in $updated_file + echo "$selected_hash;$files_in_selected_hash">>$updated_file + done } |