X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-mailsplit.txt;h=03a9477664310c2dc5ee9bddc0b34a99b8ab6687;hb=2c4ed386e8861e730037abe4f4d9e032c5c46242;hp=789d3a9f1eea744ffe8091200125b33b277489b0;hpb=10d781b9caa4f71495c7b34963bef137216f86a8;p=git.git diff --git a/Documentation/git-mailsplit.txt b/Documentation/git-mailsplit.txt index 789d3a9f..03a94776 100644 --- a/Documentation/git-mailsplit.txt +++ b/Documentation/git-mailsplit.txt @@ -7,7 +7,7 @@ git-mailsplit - Totally braindamaged mbox splitter program. SYNOPSIS -------- -'git-mailsplit' +'git-mailsplit' [-d] [] DESCRIPTION ----------- @@ -17,14 +17,23 @@ directory so you can process them further from there. OPTIONS ------- :: - Mbox file to split. + Mbox file to split. If not given, the mbox is read from + the standard input. :: Directory in which to place the individual messages. +-d:: + Instead of the default 4 digits with leading zeros, + different precision can be specified for the generated + filenames. + + Author ------ Written by Linus Torvalds +and Junio C Hamano + Documentation -------------- @@ -32,5 +41,5 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite