aboutsummaryrefslogtreecommitdiffstats
path: root/http-backend.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-04-25 13:29:05 +0900
committerJunio C Hamano <gitster@pobox.com>2018-04-25 13:29:05 +0900
commit89e5aa3dff7c83de2c21253d32ed8399f56ab430 (patch)
tree195cb65b99daa602dd8f89638c23ceac04785c57 /http-backend.c
parentMerge branch 'cc/perf-bisect' (diff)
parentreplace_object.c: rename to use dash in file name (diff)
downloadgit-89e5aa3dff7c83de2c21253d32ed8399f56ab430.tar.gz
git-89e5aa3dff7c83de2c21253d32ed8399f56ab430.zip
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 'http-backend.c')
-rw-r--r--http-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-backend.c b/http-backend.c
index 88d2a9bc40..cc16cd04ad 100644
--- a/http-backend.c
+++ b/http-backend.c
@@ -5,7 +5,7 @@
#include "pkt-line.h"
#include "object.h"
#include "tag.h"
-#include "exec_cmd.h"
+#include "exec-cmd.h"
#include "run-command.h"
#include "string-list.h"
#include "url.h"