/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move launch_editor() from builtin-tag.c to editor.c
[git/git.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
f4b8e38
..
d0add9d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-410,6
+410,7
@@
LIB_OBJS += diff-no-index.o
LIB_OBJS += diff-lib.o
LIB_OBJS += diff.o
LIB_OBJS += dir.o
+LIB_OBJS += editor.o
LIB_OBJS += entry.o
LIB_OBJS += environment.o
LIB_OBJS += exec_cmd.o