X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Furls.txt;h=745f9677d005b522f52496339abd5afc4267a815;hb=ed82edc402c271a707da632083f1f4c19155d573;hp=670827c323fe276124ba1a84d59386771db868f1;hpb=3fbe2d54d7d91378934df7b16d70dc5877586fae;p=git.git diff --git a/Documentation/urls.txt b/Documentation/urls.txt index 670827c32..745f9677d 100644 --- a/Documentation/urls.txt +++ b/Documentation/urls.txt @@ -40,10 +40,13 @@ In addition to the above, as a short-hand, the name of a file in `$GIT_DIR/remotes` directory can be given; the named file should be in the following format: +------------ URL: one of the above URL format Push: Pull: +------------ + Then such a short-hand is specified in place of without parameters on the command line, specified on `Push:` lines or `Pull:` @@ -54,10 +57,13 @@ be specified for additional branch mappings. Or, equivalently, in the `$GIT_DIR/config` (note the use of `fetch` instead of `Pull:`): -[remote ""] - url = - push = - fetch = +------------ + [remote ""] + url = + push = + fetch = + +------------ The name of a file in `$GIT_DIR/branches` directory can be specified as an older notation short-hand; the named @@ -68,10 +74,15 @@ name of remote head (URL fragment notation). without the fragment is equivalent to have this in the corresponding file in the `$GIT_DIR/remotes/` directory. +------------ URL: Pull: refs/heads/master: +------------ + while having `#` is equivalent to +------------ URL: Pull: refs/heads/: +------------