Skip to content

Commit aa75e5b

Browse files
tjkirchschacon
authored andcommitted
Fix two more bits of cruft from the git user's manual.
Signed-off-by: Scott Chacon <schacon@gmail.com>
1 parent 53a99b6 commit aa75e5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

text/29_Git_and_Email_Am_Format_Patch/0_ Git_and_Email_Am_Format.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ 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 manually fix the conflicts and
33+
resolve the merge. (The "-3" option tells
3434
git to perform a merge; if you would prefer it just to abort and
3535
leave your tree and index untouched, you may omit that option.)
3636

text/51_The_Git_Index_lsfiles/0_ The_Git_Index_lsfiles.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ properties:
4141
associated with sufficient information about the trees involved that
4242
you can create a three-way merge between them.
4343

44-
We saw in <<conflict-resolution>> that during a merge the index can
44+
During a merge, the index can
4545
store multiple versions of a single file (called "stages"). The third
4646
column in the linkgit:git-ls-files[1] output above is the stage
4747
number, and will take on values other than 0 for files with merge

0 commit comments

Comments
 (0)