Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElia Pinto <gitter.spiros@gmail.com>2022-03-13 22:55:35 +0300
committerJunio C Hamano <gitster@pobox.com>2022-03-14 01:23:17 +0300
commit4fcea603c74eb2c78b4d8cd24349bf58af77df9d (patch)
treeccebbd3e5b193c0f897432ae1d343527f887f6bb /builtin
parent07b04ebe86ce91e8965eb655e1136309c4ad44de (diff)
builtin/stash.c: delete duplicate include
entry.h is included more than once. Signed-off-by: Elia Pinto <gitter.spiros@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/stash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/stash.c b/builtin/stash.c
index 3e8af210fd..548048f444 100644
--- a/builtin/stash.c
+++ b/builtin/stash.c
@@ -16,7 +16,6 @@
#include "log-tree.h"
#include "diffcore.h"
#include "exec-cmd.h"
-#include "entry.h"
#define INCLUDE_ALL_FILES 2