lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lmi] PATCH: Update wxWidgets and the other submodules


From: Greg Chicares
Subject: Re: [lmi] PATCH: Update wxWidgets and the other submodules
Date: Thu, 30 Jun 2022 16:53:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 6/30/22 15:27, Greg Chicares wrote:
[...]
> However, the xmlwrapp submodule still shows as "modified", even
> though it seemed to build successfully:
> 
> /opt/lmi/src/lmi[0]$git status
> On branch master
> Your branch is up to date with 'origin/master'.
> 
> Changes not staged for commit:
>   (use "git add <file>..." to update what will be committed)
>   (use "git restore <file>..." to discard changes in working directory)
>   (commit or discard the untracked or modified content in submodules)
>         modified:   third_party/xmlwrapp (untracked content)
> 
> no changes added to commit (use "git add" and/or "git commit -a")

Fixed, manually:

$ git -C third_party/xmlwrapp status      
HEAD detached at 5bc701e
Untracked files:
  (use "git add <file>..." to include in what will be committed)
        configure~

$ rm third_party/xmlwrapp/configure~
$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean


reply via email to

[Prev in Thread] Current Thread [Next in Thread]