Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b3ebd0e
)
Add note to check for DCO exit status
14/63614/1
author
Anil Belur
<abelur@linuxfoundation.org>
Tue, 7 Apr 2020 01:25:44 +0000
(11:25 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Tue, 7 Apr 2020 01:28:15 +0000
(11:28 +1000)
Issue: RELENG-2764
Change-Id: I36f8cb328d4ecd42338a26e33a53b3a3ea7d3598
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
docs/commands/dco.rst
patch
|
blob
|
history
diff --git
a/docs/commands/dco.rst
b/docs/commands/dco.rst
index
534b270
..
9f2593b
100644
(file)
--- 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.