MERGED: Refactored git-workspace script to python #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "thayen/git-workspace-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -35,3 +36,1 @@@for program in $(PROGRAMS); do \$(INSTALL_PROGRAM) "$$program" "$(DESTDIR)$(bindir)/$$program"; \doneexecutable:This should definitely just be
makeorbuildinstead of a seperate thing@ -1,9 +1,118 @@# Git Tools# Git WorkspaceWrong, this repository is for more tools than just `git-workspace
@ -0,0 +8,4 @@description = "Manage a bare Git repository with sibling linked worktrees"readme = "README.md"requires-python = ">=3.11"license = "MIT"License needs changing to OSL v3
@ -50,2 +42,2 @@$(INSTALL_DIR) "$(DESTDIR)$(bindir)"$(INSTALL_DIR) "$(DESTDIR)$(bashcompdir)"dist:$(UV) build --sdistMake describes
distas creating adistribution tarballwhich should imply the entire project, not just one toolrebased and merged
Refactored git-workspace script to pythonto MERGED: Refactored git-workspace script to pythonPull request closed