>From d3eefd984eb0f2d1b9bb0ab0c0393eeb3e0cf643 Mon Sep 17 00:00:00 2001
From: Srikanth Kurapati
Date: Wed, 16 Dec 2020 10:52:33 +0530
Subject: [PATCH] fix: avoids unnecessary lexicographic order checks on git
changesets
also corrects variables used for git archive version reporting and
mandatory
Done. Also added validation for tag distance as part of version information
syntax analysis and for optimizing further processing of file contents.
On Thu, Dec 24, 2020 at 7:06 PM Aruna Matheswaran <
ar...@multicorewareinc.com> wrote:
>
>
> On Thu, Dec 24, 2020 at 6:22 PM Srikanth Kurapati <
> sr
On Wed, Dec 23, 2020 at 9:56 PM Niranjan Bala
wrote:
> From df3fe9fdbe3e362f0ef5f1fb823e50c996460c78 Mon Sep 17 00:00:00 2001
> From: Niranjan
> Date: Mon, 21 Dec 2020 23:40:42 +0530
> Subject: [PATCH] Fix: warnings in Windows
>
> ---
> source/common/param.cpp| 15 ++-
>
On Thu, Dec 24, 2020 at 6:22 PM Srikanth Kurapati <
srikanth.kurap...@multicorewareinc.com> wrote:
> just to make sure that the is tag information is not spurious. All valid
> tags will have a commit id associated with them. We read it to check if the
> association is complete.
>
[AM] Tag's commit
just to make sure that the is tag information is not spurious. All valid
tags will have a commit id associated with them. We read it to check if the
association is complete.
On Thu, Dec 24, 2020 at 5:55 PM Aruna Matheswaran <
ar...@multicorewareinc.com> wrote:
>
>
> On Wed, Dec 23, 2020 at 9:40 P
On Wed, Dec 23, 2020 at 9:40 PM Srikanth Kurapati <
srikanth.kurap...@multicorewareinc.com> wrote:
> From 06e09d500b9453b32835a6090df873b7b5842f22 Mon Sep 17 00:00:00 2001
> From: Srikanth Kurapati
> Date: Wed, 16 Dec 2020 10:52:33 +0530
> Subject: [PATCH] fix: avoids unnecessary lexicographic or