From 8c60573755137e27fb3f878b36b33172eacce8c4 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 5 Sep 2017 10:59:32 +0200 Subject: [PATCH] for-each-ref: mark :remote-name and :remote-ref as experimental These expansions will most likely be introduced into Git for Windows as a test balloon first, and if they work out as expected, we'll try to get the patches into upstream Git. Signed-off-by: Johannes Schindelin squash! for-each-ref: mark :remote-name and :remote-ref as experimental for-each-ref: mark :remotename and :remoteref as experimental These expansions will most likely be introduced into Git for Windows as a test balloon first, and if they work out as expected, we'll try to get the patches into upstream Git. Signed-off-by: Johannes Schindelin --- Documentation/git-for-each-ref.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index aff44c064a4084..576628a7556c1e 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -147,9 +147,9 @@ upstream:: encountered. Append `:track,nobracket` to show tracking information without brackets (i.e "ahead N, behind M"). + -Also respects `:remotename` to state the name of the *remote* instead -of the ref, and `:remoteref` to state the name of the *reference* as -locally known by the remote. +(EXPERIMENTAL) Also respects `:remotename` to state the name of the +*remote* instead of the ref, and `:remoteref` to state the name of +the *reference* as locally known by the remote. + Has no effect if the ref does not have tracking information associated with it. All the options apart from `nobracket` are mutually exclusive, @@ -158,9 +158,9 @@ but if used together the last option is selected. push:: The name of a local ref which represents the `@{push}` location for the displayed ref. Respects `:short`, `:lstrip`, - `:rstrip`, `:track`, `:trackshort`, `:remotename`, and `:remoteref` - options as `upstream` does. Produces an empty string if no `@{push}` - ref is configured. + `:rstrip`, `:track`, `:trackshort`, (EXPERIMENTAL) `:remotename`, + and (EXPERIMENTAL) `:remoteref` options as `upstream` does. + Produces an empty string if no `@{push}` ref is configured. HEAD:: '*' if HEAD matches current ref (the checked out branch), ' '