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:
Diffstat (limited to 'rebase-interactive.c')
-rw-r--r--rebase-interactive.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rebase-interactive.c b/rebase-interactive.c
index c151db0ad2..79ed61b9fa 100644
--- a/rebase-interactive.c
+++ b/rebase-interactive.c
@@ -1,11 +1,14 @@
#include "cache.h"
#include "commit.h"
+#include "environment.h"
+#include "gettext.h"
#include "sequencer.h"
#include "rebase-interactive.h"
#include "strbuf.h"
#include "commit-slab.h"
#include "config.h"
#include "dir.h"
+#include "wrapper.h"
static const char edit_todo_list_advice[] =
N_("You can fix this with 'git rebase --edit-todo' "