Hello, in cogito-0.15.1, the "-f" option to specify a format string for output filenames didn't work, it was getting an empty OPTARG. The following patch fixes it for me. -Klaus --- cogito/cg-mkpatch.orig 2005-10-14 09:16:04.000000000 -0500 +++ cogito/cg-mkpatch 2005-10-14 09:16:33.000000000 -0500 @@ -119,7 +119,7 @@ mergebase=1 elif optparse -d=; then outdir="$OPTARG" - elif optparse -f; then + elif optparse -f=; then fileformat="$OPTARG" else optfail - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Oct 15 00:27:22 2005
This archive was generated by hypermail 2.1.8 : 2005-10-15 00:27:25 EST