From 3f3d1c0437fd3dfe1cb11fc622d317daa004ea2a Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 18 Mar 2019 14:11:47 -0400 Subject: Rename and refactor diff_patch_file() The previous function, diff_patch_file, was more error-prone and fragile and did not take into consideration patching of more than one file at a time(!). --- libs/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/git') diff --git a/libs/git b/libs/git index 16dd5411..998ceae7 100755 --- a/libs/git +++ b/libs/git @@ -249,7 +249,7 @@ git_project_patch_recursive() { if [[ ${patch##*.} == patch ]]; then git_patch "$repository_path" "$branch" "$patch" else - diff_patch_file "$repository_path" "$patch" + diff_patch "$repository_path" "$patch" fi done } -- cgit v1.2.3-70-g09d2