Skip to content

Commit fa2656f

Browse files
stefanbellergitster
authored andcommittedApr 11, 2018
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 <[email protected]>
1 parent 8b026ed commit fa2656f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ LIB_OBJS += walker.o
936936
LIB_OBJS += wildmatch.o
937937
LIB_OBJS += worktree.o
938938
LIB_OBJS += wrapper.o
939-
LIB_OBJS += write_or_die.o
939+
LIB_OBJS += write-or-die.o
940940
LIB_OBJS += ws.o
941941
LIB_OBJS += wt-status.o
942942
LIB_OBJS += xdiff-interface.o

‎write_or_die.c ‎write-or-die.c

File renamed without changes.

0 commit comments

Comments
 (0)