diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:29:05 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:29:05 +0900 |
| commit | 89e5aa3dff7c83de2c21253d32ed8399f56ab430 (patch) | |
| tree | 195cb65b99daa602dd8f89638c23ceac04785c57 /http-push.c | |
| parent | 02645318f6812469d6077d76d68d5127e14b949c (diff) | |
| parent | 11bc058ce66a437499a774e82398c96e1324e2e0 (diff) | |
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-push.c')
| -rw-r--r-- | http-push.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http-push.c b/http-push.c index c0998fd763..f308ce0195 100644 --- a/http-push.c +++ b/http-push.c @@ -6,7 +6,7 @@ #include "refs.h" #include "diff.h" #include "revision.h" -#include "exec_cmd.h" +#include "exec-cmd.h" #include "remote.h" #include "list-objects.h" #include "sigchain.h" |
