Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on bare repos with more than 59 local worktrees #3

Closed
lu0 opened this issue Jul 9, 2022 · 0 comments · Fixed by #4
Closed

Doesn't work on bare repos with more than 59 local worktrees #3

lu0 opened this issue Jul 9, 2022 · 0 comments · Fixed by #4
Assignees
Labels
bug Something isn't working

Comments

@lu0
Copy link
Owner

lu0 commented Jul 9, 2022

Describe the bug

N/A (title)

To Reproduce

Steps to reproduce the behavior:

  1. Let's assume we have 58 worktrees/branches
  2. Ceate a new one, the 59th one, either using bare git or git-worktree-wrapper. Hook works, updates .airflowignore.
  3. Create another one, the 60th one. The hook does not work, doesn't log if it updated .airflowignore and it actually doesn't update it.

Expected behavior

The hook must work (.airflowignore gets updated) with any number of existing worktrees.

Screenshots

on the 60th worktree the hook stops working

Desktop (please complete the following information):

  • OS: Linux Mint 20
  • Git version: 2.25.1
  • Git wrapper: git-worktree-wrapper
  • Shell: Bash 5.0.16
  • Airflow version: 2.2.5
  • Repository version: v1.1.1

Additional context

N/A

@lu0 lu0 added the bug Something isn't working label Jul 9, 2022
@lu0 lu0 self-assigned this Jul 9, 2022
@lu0 lu0 closed this as completed in #4 Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant