Merge branch 'rs/st-mult'
[gitweb.git] / Documentation / git-fetch.txt
index 771dde51cda36f756db471f10590831a20b89da1..9e4216999d69f448b50d238d22e09289c6780661 100644 (file)
@@ -116,6 +116,11 @@ representing the status of a single ref. Each line is of the form:
 The status of up-to-date refs is shown only if the --verbose option is
 used.
 
+In compact output mode, specified with configuration variable
+fetch.output, if either entire `<from>` or `<to>` is found in the
+other string, it will be substituted with `*` in the other string. For
+example, `master -> origin/master` becomes `master -> origin/*`.
+
 flag::
        A single character indicating the status of the ref:
 (space);; for a successfully fetched fast-forward;