aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-12-16 12:22:18 +0100
committerJunio C Hamano <junkio@cox.net>2006-12-16 05:15:28 -0800
commit9abaa7f033283f84ba8372192f9d4a165fb09ce4 (patch)
tree797be516bf362e1b478d2884fc0871c47d6e96d1 /Documentation/git.txt
parenta2e88b35808a8c0334f169c9cbb2301764fb9e5a (diff)
downloadgit-9abaa7f033283f84ba8372192f9d4a165fb09ce4.tar.gz
git-9abaa7f033283f84ba8372192f9d4a165fb09ce4.tar.xz
Document git-merge-file
Most of this is derived from the documentation of RCS merge. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 6382ef0a0..2a9e97dac 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -351,6 +351,9 @@ gitlink:git-init-db[1]::
Creates an empty git object database, or reinitialize an
existing one.
+gitlink:git-merge-file[1]::
+ Runs a threeway merge.
+
gitlink:git-merge-index[1]::
Runs a merge for files needing merging.