Method Git.Export()->create()
- Method create
Git.Export Git.Export()
Git.Export Git.Export(Stdio.Filefd)
Git.Export Git.Export(stringgit_dir)- Description
Create a new fast-import command-stream.
- Parameter
fd File to write the command-stream to.
- Parameter
git_dir Git directory to modify. If the directory doesn't exist, it will be created empty. A git-fast-import session will be started for the directory to receive the command-stream.
If neither
fdnorgit_dirhas been specified, the command stream will be output to Stdio.stdout.- Parameter
verbosity The amount of verbosity on Stdio.stderr for various commands.