summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-06 04:39:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-06 04:39:14 +0000
commit4cd1c0eeb17ef53283e40f2f1cc8bc952422b3c7 (patch)
treefe1a93e0509678302e3dfe18e3e4d76dc82759c3 /git-push.txt
parentc71a873e2fbd4398c46a81824a0ccc4d8039faa4 (diff)
downloadgit-htmldocs-4cd1c0eeb17ef53283e40f2f1cc8bc952422b3c7.tar.gz
Autogenerated HTML docs for v1.5.3-rc4-15-ga2c3d
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-push.txt b/git-push.txt
index 74a0da1ed..0dd9caf86 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -79,7 +79,7 @@ the remote repository.
-f, \--force::
Usually, the command refuses to update a remote ref that is
- not a descendant of the local ref used to overwrite it.
+ not an ancestor of the local ref used to overwrite it.
This flag disables the check. This can cause the
remote repository to lose commits; use it with care.