File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,17 @@ If --porcelain is used, then each line of the output is of the form:
159
159
<flag> \t <from>:<to> \t <summary> (<reason>)
160
160
-------------------------------
161
161
162
+ The status of up-to-date refs is shown only if --porcelain or --verbose
163
+ option is used.
164
+
162
165
flag::
163
- A single character indicating the status of the ref. This is
164
- blank for a successfully pushed ref, `!` for a ref that was
165
- rejected or failed to push, and '=' for a ref that was up to
166
- date and did not need pushing (note that the status of up to
167
- date refs is shown only when `git push` is running verbosely).
166
+ A single character indicating the status of the ref:
167
+ (space);; for a successfully pushed fast-forward;
168
+ `{plus}`;; for a successful forced update;
169
+ `-`;; for a successfully deleted ref;
170
+ `*`;; for a successfully pushed new ref;
171
+ `!`;; for a ref that was rejected or failed to push; and
172
+ `=`;; for a ref that was up to date and did not need pushing.
168
173
169
174
summary::
170
175
For a successfully pushed ref, the summary shows the old and new
You can’t perform that action at this time.
0 commit comments