diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-28 23:16:46 -0800 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-01-29 02:18:53 -0500 |
commit | 036be17e0a6fe38beed3a163a4a944b5ed3d7b7b (patch) | |
tree | 24a760ba70fc7ee8a68a7f26d0fc2ec3091b9339 /Documentation | |
parent | d55ae921ce33dc989b6b77317f25a5aa58d406fe (diff) | |
download | git-036be17e0a6fe38beed3a163a4a944b5ed3d7b7b.tar.gz git-036be17e0a6fe38beed3a163a4a944b5ed3d7b7b.tar.xz |
Two small typofixes.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 61c8b4389..9b3281966 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1465,7 +1465,7 @@ $ gitk master@{"1 week ago"} # ... or last week ------------------------------------------------- The reflogs are kept by default for 30 days, after which they may be -pruned. See gitlink:git-reflink[1] and gitlink:git-gc[1] to learn +pruned. See gitlink:git-reflog[1] and gitlink:git-gc[1] to learn how to control this pruning, and see the "SPECIFYING REVISIONS" section of gitlink:git-rev-parse[1] for details. @@ -1580,7 +1580,7 @@ Submitting patches to a project If you just have a few changes, the simplest way to submit them may just be to send them as patches in email: -First, use gitlink:git-format-patches[1]; for example: +First, use gitlink:git-format-patch[1]; for example: ------------------------------------------------- $ git format-patch origin |