提交 fa2656f1 编写于 作者: S Stefan Beller 提交者: Junio C Hamano

write_or_die.c: rename to use dashes in file name

This is more consistent with the project style. The majority of Git's
source files use dashes in preference to underscores in their file names.
Signed-off-by: NStefan Beller <sbeller@google.com>
上级 8b026eda
...@@ -936,7 +936,7 @@ LIB_OBJS += walker.o ...@@ -936,7 +936,7 @@ LIB_OBJS += walker.o
LIB_OBJS += wildmatch.o LIB_OBJS += wildmatch.o
LIB_OBJS += worktree.o LIB_OBJS += worktree.o
LIB_OBJS += wrapper.o LIB_OBJS += wrapper.o
LIB_OBJS += write_or_die.o LIB_OBJS += write-or-die.o
LIB_OBJS += ws.o LIB_OBJS += ws.o
LIB_OBJS += wt-status.o LIB_OBJS += wt-status.o
LIB_OBJS += xdiff-interface.o LIB_OBJS += xdiff-interface.o
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册