summaryrefslogtreecommitdiffstats
path: root/merge.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06Fix stdin stream for interactive mergeMalf Furious1-3/+3
Needed to rework how I was handling conflicting files w.r.t. interactive prompts. As it turns out, piping in find to the containing while loop was cutting-off standard in from getting to the interactive read prompts.
2017-09-06Spawn merge helper routines in a subshellMalf Furious1-2/+2
This is to prevent those functions from overwriting variables used by the merge function.
2017-09-06Move merge pointer cleanup into systr_merge_finishMalf Furious1-4/+6
This is to not break things if the user leaves interactive resolution and has to use systrunk apply-merge.
2017-09-06Add merge opMalf Furious1-0/+178