summaryrefslogtreecommitdiff
path: root/write-or-die.c
AgeCommit message (Collapse)AuthorFilesLines
2018-04-11write_or_die.c: rename to use dashes in file nameLibravatar Stefan Beller1-0/+71
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>