diff options
author | Stefan Beller <sbeller@google.com> | 2018-04-10 14:26:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-11 18:11:00 +0900 |
commit | d807c4a01db2b06db047fc6d5d18ac25c8f05bd7 (patch) | |
tree | 7f9d412b192cc3ea2142aa2f3e45a443512954a2 /builtin/add.c | |
parent | unicode_width.h: rename to use dash in file name (diff) | |
download | tgif-d807c4a01db2b06db047fc6d5d18ac25c8f05bd7.tar.xz |
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 'builtin/add.c')
-rw-r--r-- | builtin/add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/add.c b/builtin/add.c index 9ef7fb02d5..c9e2619a9a 100644 --- a/builtin/add.c +++ b/builtin/add.c @@ -9,7 +9,7 @@ #include "lockfile.h" #include "dir.h" #include "pathspec.h" -#include "exec_cmd.h" +#include "exec-cmd.h" #include "cache-tree.h" #include "run-command.h" #include "parse-options.h" |