MERGED: Refactored git-workspace script to python #7

Closed
thayen wants to merge 0 commits from thayen/git-workspace-refactor into main AGit
Owner
No description provided.
thayen self-assigned this 2026-08-11 00:44:36 +00:00
@ -35,3 +36,1 @@
@for program in $(PROGRAMS); do \
$(INSTALL_PROGRAM) "$$program" "$(DESTDIR)$(bindir)/$$program"; \
done
executable:
Author
Owner

This should definitely just be make or build instead of a seperate thing

This should definitely just be `make` or `build` instead of a seperate thing
thayen marked this conversation as resolved
@ -1,9 +1,118 @@
# Git Tools
# Git Workspace
Author
Owner

Wrong, this repository is for more tools than just `git-workspace

Wrong, this repository is for more tools than just `git-workspace
thayen marked this conversation as resolved
@ -0,0 +8,4 @@
description = "Manage a bare Git repository with sibling linked worktrees"
readme = "README.md"
requires-python = ">=3.11"
license = "MIT"
Author
Owner

License needs changing to OSL v3

License needs changing to OSL v3
thayen marked this conversation as resolved
@ -50,2 +42,2 @@
$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
$(INSTALL_DIR) "$(DESTDIR)$(bashcompdir)"
dist:
$(UV) build --sdist
Author
Owner

Make describes dist as creating a distribution tarball which should imply the entire project, not just one tool

Make describes `dist` as creating a `distribution tarball` which should imply the entire project, not just one tool
thayen marked this conversation as resolved
Author
Owner

rebased and merged

rebased and merged
thayen closed this pull request 2026-08-11 04:25:19 +00:00
thayen removed their assignment 2026-08-11 04:25:38 +00:00
thayen self-assigned this 2026-08-11 04:25:43 +00:00
thayen changed title from Refactored git-workspace script to python to MERGED: Refactored git-workspace script to python 2026-08-11 04:27:38 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
thayen/git-tools!7
No description provided.