Android制作patch:
因为基于Android4.4的代码开发,但是framework层还没有建立branch, 不能直接提交,那么其它依赖这里的同事要用,怎么办呢,就可以打patch,然后把patch发给需要用的同事,他们在本地应用patch就可以了。(但是有个问题,下次你再更新代码的时候,这些patch就会被取消了,需要重新应用)
使用gitformat-patch生成所需要的patch:
# git format-patch -s1bbe3c8c197a35f79bfddaba
please replace the hash code with your repo previous commit.
then you can find the patch under repo directory.
then mail your patch to configuration admin.
# gitformat-patch -M master<