Module: MGit

Defined in:
lib/mgit.rb,
lib/mgit/cli.rb,
lib/mgit/output.rb,
lib/mgit/command.rb,
lib/mgit/version.rb,
lib/mgit/registry.rb,
lib/mgit/exceptions.rb,
lib/mgit/repository.rb,
lib/mgit/commands/add.rb,
lib/mgit/commands/log.rb,
lib/mgit/commands/grep.rb,
lib/mgit/commands/help.rb,
lib/mgit/commands/list.rb,
lib/mgit/commands/clone.rb,
lib/mgit/commands/fetch.rb,
lib/mgit/commands/remove.rb,
lib/mgit/commands/status.rb,
lib/mgit/commands/ffmerge.rb,
lib/mgit/commands/foreach.rb,
lib/mgit/commands/version.rb

Defined Under Namespace

Modules: Output, Registry Classes: AddCommand, CLI, CloneCommand, Command, CommandUsageError, FFMergeCommand, FetchCommand, ForEachCommand, GitError, GrepCommand, HelpCommand, ImplementationError, ListCommand, LogCommand, NoCommandError, RemoveCommand, Repository, StatusCommand, TooFewArgumentsError, TooManyArgumentsError, UnknownCommandError, UsageError, VersionCommand

Constant Summary collapse

VERSION =
'0.2.5'