]> git.openfabrics.org - compat-rdma/compat-rdma.git/commit
ofed_scripts/strip.sh: Fixed git am for new git versions
authorVladimir Sokolovsky <vlad@mellanox.com>
Tue, 20 Aug 2019 20:18:38 +0000 (15:18 -0500)
committerVladimir Sokolovsky <vlad@mellanox.com>
Tue, 20 Aug 2019 20:18:38 +0000 (15:18 -0500)
commit5faaba7f376893a984d5f653ef2b89ffc1d1eb05
tree8e5857213c5394aa330fae33b45059aa80e84f35
parente1534261940bc5aa4b8391a2cb5ac1c569b91ca7
ofed_scripts/strip.sh: Fixed git am for new git versions

git version 2.14.1 and higher fails to apply backport patches
where the index field looks like: index xxxxxxx..xxxxxxx xxxxxx
So, changed strip.sh to leave the mode field of the patch index untouched.

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
ofed_scripts/strip.sh