summaryrefslogtreecommitdiffstats
path: root/write-or-die.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* write_or_die.c: rename to use dashes in file nameStefan Beller2018-04-111-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>