mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'pb/submodule-recurse-mode-enum'
Small code clean-up. * pb/submodule-recurse-mode-enum: submodule.h: use a named enum for RECURSE_SUBMODULES_*
This commit is contained in:
@@ -38,7 +38,7 @@ struct submodule {
|
||||
const char *path;
|
||||
const char *name;
|
||||
const char *url;
|
||||
int fetch_recurse;
|
||||
enum submodule_recurse_mode fetch_recurse;
|
||||
const char *ignore;
|
||||
const char *branch;
|
||||
struct submodule_update_strategy update_strategy;
|
||||
|
||||
Reference in New Issue
Block a user