Add utility to check repos for commits missing DCO 27/11927/25
authorJeremy Phelps <jphelps@linuxfoundation.org>
Mon, 23 Jul 2018 19:04:30 +0000 (14:04 -0500)
committerJeremy Phelps <jphelps@linuxfoundation.org>
Fri, 27 Jul 2018 18:47:52 +0000 (13:47 -0500)
commit9aa2fa45eadf2b8cd96ce5c34d4b3daa20ac55cb
tree997bb94c4c99c4d8b0e6d3fb7426593f9586a83b
parent890469710d50ce84f3da9bc3f695e576505158de
Add utility to check repos for commits missing DCO

This only works on git repositories.

Change-Id: I45a0a66dfaaf517cdc5d85fc15f60e403bccfeb9
Co-Authored-By: Eric Ball <eball@linuxfoundation.org>
Co-Authored-By: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
docs/commands/dco.rst [new file with mode: 0644]
docs/commands/index.rst
lftools/cli/__init__.py
lftools/cli/dco.py [new file with mode: 0644]
setup.py
shell/dco [new file with mode: 0644]