You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
New Features
Support for Nested Worktrees: The hook now handles nested worktrees, making it easier to manage Airflow DAGs in complex bare-repo setups.
Deprecations
Stopped Ignoring Non-Worktree folders: Changed how the .airflowignore file gets created to support nested worktrees better. The old method, which had the side effect of ignoring first-level non-worktree folders, is gone.
Other Changes
Code Clean-Up: Made the script simpler and removed parts that weren't needed.