aboutsummaryrefslogtreecommitdiff
path: root/magit.texi
diff options
context:
space:
mode:
authorPieter Praet <pieter@praet.org>2011-05-07 11:45:04 +0200
committerPieter Praet <pieter@praet.org>2011-05-07 11:45:04 +0200
commit045d3178fdc132faa315e24ecb4cbcd94125eea6 (patch)
tree4ef116374756ae06b85d63b846859a41881d47d7 /magit.texi
parentcc7168414fc79ff1950cafdd703372d5d0382362 (diff)
capitalize all occurences of "magit " in documentation
Signed-off-by: Pieter Praet <pieter@praet.org>
Diffstat (limited to 'magit.texi')
-rw-r--r--magit.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/magit.texi b/magit.texi
index c9290e2..1a04148 100644
--- a/magit.texi
+++ b/magit.texi
@@ -755,7 +755,7 @@ specified in .gitmodules.
@node Bisecting
@chapter Bisecting
-magit supports bisecting by showing how many revisions and steps are
+Magit supports bisecting by showing how many revisions and steps are
left to be tested in the status buffer. You can control the bisect
session from both the status and from log buffers with the @kbd{B} key
menu.
@@ -764,7 +764,7 @@ Typing @kbd{B s} will start a bisect session. You will be prompted
for a revision that is known to be bad (defaults to @emph{HEAD}) and
for a revision that is known to be good (defaults to the revision at
point if there is one). git will select a revision for you to test,
-and magit will update its status buffer accordingly.
+and Magit will update its status buffer accordingly.
You can tell git that the current revision is good with @kbd{B g},
that it is bad with @kbd{B b} or that git should skip it with @kbd{B