Sha256: 4db35fb7cd766f973f7c292439a9d2d45809ff23efecbc35015efac525b990bf
Contents?: true
Size: 203 Bytes
Versions: 9
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true module RakeGit module Patches module GitLib def untracked_files command_lines('ls-files', '--others', '--exclude-standard') end end end end
Version data entries
9 entries across 9 versions & 1 rubygems