Sha256: abf1c5f68785b06402f6e480af390ce65ba588088485c5a0a3eb38859992e804
Contents?: true
Size: 564 Bytes
Versions: 1
Compression:
Stored size: 564 Bytes
Contents
Feature: CLI In order to compress all my git repos As a cron job writer I want the CLI to iterate over my repos Scenario: recursively search repos Given a checked out repo "repos1/abc" And a checked out repo "repos1/def/xyz" And a bare repo "repos2/ghi.git" And a bare repo "repos3/jkl.git" When I run "git-gc-cron repos1 repos2" Then the repo "repos1/abc" should be packed And the repo "repos1/def/xyz" should be packed And the repo "repos2/ghi.git" should be packed And the repo "repos3/jkl.git" should not be packed
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-gc-cron-0.0.2 | features/cli.feature |