Files
rsync/packaging
Andrew Tridgell b780749ffb release.py: accept a git worktree in require_top_of_checkout()
In a git worktree .git is a file (a gitdir pointer), not a directory,
so os.path.isdir('.git') wrongly aborted with "no .git dir" when the
release was run from a worktree. Use os.path.exists() so it works from
both a normal checkout and a linked worktree.
2026-06-08 14:44:37 +10:00
..
2020-05-25 15:05:06 -07:00
2026-06-06 16:07:20 +10:00
2022-08-20 08:30:22 -07:00