Philip Oakley wrote:

> --- a/Documentation/config.txt
> +++ b/Documentation/config.txt
> @@ -734,6 +734,8 @@ branch.<name>.remote::
>       overridden by `branch.<name>.pushremote`.  If no remote is
>       configured, or if you are not on any branch, it defaults to
>       `origin` for fetching and `remote.pushdefault` for pushing.
> +     Additionally, a `.` (period) means the current local repository
> +     (a dot-repository), see `branch.<name>.merge`'s final note below.

Does this accept an arbitrary git URL, or only remote names?

The current documentation makes it sound like the latter, which makes
this exception seem very weird.  Is it actually the former?

I think a cross-reference to the "git urls" or "git remotes"
documentation would be a better way to go, instead of having to repeat
the rules of URL syntax everywhere they are used.

Thanks,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to