From 86f266d37fd982ac6896918af6afa68d340c2734 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Wed, 31 Jul 2024 22:23:24 +0300 Subject: [PATCH] Mention in the docs that we can show and revert inline diffs (#15556) Release Notes: - N/A --- docs/src/git.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/git.md b/docs/src/git.md index 3700e08c85..8639b0620e 100644 --- a/docs/src/git.md +++ b/docs/src/git.md @@ -3,6 +3,7 @@ Zed currently supports the following Git features: - Diff indicators in buffers and editor scrollbars +- Inline diff toggle and reverts in the editor for unstaged changes - Git status in the project panel - Branch creating and switching - Git blame viewing