]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4: ensure every comment has a single #
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:24:57 +0000 (15:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:44 +0000 (13:15 -0700)
commitc785e2029c478dce241f9e07e657ec372b633e6c
tree17f46933c4af3f2426854241121f708f3a5e329a
parent2bcf611088ffcc585b963efcc5c69fb6e819c1b3
git-p4: ensure every comment has a single #

PEP8 recommends that every comment should begin with a single '#'
character.

This guideline is described here:
https://www.python.org/dev/peps/pep-0008/#comments

Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py