summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-04-25 04:29:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-25 04:29:05 (GMT)
commit89e5aa3dff7c83de2c21253d32ed8399f56ab430 (patch)
tree195cb65b99daa602dd8f89638c23ceac04785c57 /config.c
parent02645318f6812469d6077d76d68d5127e14b949c (diff)
parent11bc058ce66a437499a774e82398c96e1324e2e0 (diff)
downloadgit-89e5aa3dff7c83de2c21253d32ed8399f56ab430.zip
git-89e5aa3dff7c83de2c21253d32ed8399f56ab430.tar.gz
git-89e5aa3dff7c83de2c21253d32ed8399f56ab430.tar.bz2
Merge branch 'sb/filenames-with-dashes'
Rename bunch of source files to more consistently use dashes instead of underscores to connect words. * sb/filenames-with-dashes: replace_object.c: rename to use dash in file name sha1_file.c: rename to use dash in file name sha1_name.c: rename to use dash in file name exec_cmd: rename to use dash in file name unicode_width.h: rename to use dash in file name write_or_die.c: rename to use dashes in file name
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index 563853c..62c5609 100644
--- a/config.c
+++ b/config.c
@@ -9,7 +9,7 @@
#include "config.h"
#include "repository.h"
#include "lockfile.h"
-#include "exec_cmd.h"
+#include "exec-cmd.h"
#include "strbuf.h"
#include "quote.h"
#include "hashmap.h"