summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-02-22 10:44:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-02-22 10:44:55 +0000
commit7e9f6b7094a99335837f79e33c7723ff516dc53b (patch)
tree63562096a6b1da75e4f1058e5c5d52a0296f0c20 /git-push.txt
parentdb8c6ec4d67d54e932ff289f974e38a59a134702 (diff)
downloadgit-htmldocs-7e9f6b7094a99335837f79e33c7723ff516dc53b.tar.gz
Autogenerated HTML docs for v1.2.2-g50319
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-push.txt b/git-push.txt
index 5b891105b..6f4a48a10 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -43,6 +43,12 @@ to fast forward the remote ref that matches <dst>. If
the optional plus `+` is used, the remote ref is updated
even if it does not result in a fast forward update.
+
+Note: If no explicit refspec is found, (that is neither
+on the command line nor in any Push line of the
+corresponding remotes file---see below), then all the
+refs that exist both on the local side and on the remote
+side are updated.
++
Some short-cut notations are also supported.
+
* `tag <tag>` means the same as `refs/tags/<tag>:refs/tags/<tag>`.