Skip to content

Commit fab44f7

Browse files
author
Kaartic Sivaraam
committed
Added a few more changes to Chapter 5
* added a link to the article that contains the commit template provided in the book * changed a sentence to make it more clear
1 parent 6ea9eb6 commit fab44f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The Git project requires that the more detailed explanation include your motivat
6161
It's also a good idea to use the imperative present tense in these messages.
6262
In other words, use commands.
6363
Instead of ``I added tests for'' or ``Adding tests for,'' use ``Add tests for.''
64-
Here is a template originally written by Tim Pope:
64+
Here is a http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[template originally written by Tim Pope]:
6565

6666
[source,text]
6767
----

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ Falling back to patching base and 3-way merge...
163163
No changes -- Patch already applied.
164164
----
165165

166-
In this case, this patch had already been applied.
167-
Without the `-3` option, it looks like a conflict.
166+
In this case, without the `-3` option the patch would have been considered as a conflict.
167+
Since the `-3` option was used the patch applied cleanly.
168168

169169
If you're applying a number of patches from an mbox, you can also run the `am` command in interactive mode, which stops at each patch it finds and asks if you want to apply it:
170170

0 commit comments

Comments
 (0)