diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-08-20 21:41:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-20 21:41:33 +0200 |
commit | 85c54ecc5f26d5273f15ef64e8d756353b222d3b (patch) | |
tree | c6dc0272007a17f62a6d82ef3227aca170d12422 /builtin | |
parent | Merge branch 'pw/rebase-i-merge-segv-fix' (diff) | |
parent | builtin/submodule--helper: remove stray new line (diff) | |
download | git-85c54ecc5f26d5273f15ef64e8d756353b222d3b.tar.xz git-85c54ecc5f26d5273f15ef64e8d756353b222d3b.zip |
Merge branch 'sb/submodule-cleanup'
A few preliminary minor clean-ups in the area around submodules.
* sb/submodule-cleanup:
builtin/submodule--helper: remove stray new line
t7410: update to new style
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/submodule--helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index a4440a3109..2bcc70fdfe 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -1024,7 +1024,6 @@ static void sync_submodule_cb(const struct cache_entry *list_item, void *cb_data { struct sync_cb *info = cb_data; sync_submodule(list_item->name, info->prefix, info->flags); - } static int module_sync(int argc, const char **argv, const char *prefix) |