From f2df58a4a79f08ade1540ee4968007022ca6aa8d Mon Sep 17 00:00:00 2001 From: Edward Look Date: Sat, 19 Apr 2014 11:55:05 -0700 Subject: [PATCH] Query is case-sensitive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0190c86..5debf97 100644 --- a/README.md +++ b/README.md @@ -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