I am using 'git log -p' to get the git patches. How to print the patch without the commit messages.
Author: abc
Date: Tue Apr 1 23:46:39 2013 +0000
I don't want commit message
diff --git
..............
...........
--- /dev/null
+++
Expected:
Date: Tue Apr 1 23:46:39 2013 +0000
diff --git
..............
...........
--- /dev/null
+++