Skip to content

Commit 8753d95

Browse files
author
Rafal Chmiel
committed
Merge pull request tiimgreen#32 from edwlook/1
Query is case-sensitive
2 parents 89d89bc + f2df58a commit 8753d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ A Git query allows you to search all your previous commit messages and find the
606606
$ git show :/query
607607
```
608608

609-
Where `query` is the term you want to search, this then finds the last one and gives details on the lines that were changed.
609+
Where `query` (case-sensitive) is the term you want to search, this then finds the last one and gives details on the lines that were changed.
610610

611611
```bash
612612
$ git show :/typo

0 commit comments

Comments
 (0)