]
George Gastaldi updated FORGE-2096:
-----------------------------------
Fix Version/s: 2.x Future
Git patches fail to apply when run as a native command
------------------------------------------------------
Key: FORGE-2096
URL:
https://issues.jboss.org/browse/FORGE-2096
Project: Forge
Issue Type: Bug
Components: UI - Shell
Affects Versions: 2.12.1.Final
Reporter: Vineet Reynolds
Fix For: 2.x Future
When I run the following commands to apply a patch in the Shell, the command seems to run
fine, but the patch does not seem to be applied on the files:
{{run --command "git apply -v --ignore-whitespace --ignore-space-change
patches/admin_layer_functional.patch"}}
{{run --command "git apply -v --ignore-whitespace --ignore-space-change
patches/admin_layer_graphics.patch"}}
The patches are from the TicketMonster 2.7.x-develop branch. They apply correctly when I
use Eclipse eGit.