Class Git.Export
- Description
Framework for creating a command-stream suitable for git-fast-import.
- Method
create
Git.Export Git.Export()
Git.Export Git.Export(
Stdio.File
fd
)
Git.Export Git.Export(
string
git_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 fd nor git_dir has been specified, the command stream will be output to Stdio.stdout.
- Parameter
verbosity
The amount of verbosity on Stdio.stderr for various commands.