From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f181.google.com (mail-io0-f181.google.com [209.85.223.181]) by dpdk.org (Postfix) with ESMTP id 266D469F7 for ; Wed, 25 Apr 2018 15:44:36 +0200 (CEST) Received: by mail-io0-f181.google.com with SMTP id y128-v6so26857850iod.4 for ; Wed, 25 Apr 2018 06:44:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=6BFibgJ4fBWoB0K/eMXB6b0GxwCcmH8w4G2BkgXVbi4=; b=Uki9OA2Jvgz5UGtAHKF3jmXNrS01ggLkBNx9ARHFJJbfpKKRvrWjF9L843zg+FihIv NmpOAXE5Ny50gePezeoGxu0GIfdNeLgcEATRb2EmLnJqTFOC8jdjngFK/IqktrQfSuOF JNeLR3tui8Mh2d2oWta+UdUJn55q3lS6ZTnl1fzuV8eMMzs9ged0qtyoDEM4/c9goVxu n3BRZX52B+XCeo/WjPXBFridNF2+CFWFfN/rijXMgsdyPvu1RZNHJH73PM0xaCxLqTwg Wnn+8OIrjRS8Wojg8KG4W57McUL/HVYOgKMy8SljLpHa4UEyRsiX7MWRHuOlG+1eXm31 JZdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6BFibgJ4fBWoB0K/eMXB6b0GxwCcmH8w4G2BkgXVbi4=; b=R/BEvlVq8Fub38fxt4ZG+Sf9xfMz4gDeZtyUaKh8ubBlk6CD0A23DpWKg6r/3QDkbY 1QGn7u7C35oS4KlGrcSPjQBtXke3/Q9O7FacuiJ1cJDsbKKA/2ozrL4f1mKtC284hp2R yUMwxJOgoxXBtZ6WRa4uAkdATauJRq2tBRyShxy/gIRtzin67xEUycbckzplC64ZcrfL vGWsAMW4BUSgNZtFCxUYf8ctt7cE52BkGI4Ipc0Os8zzgLHrnodS54kMyjriZ0m2Osbi UMJrPYaEYsTzHcLz+slFCQIjZO/OQP4q7T4ZmahfiBuy8MbdvSTixs6LWy6pXGpJ39nP TbEg== X-Gm-Message-State: ALQs6tDhcJPmVDrQzLl5z1KJnxQ3tVa8YBbpXPaTcDLqlY37UqpAl1/S 0PrjRN8qJyg8uGhclHIF6Y2Z/Mt2+njOqu+IlxB59w== X-Google-Smtp-Source: AB8JxZqu7ArHgLBVJMs2lUOajbDM2m8nx+eHVUB95LUKP7d9O33DMd0Mou74z0xBKMar5/AUoVAyHHIYOCutaPLdSkE= X-Received: by 2002:a6b:bf85:: with SMTP id p127-v6mr30615817iof.188.1524663875201; Wed, 25 Apr 2018 06:44:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.192.164.227 with HTTP; Wed, 25 Apr 2018 06:44:34 -0700 (PDT) From: Andrii Date: Wed, 25 Apr 2018 16:44:34 +0300 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] how can I get a git version of Latest Major release? (18.02.1) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2018 13:44:36 -0000 I could get only 18.02 tag, which is from February. I want to see exactly which commits are in 18.02.1 and there is no such a git tag or github release etc. Downloading 18.02.1 tarball without git history and comparing sources to git tree seems quite stupid. Also the question is why there is no such a branch or at least tag which points to latest major? That seems strange. Thanks.