[Webkit-unassigned] [Bug 242176] [GLib] Tools/glib/apply-build-revision-to-files.py fails on Git worktrees
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 30 04:44:55 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=242176
--- Comment #1 from Adrian Perez <aperez at igalia.com> ---
This happens because in a worktree the “.git” path is NOT a directory,
but instead a regular text file which contains the path of the actual
repository location:
% cat .git
gitdir: /home/aperez/devel/WebKit/.git/worktrees/WebKit-2.36
(This is how worktrees manage to share blobs, refs, branches and all
with their “parent” repository and be more disk-space efficient.)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220630/1b8c0275/attachment.htm>
More information about the webkit-unassigned
mailing list