Skip to content

Commit 08f8d5d

Browse files
Philip Oakleygitster
authored andcommitted
doc/cli: make "dot repository" an independent bullet point
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b85ecea commit 08f8d5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/gitcli.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ the paths in the index that match the pattern to be checked out to your
5858
working tree. After running `git add hello.c; rm hello.c`, you will _not_
5959
see `hello.c` in your working tree with the former, but with the latter
6060
you will.
61-
+
62-
Just as the filesystem '.' (period) refers to the current directory,
63-
using a '.' as a repository name in Git (a dot-repository) is a relative
64-
path for your current repository.
61+
62+
* Just as the filesystem '.' (period) refers to the current directory,
63+
using a '.' as a repository name in Git (a dot-repository) is a relative
64+
path and means your current repository.
6565

6666
Here are the rules regarding the "flags" that you should follow when you are
6767
scripting Git:

0 commit comments

Comments
 (0)