8000 update_repoのgit diffはpull前のrevisionと比較すべきでは? · Issue #28 · sksat/compose-cd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
update_repoのgit diffはpull前のrevisionと比較すべきでは? #28
Closed
@kory33

Description

@kory33

if git diff --name-only HEAD^ | grep "^${a}$"; then

のことです

if git diff --name-only ${local_commit} | grep "^${a}$"; then

でいいかも

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0