diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-01-29 00:33:57 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-01-29 00:33:57 -0500 |
commit | 988b27d3f5ca06e0ae8fd48acaf90f33cfac4304 (patch) | |
tree | a50a80bbf8b1e5ac5b5432487b5d7f41d06dd01d | |
parent | fc90c536dc5f29a89402e5f5411a3283c644b864 (diff) | |
download | git-988b27d3f5ca06e0ae8fd48acaf90f33cfac4304.tar.gz git-988b27d3f5ca06e0ae8fd48acaf90f33cfac4304.tar.xz |
user-manual: typo fix
Oops
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
-rw-r--r-- | Documentation/user-manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index ce0e91b1d..1eab4aca3 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1406,7 +1406,7 @@ This may be time-consuming. Unlike most other git operations (including git-gc when run without any options), it is not safe to prune while other git operations are in progress in the same repository. -For more about dangling merges, see <<dangling-merges>>. +For more about dangling objects, see <<dangling-objects>>. Recovering lost changes |