Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
usermanual.txt: some capitalization nits
author
Arjen Laarhoven
<arjen@yaph.org>
Fri, 6 Apr 2007 23:48:36 +0000
(
01:48
+0200)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 7 Apr 2007 00:20:34 +0000
(17:20 -0700)
Signed-off-by: Arjen Laarhoven <arjen@yaph.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/user-manual.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
19eba15
)
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index 574e9c0e50d324ead7262e1f6b3bde72d5969350..d43d2377ec51e88116dbfed90bb1064d8fed05a1 100644
(file)
--- a/
Documentation/user-manual.txt
+++ b/
Documentation/user-manual.txt
@@
-1015,7
+1015,7
@@
$ git commit
-------------------------------------------------
[[how-to-make-a-commit]]
-------------------------------------------------
[[how-to-make-a-commit]]
-
h
ow to make a commit
+
H
ow to make a commit
--------------------
Creating a new commit takes three steps:
--------------------
Creating a new commit takes three steps:
@@
-1109,7
+1109,7
@@
$ git diff # difference between the index file and your
$ git status # a brief per-file summary of the above.
-------------------------------------------------
$ git status # a brief per-file summary of the above.
-------------------------------------------------
-
c
reating good commit messages
+
C
reating good commit messages
-----------------------------
Though not required, it's a good idea to begin the commit message
-----------------------------
Though not required, it's a good idea to begin the commit message
@@
-1119,7
+1119,7
@@
description. Tools that turn commits into email, for example, use
the first line on the Subject line and the rest of the commit in the
body.
the first line on the Subject line and the rest of the commit in the
body.
-
h
ow to merge
+
H
ow to merge
------------
You can rejoin two diverging branches of development using
------------
You can rejoin two diverging branches of development using
@@
-1298,7
+1298,7
@@
the different stages of that file will be "collapsed", after which
git-diff will (by default) no longer show diffs for that file.
[[undoing-a-merge]]
git-diff will (by default) no longer show diffs for that file.
[[undoing-a-merge]]
-
u
ndoing a merge
+
U
ndoing a merge
---------------
If you get stuck and decide to just give up and throw the whole mess
---------------
If you get stuck and decide to just give up and throw the whole mess