git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Bug: fsmonitor--daemon doesn't pick up submodule changes
@ 2022-05-31 19:08 Benedek Kozma
  2022-06-02 13:28 ` Johannes Schindelin
  0 siblings, 1 reply; 3+ messages in thread
From: Benedek Kozma @ 2022-05-31 19:08 UTC (permalink / raw)
  To: git

Thank you for filling out a Git bug report!
Please answer the following questions to help us understand your issue.

What did you do before the bug happened? (Steps to reproduce your issue)
git status
cd submodule
git checkout origin/HEAD
cd ..
git status

What did you expect to happen? (Expected behavior)
the second git status showing that a submodule changed

What happened instead? (Actual behavior)
second git status also shows up to date

What's different between what you expected and what actually happened?

Anything else you want to add:
I have core.fsmonitor set to true in ~/.gitconfig
If I run `git status` with git version 2.32.1 then 2.36.1 will also
correctly report the submodule as changed after the next git status
(because I don't have an fsmonitor script named true, using git 2.32.1
will reset my cache)

Please review the rest of the bug report below.
You can delete any lines you don't wish to share.


[System Info]
git version:
git version 2.36.1
cpu: arm64
no commit associated with this build
sizeof-long: 8
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
uname: Darwin 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:37
PDT 2022; root:xnu-8020.121.3~4/RELEASE_ARM64_T6000 arm64
compiler info: clang: 13.1.6 (clang-1316.0.21.2)
libc info: no libc information available
$SHELL (typically, interactive shell): /bin/zsh


[Enabled Hooks]
pre-commit

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug: fsmonitor--daemon doesn't pick up submodule changes
  2022-05-31 19:08 Bug: fsmonitor--daemon doesn't pick up submodule changes Benedek Kozma
@ 2022-06-02 13:28 ` Johannes Schindelin
  2022-06-06 10:46   ` Benedek Kozma
  0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2022-06-02 13:28 UTC (permalink / raw)
  To: Benedek Kozma; +Cc: git, Jeff Hostetler

Hi Benedek,

On Tue, 31 May 2022, Benedek Kozma wrote:

> What did you do before the bug happened? (Steps to reproduce your issue)
> git status
> cd submodule
> git checkout origin/HEAD
> cd ..
> git status
>
> What did you expect to happen? (Expected behavior)
> the second git status showing that a submodule changed
>
> What happened instead? (Actual behavior)
> second git status also shows up to date

I believe that this should be fixed by one of the active FSMonitor patches
that are lined up for getting merged into Git:
https://lore.kernel.org/git/d0c8fecd1a0d622b1a6cce0aa79fdcdc2771db1d.1653601644.git.gitgitgadget@gmail.com/

Do you have a setup where you could apply this patch and build Git so that
you can verify whether this fixes the bug you reported?

Thanks,
Johannes

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Bug: fsmonitor--daemon doesn't pick up submodule changes
  2022-06-02 13:28 ` Johannes Schindelin
@ 2022-06-06 10:46   ` Benedek Kozma
  0 siblings, 0 replies; 3+ messages in thread
From: Benedek Kozma @ 2022-06-06 10:46 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git, Jeff Hostetler

I tested the patch and it fixes the bug.

Johannes Schindelin <Johannes.Schindelin@gmx.de> ezt írta (időpont:
2022. jún. 2., Cs, 15:28):
>
> Hi Benedek,
>
> On Tue, 31 May 2022, Benedek Kozma wrote:
>
> > What did you do before the bug happened? (Steps to reproduce your issue)
> > git status
> > cd submodule
> > git checkout origin/HEAD
> > cd ..
> > git status
> >
> > What did you expect to happen? (Expected behavior)
> > the second git status showing that a submodule changed
> >
> > What happened instead? (Actual behavior)
> > second git status also shows up to date
>
> I believe that this should be fixed by one of the active FSMonitor patches
> that are lined up for getting merged into Git:
> https://lore.kernel.org/git/d0c8fecd1a0d622b1a6cce0aa79fdcdc2771db1d.1653601644.git.gitgitgadget@gmail.com/
>
> Do you have a setup where you could apply this patch and build Git so that
> you can verify whether this fixes the bug you reported?
>
> Thanks,
> Johannes

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-06 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 19:08 Bug: fsmonitor--daemon doesn't pick up submodule changes Benedek Kozma
2022-06-02 13:28 ` Johannes Schindelin
2022-06-06 10:46   ` Benedek Kozma

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).