From 41f4a0ddf3bb2500b8e17372d09991d22020f946 Mon Sep 17 00:00:00 2001 From: Christian Krause <christian.krause@idiv.de> Date: Fri, 15 Nov 2019 13:39:40 +0100 Subject: [PATCH] fixes staging area dot --- img/staging-area.dot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/img/staging-area.dot b/img/staging-area.dot index fc54af2..05ab2f8 100644 --- a/img/staging-area.dot +++ b/img/staging-area.dot @@ -10,8 +10,8 @@ digraph { # untracked -> stage [label = "git add"] # stage -> untracked [label = "git unstage"] - workdir -> stage [label = "git stage file"] - stage -> workdir [label = "git unstage file"] + workdir:sw -> stage:w [label = "git stage file"] + stage:e -> workdir:se [xlabel = "git unstage file"] # workdir -> discard [label = "git restore"] # untracked -> discard [label = "rm"] -- GitLab