Code

Merge branch 'ar/progress'
[git.git] / Documentation / git-merge.txt
index 0f79665ea6e6bf1ffd4ff67f7aee2fcbddec0555..9c08efa53abc2797a7b7ca0e589d83b9a4387987 100644 (file)
@@ -3,14 +3,14 @@ git-merge(1)
 
 NAME
 ----
-git-merge - Grand Unified Merge Driver
+git-merge - Join two or more development histories together
 
 
 SYNOPSIS
 --------
 [verse]
 'git-merge' [-n] [--no-commit] [--squash] [-s <strategy>]...
-       -m=<msg> <remote> <remote>...
+       [-m <msg>] <remote> <remote>...
 
 DESCRIPTION
 -----------
@@ -136,7 +136,7 @@ After seeing a conflict, you can do two things:
 
  * Resolve the conflicts.  `git-diff` would report only the
    conflicting paths because of the above 2. and 3..  Edit the
-   working tree files into a desirable shape, `git-update-index`
+   working tree files into a desirable shape, `git-add` or `git-rm`
    them, to make the index file contain what the merge result
    should be, and run `git-commit` to commit the result.