Class: Command::CherryPick

Inherits:
Base
  • Object
show all
Includes:
Sequencing, WriteCommit
Defined in:
lib/command/cherry_pick.rb

Constant Summary

Constants included from WriteCommit

WriteCommit::CHERRY_PICK_NOTES, WriteCommit::CONFLICT_MESSAGE, WriteCommit::MERGE_NOTES

Constants included from Sequencing

Sequencing::CONFLICT_NOTES

Instance Attribute Summary

Attributes inherited from Base

#status

Method Summary

Methods included from WriteCommit

#commit_message_path, #compose_merge_message, #current_author, #define_write_commit_options, #handle_conflicted_index, #pending_commit, #print_commit, #read_message, #resume_merge, #write_cherry_pick_commit, #write_commit, #write_merge_commit, #write_revert_commit, #write_tree

Methods included from Sequencing

#define_options, #run

Methods inherited from Base

#execute, #initialize

Constructor Details

This class inherits a constructor from Command::Base