Commit graph

10 commits

Author SHA1 Message Date
Igor Támara
9c1d1cb557 feat: untracked and modified files are identified by git
Git service offers untracked files and modified ones
staged or not filtering out any other statuses and marking
if new or modified.  This includes renamed files.
2025-10-28 22:20:36 +01:00
e6b39c274c
refactor: lots and lots of writergate changes 2025-09-24 22:30:18 +02:00
5724739b51
fix: don't log blank lines output by git to stderr 2025-08-04 09:37:00 +02:00
93ec373ac2
feat: add status command to git client module 2025-04-23 22:28:48 +02:00
2aba314e08
fix: remove git.current_branch_cache
Not a good idea.
2025-04-23 18:29:57 +02:00
2c68c2a00c
feat: add git.workspace_ignored_files function 2025-04-22 17:44:06 +02:00
f76085325a
feat: query project files via git (part 1) 2025-04-21 21:43:29 +02:00
20ce7279d2
feat: add git.workspace_path function
And refactor the git module.
2025-04-21 18:12:59 +02:00
45574ff5c5
feat: add git branch widget 2025-04-20 22:51:43 +02:00
5ad074c681
feat: start git client module 2025-04-19 23:41:30 +02:00