Skip to content

Commit 030f211

Browse files
authored
Merge pull request #1486 from HonkingGoose/bugfix/issue-696
2 parents 1a7bde6 + 412afa9 commit 030f211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/05-distributed-git/sections/contributing.asc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Getting in the habit of creating quality commit messages makes using and collabo
6060
As a general rule, your messages should start with a single line that's no more than about 50 characters and that describes the changeset concisely, followed by a blank line, followed by a more detailed explanation.
6161
The Git project requires that the more detailed explanation include your motivation for the change and contrast its implementation with previous behavior -- this is a good guideline to follow.
6262
Write your commit message in the imperative: "Fix bug" and not "Fixed bug" or "Fixes bug."
63-
Here is a https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[template originally written by Tim Pope]:
63+
Here is a template you can follow, which we've lightly adapted from one https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[originally written by Tim Pope]:
6464

6565
[source,text]
6666
----
@@ -70,7 +70,7 @@ More detailed explanatory text, if necessary. Wrap it to about 72
7070
characters or so. In some contexts, the first line is treated as the
7171
subject of an email and the rest of the text as the body. The blank
7272
line separating the summary from the body is critical (unless you omit
73-
the body entirely); tools like rebase can get confused if you run the
73+
the body entirely); tools like rebase will confuse you if you run the
7474
two together.
7575
7676
Write your commit message in the imperative: "Fix bug" and not "Fixed bug"

0 commit comments

Comments
 (0)