summaryrefslogtreecommitdiffstats
path: root/git-push.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-07-09 16:49:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-07-09 16:49:19 +0000
commit48bc1ce61affeee2942cc1290ea0aab6b6e61f91 (patch)
treed367ba3c8814d61891baaf5bf40480ef4e55da3e /git-push.txt
parentccc4d37316e8b357ae23130491c5c8b255a4924b (diff)
downloadgit-htmldocs-48bc1ce61affeee2942cc1290ea0aab6b6e61f91.tar.gz
Autogenerated HTML docs for v1.6.3.3-444-g4ecbc
Diffstat (limited to 'git-push.txt')
-rw-r--r--git-push.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/git-push.txt b/git-push.txt
index fd53c49fb..2653388fd 100644
--- a/git-push.txt
+++ b/git-push.txt
@@ -85,6 +85,11 @@ nor in any Push line of the corresponding remotes file---see below).
--dry-run::
Do everything except actually send the updates.
+--porcelain::
+ Produce machine-readable output. The output status line for each ref
+ will be tab-separated and sent to stdout instead of stderr. The full
+ symbolic names of the refs will be given.
+
--tags::
All refs under `$GIT_DIR/refs/tags` are pushed, in
addition to refspecs explicitly listed on the command
@@ -148,6 +153,12 @@ representing the status of a single ref. Each line is of the form:
<flag> <summary> <from> -> <to> (<reason>)
-------------------------------
+If --porcelain is used, then each line of the output is of the form:
+
+-------------------------------
+ <flag> \t <from>:<to> \t <summary> (<reason>)
+-------------------------------
+
flag::
A single character indicating the status of the ref. This is
blank for a successfully pushed ref, `!` for a ref that was