class Git::Commands::Am::ShowCurrentPatch

Implements the ‘git am –show-current-patch` command

Shows the message currently being applied when ‘git am` has stopped due to conflicts.

@example Show the current patch

show_cmd = Git::Commands::Am::ShowCurrentPatch.new(execution_context)
show_cmd.call

@note ‘arguments` block audited against git-scm.com/docs/git-am/2.53.0

@see Git::Commands::Am

@see git-scm.com/docs/git-am git-am

@api private