feat: use git repo instead of arbitrary directories and busybox diff #9

Merged
ptrcnull merged 1 commit from wow-git-repo into master 2022-07-25 05:23:53 +00:00
Owner

fixes #6 (we do apply the patch manually? ptrc what do you mean)
fixes #8 (we're no longer generating .orig files)

@psykose pls test

fixes #6 (we do apply the patch manually? ptrc what do you mean) fixes #8 (we're no longer generating .orig files) @psykose pls test
psykose was assigned by ptrcnull 2022-07-25 05:10:29 +00:00
psykose reviewed 2022-07-25 05:13:52 +00:00
apatch Outdated
@ -38,0 +47,4 @@
done
}
export CUSTOM_PROMPT_TAG="apatch"
Collaborator

wat

wat
ptrcnull marked this conversation as resolved
ptrcnull force-pushed wow-git-repo from 92d8facfbe to 42e63a4a56 2022-07-25 05:17:41 +00:00 Compare
psykose reviewed 2022-07-25 05:20:24 +00:00
@ -39,0 +42,4 @@
git status --porcelain | grep '\?\? .*\.rej$' | cut -c4- | while read -r reject; do
target="${reject%.rej}"
wiggle --merge --replace "$target" "$reject" || {
echo "[!] could not merge $target, fix manually"
Collaborator

spaces are evil, use tabs

spaces are evil, use tabs
Author
Owner

yes i love you too darling

yes i love you too darling
ptrcnull marked this conversation as resolved
ptrcnull merged commit 42e63a4a56 into master 2022-07-25 05:23:53 +00:00
ptrcnull deleted branch wow-git-repo 2022-07-25 05:23:53 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ptrcnull/apatch#9
No description provided.