summaryrefslogtreecommitdiff
path: root/patcher.sh
diff options
context:
space:
mode:
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
}