Stefan Beller <[email protected]> writes:

> Signed-off-by: Stefan Beller <[email protected]>
> ---
>  read-cache.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/read-cache.c b/read-cache.c
> index 89dbc08..a3df665 100644
> --- a/read-cache.c
> +++ b/read-cache.c
> @@ -1653,7 +1653,7 @@ int read_index_from(struct index_state *istate, const 
> char *path)
>               die("broken index, expect %s in %s, got %s",
>                   sha1_to_hex(split_index->base_sha1),
>                   git_path("sharedindex.%s",
> -                                  sha1_to_hex(split_index->base_sha1)),
> +                          sha1_to_hex(split_index->base_sha1)),

We allow two styles in our codebase, (1) indent to align with
opening parenthesis, or (2) indent sufficiently deeper than the
first line with HT.  The original is neither, so in that sense
it is a good thing to do in the long run.

I'll queue it for this time, but in general, I'd prefer if people
refrained from touching code only for style fixes in an area that is
touched actively in topics, unless it is done inside a topic that
has to touch that area of the code in order to do something more
than style fixes.

Thanks.

>                   sha1_to_hex(split_index->base->sha1));
>       merge_base_index(istate);
>       check_ce_order(istate);
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to