Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
builtin/submodule--helper: remove stray new line
author
Stefan Beller
<sbeller@google.com>
Thu, 16 Aug 2018 02:30:55 +0000
(19:30 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 16 Aug 2018 17:42:56 +0000
(10:42 -0700)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
31158c7
)
diff --git
a/builtin/submodule--helper.c
b/builtin/submodule--helper.c
index a3c4564c6c87255449a0a4fc800e81d2915954e2..65f8760ee2a18fc5511b27172517295afb4cc105 100644
(file)
--- 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)