summaryrefslogtreecommitdiff
path: root/patcher.sh
diff options
context:
space:
mode:
authorSrikant Patnaik2015-02-15 08:04:31 +0530
committerSrikant Patnaik2015-02-15 08:04:31 +0530
commit22a928e4907102dd5ad9f74ee1c194661d6701fa (patch)
tree82bad583ceeb97873e6f4dfe3def50c851044ed0 /patcher.sh
parent0b1a6c0dc9a14c600e778320248a9c1247543f15 (diff)
downloadFOSSEE-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-xpatcher.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/patcher.sh b/patcher.sh
index 27e9aef..1948bf0 100755
--- a/patcher.sh
+++ b/patcher.sh
@@ -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
}