From f52f875fc7b25b601366bd6c0d67c53ad84f9559 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 16 Dec 2015 12:18:11 +0000 Subject: [PATCH] Add caveat about unstaging hunks. --- README.mkd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.mkd b/README.mkd index 0a094f1..cd66f29 100644 --- a/README.mkd +++ b/README.mkd @@ -61,6 +61,8 @@ When you make a change to a file tracked by git, the diff markers should appear You can jump between hunks with `[c` and `]c`. You can preview, stage, and revert hunks with `hp`, `hs`, and `hr` respectively. +You cannot currently unstage a staged hunk. + #### Activation