This makes it easier for a follow up patch.
Signed-off-by: Stefan Beller
Reviewed-by: Jonathan Nieder
---
submodule.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/submodule.c b/submodule.c
index 2c667ac95a..93e3fefd39 100644
--- a/submodule.c
+++ b/submod
Stefan Beller wrote:
> --- a/submodule.c
> +++ b/submodule.c
> @@ -1075,16 +1075,15 @@ unsigned is_submodule_modified(const char *path, int
> ignore_untracked)
> len = strbuf_read(&buf, cp.out, 1024);
> line = buf.buf;
> while (len > 2) {
> - if ((line[0] == '?') &&
This makes it easier for a follow up patch.
Signed-off-by: Stefan Beller
---
submodule.c | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/submodule.c b/submodule.c
index 2c667ac95a..e52cb8a958 100644
--- a/submodule.c
+++ b/submodule.c
@@ -1075,16 +1075,15 @@ u
3 matches
Mail list logo