Skip to content

Commit f2df58a

Browse files
committed
Query is case-sensitive
1 parent 89d89bc commit f2df58a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)