mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Display directory with git command
This commit is contained in:
@@ -302,12 +302,12 @@ module MRuby
|
||||
end
|
||||
|
||||
def run_checkout(dir, checksum_hash)
|
||||
_pp "GIT CHECKOUT", checksum_hash
|
||||
_pp "GIT CHECKOUT", dir, checksum_hash
|
||||
_run checkout_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
|
||||
end
|
||||
|
||||
def run_reset_hard(dir, checksum_hash)
|
||||
_pp "GIT RESET", checksum_hash
|
||||
_pp "GIT RESET", dir, checksum_hash
|
||||
_run reset_options, { :checksum_hash => checksum_hash, :repo_dir => shellquote(dir) }
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user