How to tell git format-patch to contain function name in your patch

To give reviewer more context information about your patch, you can tell git to generate a better header bygit

[diff "default"]
	xfuncname = "^[[:alpha:]$_].*[^:]$"

in your gitconfigcode

相關文章
相關標籤/搜索