Module: Git::Parsers Private
- Defined in:
- lib/git/parsers/branch.rb,
lib/git/parsers/tag.rb,
lib/git/parsers/diff.rb,
lib/git/parsers/fsck.rb,
lib/git/parsers/grep.rb,
lib/git/parsers/stash.rb,
lib/git/parsers/ls_tree.rb,
lib/git/parsers/cat_file.rb,
lib/git/parsers/ls_remote.rb,
lib/git/parsers/config_entry.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Internal parsers that translate raw git command output into structured Ruby objects.
Defined Under Namespace
Modules: Branch, CatFile, ConfigEntry, Diff, Fsck, Grep, LsRemote, LsTree, Stash, Tag