Skip to content

Commit

Permalink
Merge pull request tiimgreen#32 from edwlook/1
Browse files Browse the repository at this point in the history
Query is case-sensitive
  • Loading branch information
Rafal Chmiel committed Apr 19, 2014
2 parents 89d89bc + f2df58a commit 8753d95
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 8753d95

Please sign in to comment.