| com.atlassian.bitbucket.scm.git.command.catfile.GitCatFile |
A builder to construct a git command for running git cat-file.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a builder for running cat-file in batch mode, which prints object type, size and content.
| |||||||||||
Construct a builder for running cat-file in batch-check mode, which prints object type and size (no content).
| |||||||||||
Construct a cat-file builder which pretty prints the content of an object
| |||||||||||
Constructs a cat-file builder which prints the type of an object (no content)
| |||||||||||
Construct a builder for running cat-file in batch mode, which prints object type, size and content.
| inputHandler | handler that provides the list of object IDs to the command (one ID per line) |
|---|
git cat-file --batchConstruct a builder for running cat-file in batch-check mode, which prints object type and size (no content).
| inputHandler | handler that provides the list of object IDs to the command (one ID per line) |
|---|
git cat-file --batch-checkConstruct a cat-file builder which pretty prints the content of an object
git cat-file -p
Constructs a cat-file builder which prints the type of an object (no content)
git cat-file -t