Revision c06d2daa12f72f175e3569bbb2a5f25e5f134f5e authored by Robin Rosenberg on 23 February 2007, 22:27:58 UTC, committed by Junio C Hamano on 24 February 2007, 08:55:56 UTC
Badly formatted commits may have very long comments. This causes
git-format-patch to fail. To avoid that, truncate the filename
to a value we believe will always work.

Err out if the patch file cannot be created.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent bdd69c2
History
File Mode Size
.gitignore -rw-r--r-- 47 bytes
Git.pm -rw-r--r-- 21.8 KB
Makefile -rw-r--r-- 1003 bytes
Makefile.PL -rw-r--r-- 732 bytes
private-Error.pm -rw-r--r-- 18.6 KB

back to top