Skip to content

Commit b393caa

Browse files
committed
Merge commit 'origin/master'
2 parents 28ea67e + 9d45e0b commit b393caa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

text/28_Finding_Issues_Git_Blame/0_ Finding_Issues_Git_Blame.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Finding Issues - Git Blame ##
22

3-
The linkto:git-blame[1] command is really helpful for figuring out who changed
3+
The linkgit:git-blame[1] command is really helpful for figuring out who changed
44
which sections of a file. If you simple run 'git blame [filename]' you'll get
55
an output of the entire file with the last commit sha, date and author for every
66
line in the file.

text/29_Git_and_Email_Am_Format_Patch/0_ Git_and_Email_Am_Format.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ single mailbox file, say "patches.mbox", then run
2929
$ git am -3 patches.mbox
3030

3131
Git will apply each patch in order; if any conflicts are found, it
32-
will stop, and you can fix the conflicts as described in
33-
"<<resolving-a-merge,Resolving a merge>>". (The "-3" option tells
32+
will stop, and you can fix the conflicts. (The "-3" option tells
3433
git to perform a merge; if you would prefer it just to abort and
3534
leave your tree and index untouched, you may omit that option.)
3635

0 commit comments

Comments
 (0)