(+cc: the git list so others can correct me. I hope that's okay.) Hi, Sedat Dilek wrote: > I have here a patchset extracted from my own git-repo (via git format-patch). > > The project for which those patches are want "p0" format, means no > ---- a/... +++ b/... but --- ... +++ ... > > IIRC git does "p1" format as default. > Any help? Idea? If I understand correctly, you are in luck. The "git format-patch --no-prefix" command thanks to Dscho seems to do exactly that: $ git log -Sno-prefix -- Documentation/diff-options.txt commit eab9a40b6dd5c1c571b1deb264133db47bb4794d Author: Johannes Schindelin <Johannes.Schindelin@xxxxxx> Date: Tue Dec 18 19:32:14 2007 +0000 Teach diff machinery to display other prefixes than "a/" and "b/" With the new options "--src-prefix=<prefix>", "--dst-prefix=<prefix>" and "--no-prefix", you can now control the path prefixes of the diff machinery. These used to by hardwired to "a/" for the source prefix and "b/" for the destination prefix. Initial patch by Pascal Obry. Sane option names suggested by Linus. Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> Acked-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> Hope that helps. Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html