diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-18 16:45:27 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-18 16:45:27 -0700 |
commit | 3eefc189172b88dece6fb6d479b3ed13cc483dbc (patch) | |
tree | 0d107a37f45d30e5d8d08b760b60a85e16db5c01 /commit.h | |
parent | 24735cfc500feb2a8dba9f140080ab3476363d28 (diff) | |
download | git-3eefc189172b88dece6fb6d479b3ed13cc483dbc.tar.gz git-3eefc189172b88dece6fb6d479b3ed13cc483dbc.tar.xz |
Tentative built-in format-patch.
This only does --stdout right now. To write into separate files
with pretty-printed filenames like the real thing does, it needs
a bit mroe work.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'commit.h')
-rw-r--r-- | commit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ enum cmit_fmt { CMIT_FMT_FULL, CMIT_FMT_FULLER, CMIT_FMT_ONELINE, + CMIT_FMT_EMAIL, CMIT_FMT_UNSPECIFIED, }; |