Sha256: 0d90e0e27f8a98043b6da560ba99460dc5356a4a9a360aa2b9ef278090b06cef
Contents?: true
Size: 424 Bytes
Versions: 6
Compression:
Stored size: 424 Bytes
Contents
# frozen_string_literal: true module Avm module Git module Issue class Complete module Tracker private def textile_tracker_message_uncached "Revisado para commit:#{branch_short_hash}, ok." end def branch_short_hash git_execute(['log', '--pretty=format:%h', '-1', '-q', branch_hash]) end end end end end end
Version data entries
6 entries across 6 versions & 2 rubygems