Browse Source
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>maint
Stefan Beller
7 years ago
committed by
Junio C Hamano
31 changed files with 32 additions and 32 deletions
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
#include "cache.h" |
||||
#include "exec_cmd.h" |
||||
#include "exec-cmd.h" |
||||
#include "quote.h" |
||||
#include "argv-array.h" |
||||
#define MAX_ARGS 32 |
Loading…
Reference in new issue