diff options
author | Philip Oakley <philipoakley@iee.org> | 2013-10-15 14:57:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-15 14:58:21 -0700 |
commit | 08f8d5d0c062e425d5ba08c57b94e47cc7543112 (patch) | |
tree | 4e1c716691fb49561b2145336eb58cbb33607247 /Documentation | |
parent | b85ecea625cb990ce9f02793a69fb339bb467e6c (diff) | |
download | git-08f8d5d0c062e425d5ba08c57b94e47cc7543112.tar.gz |
doc/cli: make "dot repository" an independent bullet pointpo/dot-url
The way to spell the current repository with a '.' dot is
independent from how the pathspec allows globs expanded by Git.
Make them two separate bullet items in the enumeration.
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gitcli.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/gitcli.txt b/Documentation/gitcli.txt index 1672842318..24e1784023 100644 --- a/Documentation/gitcli.txt +++ b/Documentation/gitcli.txt @@ -58,10 +58,10 @@ the paths in the index that match the pattern to be checked out to your working tree. After running `git add hello.c; rm hello.c`, you will _not_ see `hello.c` in your working tree with the former, but with the latter you will. -+ -Just as the filesystem '.' (period) refers to the current directory, -using a '.' as a repository name in Git (a dot-repository) is a relative -path for your current repository. + + * Just as the filesystem '.' (period) refers to the current directory, + using a '.' as a repository name in Git (a dot-repository) is a relative + path and means your current repository. Here are the rules regarding the "flags" that you should follow when you are scripting Git: |