From: Junio C Hamano Date: Tue, 8 Jan 2013 21:21:07 +0000 (-0800) Subject: Merge branch 'jk/maint-fast-import-doc-dedup-done' X-Git-Tag: v1.8.2-rc0~170^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2fa3335a267392ca84bf3c4a6fe5017fdb6bb4ef;p=git-core%2Fgit.git Merge branch 'jk/maint-fast-import-doc-dedup-done' * jk/maint-fast-import-doc-dedup-done: git-fast-import(1): remove duplicate '--done' option --- 2fa3335a267392ca84bf3c4a6fe5017fdb6bb4ef diff --cc Documentation/git-fast-import.txt index 68bca1a29,47d71964a..3da5cc272 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@@ -102,13 -97,13 +98,14 @@@ OPTION options. --cat-blob-fd=:: - Specify the file descriptor that will be written to - when the `cat-blob` command is encountered in the stream. - The default behaviour is to write to `stdout`. + Write responses to `cat-blob` and `ls` queries to the + file descriptor instead of `stdout`. Allows `progress` + output intended for the end-user to be separated from other + output. --done:: - Require a `done` command at the end of the stream. + Terminate with error if there is no `done` command at the + end of the stream. This option might be useful for detecting errors that cause the frontend to terminate before it has started to write a stream.