X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcontributing%2Fpatches.rst;h=06af91d6c4329025122ebfce46dd572bde4393f7;hb=9fc37d1c071c0b0227c0a41431d3beb2a14e31a3;hp=3ebe95bf1023c86f0537f2002e1a06c76d60ce82;hpb=948fd64befc3726e10dd074490664611607cc994;p=dpdk.git diff --git a/doc/guides/contributing/patches.rst b/doc/guides/contributing/patches.rst index 3ebe95bf10..06af91d6c4 100644 --- a/doc/guides/contributing/patches.rst +++ b/doc/guides/contributing/patches.rst @@ -258,6 +258,14 @@ Where: * ``-v``: verbose. * ``patchX``: path to one or more patches. +Then the git logs should be checked using the ``check-git-log.sh`` script. + +The script usage is:: + + check-git-log.sh [range] + +Where the range is a ``git log`` option. + .. _contrib_check_compilation: