contrib/git-jump: add whitespace-checking mode
[gitweb.git] / contrib / git-jump / README
index 1cebc328cbfa1daffd1e0ce9f4fe1807140340d5..3e0b65b9b38c1c6bed6d4caf9c4fa72148d9f701 100644 (file)
@@ -29,7 +29,7 @@ Obviously this trivial case isn't that interesting; you could just open
 `foo.c` yourself. But when you have many changes scattered across a
 project, you can use the editor's support to "jump" from point to point.
 
-Git-jump can generate three types of interesting lists:
+Git-jump can generate four types of interesting lists:
 
   1. The beginning of any diff hunks.
 
@@ -37,6 +37,8 @@ Git-jump can generate three types of interesting lists:
 
   3. Any grep matches.
 
+  4. Any whitespace errors detected by `git diff --check`.
+
 
 Using git-jump
 --------------