Aubrey wrote:
quoted hunk ↗ jump to hunk
But I saw most of the git-format patches have a header in the front of
the patch file, like:
=================================
* Added xxxxxx support
Signed-off-by: xxxxxxxx <redacted>
---
net/packet/Kconfig | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/net/packet/Kconfig b/net/packet/Kconfig
index 34ff93f..959c272 100644
--- a/net/packet/Kconfig
+++ b/net/packet/Kconfig
----snip----
=================================
Just want to know how this kind of patch format generated.
Thanks for any hints.
Perhaps git-format-patch(1) is what you want?
--
Jakub Narebski
Warsaw, Poland