dco
dco copied to clipboard
A command line tool to help manage projects using the Developer Certificate of Origin contributor workflow.
I have enabled dco and my commit hook has an empty `export` line: ``` cat .git/hooks/commit-msg #!/bin/sh # INSTALLED BY DCO GEM export /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby /Library/Ruby/Gems/2.3.0/gems/dco-1.0.1/bin/dco process_commit_message $1 exit $? ```...
# Error Run: `dco sign` ```sh `command': git '--git-dir=/Users/dmw/repos/cookbooks/sous-chefs/php/.git' '--work-tree=/Users/dmw/repos/cookbooks/sous-chefs/php' ls-files '--stage' '' 2>&1:fatal: empty string is not a valid pathspec. please use . instead if you meant to match...
`git merge` doesn't seem to have any particularly obvious way to do the equivalent of `-s` which makes me think we should probably just ignore any multi-parent commit. The flipside...