What version are you running?
0.7.11
Describe the enhancement and the motivation for it.
Add an --exclude flag to
rbt patch
with behavior similar togit apply --exclude
. Currently, RBs containing diffs denoted as binary files are unpatchable viarbt patch
, and a workaround is to download the patch file and apply it throughgit apply --exclude <binary file> <patch>
. The motivation is to allow this same use case through RBTools, such asrbt patch --exclude <file> <RB ID>
.Please provide any additional information below.