# File lib/git-up.rb, line 216 def log(branch, remote) if log_hook = config("rebase.log-hook") system('sh', '-c', log_hook, 'git-up', branch.name, remote.name) end end