1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-24 14:25:09 +02:00

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: Stefan Beller <sbeller@google.com>
This commit is contained in:
Stefan Beller 2018-04-10 14:26:16 -07:00 committed by Junio C Hamano
parent 8b026edac3
commit fa2656f1da
2 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ LIB_OBJS += walker.o
LIB_OBJS += wildmatch.o
LIB_OBJS += worktree.o
LIB_OBJS += wrapper.o
LIB_OBJS += write_or_die.o
LIB_OBJS += write-or-die.o
LIB_OBJS += ws.o
LIB_OBJS += wt-status.o
LIB_OBJS += xdiff-interface.o