summaryrefslogtreecommitdiff
path: root/remote-testsvn.c
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-04-10 21:26:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-11 09:11:00 (GMT)
commitd807c4a01db2b06db047fc6d5d18ac25c8f05bd7 (patch)
tree7f9d412b192cc3ea2142aa2f3e45a443512954a2 /remote-testsvn.c
parente233bef43e4a73ec183eb927ab4803aefc77bab9 (diff)
downloadgit-d807c4a01db2b06db047fc6d5d18ac25c8f05bd7.zip
git-d807c4a01db2b06db047fc6d5d18ac25c8f05bd7.tar.gz
git-d807c4a01db2b06db047fc6d5d18ac25c8f05bd7.tar.bz2
exec_cmd: rename to use dash 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 <sbeller@google.com>
Diffstat (limited to 'remote-testsvn.c')
-rw-r--r--remote-testsvn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-testsvn.c b/remote-testsvn.c
index c4bb9a8..444d980 100644
--- a/remote-testsvn.c
+++ b/remote-testsvn.c
@@ -3,7 +3,7 @@
#include "remote.h"
#include "strbuf.h"
#include "url.h"
-#include "exec_cmd.h"
+#include "exec-cmd.h"
#include "run-command.h"
#include "vcs-svn/svndump.h"
#include "notes.h"