exec_cmd: rename to use dash in file name
commitd807c4a01db2b06db047fc6d5d18ac25c8f05bd7
authorStefan Beller <sbeller@google.com>
Tue, 10 Apr 2018 21:26:18 +0000 (10 14:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 09:11:00 +0000 (11 18:11 +0900)
tree7f9d412b192cc3ea2142aa2f3e45a443512954a2
parente233bef43e4a73ec183eb927ab4803aefc77bab9
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>
31 files changed:
Makefile
attr.c
builtin/add.c
builtin/am.c
builtin/describe.c
builtin/difftool.c
builtin/hash-object.c
builtin/help.c
builtin/index-pack.c
builtin/init-db.c
builtin/merge-tree.c
builtin/notes.c
builtin/pull.c
builtin/receive-pack.c
common-main.c
config.c
exec-cmd.c [moved from exec_cmd.c with 99% similarity]
exec-cmd.h [moved from exec_cmd.h with 100% similarity]
fetch-pack.c
git.c
help.c
http-backend.c
http-fetch.c
http-push.c
imap-send.c
remote-curl.c
remote-testsvn.c
run-command.c
sequencer.c
shell.c
upload-pack.c