summaryrefslogtreecommitdiff
path: root/Documentation/git-merge-base.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-18 23:53:37 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-18 23:53:37 (GMT)
commitc3f0baacadbd7b5710052213a2ec3cdd5b77bb6e (patch)
tree5f79fc30175a5a28a7dbb0ea9ff3893ab2dcdc42 /Documentation/git-merge-base.txt
parent377e81392f9c76b8d60499a42256efafc1992309 (diff)
downloadgit-c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e.zip
git-c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e.tar.gz
git-c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e.tar.bz2
Documentation: sync git.txt command list and manual page title
Also reorders a handful entries to make each list sorted alphabetically. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-merge-base.txt')
-rw-r--r--Documentation/git-merge-base.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-merge-base.txt b/Documentation/git-merge-base.txt
index 6099be2..3190aed 100644
--- a/Documentation/git-merge-base.txt
+++ b/Documentation/git-merge-base.txt
@@ -3,7 +3,7 @@ git-merge-base(1)
NAME
----
-git-merge-base - Finds as good a common ancestor as possible for a merge
+git-merge-base - Find as good common ancestors as possible for a merge
SYNOPSIS