If neither guilt or stgit are used default to git am instead of patch
so that all the commit information is properly propagated.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
fi
fi
else
- echo "Applying with patch utility:"
- patch -p1 < $_new_patch.2
+ echo "Applying with git am:"
+ git am -s $_new_patch.2
echo "Patch was applied in $REPO; check for rejects, etc"
fi