Skip to content

Commit

Permalink
Query is case-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
delimmy committed Apr 19, 2014
1 parent 89d89bc commit f2df58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ A Git query allows you to search all your previous commit messages and find the
$ git show :/query
```

Where `query` is the term you want to search, this then finds the last one and gives details on the lines that were changed.
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.

```bash
$ git show :/typo
Expand Down

0 comments on commit f2df58a

Please sign in to comment.