Class: Avmtrf1::Git::PushLarge::LfsCommit

Inherits:
Object
  • Object
show all
Defined in:
lib/avmtrf1/git/push_large/lfs_commit.rb,
lib/avmtrf1/git/push_large/lfs_commit/push.rb,
lib/avmtrf1/git/push_large/lfs_commit/cache.rb,
lib/avmtrf1/git/push_large/lfs_commit/helpers.rb,
lib/avmtrf1/git/push_large/lfs_commit/commit_changes.rb,
lib/avmtrf1/git/push_large/lfs_commit/track_large_files.rb,
lib/avmtrf1/git/push_large/lfs_commit/pick_source_revision.rb,
lib/avmtrf1/git/push_large/lfs_commit/checkout_previous_revision.rb

Defined Under Namespace

Modules: Cache, CheckoutPreviousRevision, CommitChanges, Helpers, PickSourceRevision, Push, TrackLargeFiles

Instance Method Summary collapse

Instance Method Details

#push_ok?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/avmtrf1/git/push_large/lfs_commit.rb', line 18

def push_ok?
  push_ok
end

#start_bannerObject



22
23
24
25
# File 'lib/avmtrf1/git/push_large/lfs_commit.rb', line 22

def start_banner
  infov '  * LFS push', "revision: #{source_revision}" \
    ", lfs_file_min_size: #{PushLarge.bytes_size(lfs_file_min_size)}"
end