Revision b60df87a6b39b3e9fc2fe81585a8bc55a502dcd3 authored by Stephen Boyd on 22 March 2009, 04:32:43 UTC, committed by Junio C Hamano on 22 March 2009, 05:45:28 UTC
For example:

    git format-patch --numbered-files --stdout --attach HEAD~~

will create two messages with files 1 and 2 attached respectively.
Without --attach/--inline but with --stdout, --numbered-files option
can be simply ignored, because we are not creating any file ourselves.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 821d56a
History
File Mode Size
sha1.c -rw-r--r-- 1.4 KB
sha1.h -rw-r--r-- 559 bytes
sha1ppc.S -rw-r--r-- 7.3 KB

back to top