]> git.ipfire.org Git - thirdparty/git.git/commitdiff
CannedResponses: status quo is present not in the past
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 May 2025 16:45:03 +0000 (09:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 May 2025 16:45:03 +0000 (09:45 -0700)
CannedResponses

index 40fc42037973aa3324d5cd145e613df2e3987fc6..d3c7542f2832288e34924d262d109c55116e1b39 100644 (file)
@@ -3,9 +3,11 @@
 
 The usual way to compose a log message of this project is to
 
- - Give an observation on how the current system works in the present
-   tense (so no need to say "Currently X is Y", just "X is Y"), and
-   discuss what you perceive as a problem in it.
+ - Give an observation on how the current system works in the
+   present tense (so no need to say "Currently X is Y", or
+   "Previously X was Y" to describe the state before your change;
+   just "X is Y" is enough), and discuss what you perceive as a
+   problem in it.
 
  - Propose a solution (optional---often, problem description
    trivially leads to an obvious solution in reader's minds).