Commit graph

14 commits

Author SHA1 Message Date
412444eb6e Flesh out pyproject.toml to allow properly installing
Mostly because I'd like to be able to install it with uv, so it's
entirely for selfish reasons.
2025-08-22 21:29:53 +02:00
a0ce83fb72 refactor: Extract main block to main function 2025-03-11 21:41:29 +02:00
e740900475 s/purge/prune/g
It isn't purge, it's prune. I think I got confused with the Docker terminology.
2023-10-06 12:28:11 +00:00
James Smith
dc028e1030 Change python to python3
Not all hosts have python3-is-python, and the script is definitely
python3 so there's no backwards-compatibility issies.

Closes #1.
2023-09-08 16:46:55 +02:00
James Smith
ab42887b70 Merge branch 'main' of github.com:james-smith-za/git-tidy-python 2023-05-08 12:09:40 +02:00
James Smith
e0fd76b04f Fix logic error in main branch selection
I was previously looking at two different lists, `candidates` and
`branch_list`. So the numbers weren't matching up.

This is fixed now.
2023-05-08 12:08:45 +02:00
James Smith
bcf6023034 Fix bug in branch selection logic
I was looking at the wrong length. Need branch_list, not candidates.
2023-01-30 15:12:16 +02:00
James Smith
79b57edf1a Update licence to full gpl3 text 2023-01-30 14:10:32 +02:00
James Smith
af08c7e36b Add note about python packages not being required 2023-01-28 22:49:41 +02:00
James Smith
639fe3c3b2 Tweak things a bit more. Add usage guide to readme. 2023-01-28 22:48:20 +02:00
James Smith
a6f922a0af Update the readme a bit 2023-01-28 22:41:50 +02:00
James Smith
617eeb2c71 More tweaks. I am more or less happy now. 2023-01-28 22:39:06 +02:00
James Smith
01775362b3 More tinkering. Lots of refactoring to get it to do what I want. 2023-01-28 22:09:50 +02:00
James Smith
6166b42b2e Initial commit. 2023-01-26 07:43:08 +02:00