From: Anil Belur Date: Tue, 7 Apr 2020 01:25:44 +0000 (+1000) Subject: Add note to check for DCO exit status X-Git-Tag: v0.33.0~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=dac46d08e392f4ac68d8ce033b774acf75b3b13b;p=releng%2Flftools.git Add note to check for DCO exit status Issue: RELENG-2764 Change-Id: I36f8cb328d4ecd42338a26e33a53b3a3ea7d3598 Signed-off-by: Anil Belur --- diff --git a/docs/commands/dco.rst b/docs/commands/dco.rst index 534b2701..9f2593bc 100644 --- a/docs/commands/dco.rst +++ b/docs/commands/dco.rst @@ -14,5 +14,9 @@ check --------- .. program-output:: lftools dco check --help - List of git shas that are missing DCO (Signed-off-by line). + List of git commit hash missing the DCO (Signed-off-by line). + +.. note:: + + Check for exit status to determine if the DCO check passed.