From be308b7b8c887a71e26a8044bba3b334487452b5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 31 Mar 2016 01:01:27 +0300 Subject: [PATCH] Better comments --- set-commit-date-recursive | 2 +- set-commit-date-repos | 2 +- set-commit-date.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/set-commit-date-recursive b/set-commit-date-recursive index c70cff5..465f5fa 100755 --- a/set-commit-date-recursive +++ b/set-commit-date-recursive @@ -1,6 +1,6 @@ #! /bin/sh -# Call set-commit-date on all submodules. +# Call set-commit-date on the repo and all submodules prog_dir="`dirname \"$0\"`" && diff --git a/set-commit-date-repos b/set-commit-date-repos index 69b4aed..f565a1c 100755 --- a/set-commit-date-repos +++ b/set-commit-date-repos @@ -1,6 +1,6 @@ #! /bin/sh -# Call set-commit-date-recursive on all repositories. +# Call set-commit-date-recursive on all repositories cd "`dirname \"$0\"`" && prog_dir="`pwd`" && diff --git a/set-commit-date.py b/set-commit-date.py index 70e3932..9588bd8 100755 --- a/set-commit-date.py +++ b/set-commit-date.py @@ -30,7 +30,7 @@ while True: continue stage = 4 assert line == '', line - elif not line: + elif not line: # EOF break elif stage == 4: filename = line -- 2.39.2