From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4535984720108143565==" MIME-Version: 1.0 From: John Meneghini Subject: [SPDK] Git submodule dirty Date: Tue, 07 Aug 2018 10:16:02 -0400 Message-ID: <21E5B7AF-9E53-4E58-BA3D-84E217F88F72@gmail.com> List-ID: To: spdk@lists.01.org --===============4535984720108143565== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Has anyone seen this problem before? After updating the master branch I see that my dpdk submodule is dirty. Fedora:vagrant:spdk(vagrant_hugepgs) > git status On branch vagrant_hugepgs Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) (commit or discard the untracked or modified content in submodules) modified: dpdk (modified content) no changes added to commit (use "git add" and/or "git commit -a") Fedora:vagrant:spdk(vagrant_hugepgs) > git diff diff --git a/dpdk b/dpdk --- a/dpdk +++ b/dpdk @@ -1 +1 @@ -Subproject commit b6ae5bcff6ca09a7e1536eaa449aa6f4e704a6d9 +Subproject commit b6ae5bcff6ca09a7e1536eaa449aa6f4e704a6d9-dirty Fedora:vagrant:spdk(vagrant_hugepgs) > cd dpdk Fedora:vagrant:dpdk((b6ae5bcff...)) > git status HEAD detached at b6ae5bcff Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory) typechange: app/test-bbdev/turbo_dec_default.data typechange: app/test-bbdev/turbo_enc_default.data More at: https://stackoverflow.com/questions/4873980/git-diff-says-subproject-is-dir= ty John Meneghini john.a.meneghini(a)gmail.com --===============4535984720108143565==--