Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1a7fb80
cmd(git) Git.branches (including management query)
tony Jun 18, 2024
681c501
py(git[cmd]) Add `GitRemoteManager` to `Git.remotes`
tony Jul 4, 2024
2719830
feat(git): enhance git init support with all options and tests
tony Feb 22, 2025
61a5c99
docs: improve Git.init documentation and validation tests
tony Feb 22, 2025
a65504f
feat: add parameter validation for git init
tony Feb 22, 2025
5a60d3c
feat: enhance Git.init with ref-format and improved validation
tony Feb 22, 2025
f05f2e3
docs(notes): add git command support audit 2025-11-26
tony Nov 26, 2025
44a8b41
docs(notes): add CLI flag → Python parameter mappings
tony Nov 26, 2025
537fa86
cmd/git(feat[GitBranchCmd]): add delete, rename, copy, upstream methods
tony Nov 26, 2025
9fa395f
tests/cmd(test[GitBranch]): add tests for branch operations
tony Nov 26, 2025
b752107
cmd/git(feat[GitRemoteCmd]): add set_branches, set_head, update methods
tony Nov 26, 2025
229708d
tests/cmd(test[GitRemote]): add tests for remote operations
tony Nov 26, 2025
629c7f1
cmd/git(feat[GitTag]): add GitTagManager and GitTagCmd classes
tony Nov 26, 2025
2f89c43
tests/cmd(test[GitTag]): add tests for tag operations
tony Nov 26, 2025
3de8064
cmd/git(feat[GitStash]): add GitStashManager and GitStashEntryCmd cla…
tony Nov 26, 2025
37c22ef
tests/cmd(test[GitStash]): add tests for stash operations
tony Nov 26, 2025
c2a7fbd
cmd/git(feat[GitWorktreeManager]): add GitWorktreeManager and GitWork…
tony Nov 26, 2025
bf1cf2a
tests/cmd(test[GitWorktree]): add tests for worktree operations
tony Nov 26, 2025
08ffbb7
cmd/git(feat[GitNotesManager]): add GitNotesManager and GitNoteCmd cl…
tony Nov 26, 2025
9a4ba17
tests/cmd(test[GitNotes]): add tests for notes operations
tony Nov 26, 2025
83caa8e
cmd/git(feat[GitReflogManager]): add GitReflogManager and GitReflogEn…
tony Nov 26, 2025
889cb5d
tests/cmd(test[GitReflog]): add tests for reflog operations
tony Nov 26, 2025
ec23437
cmd/git(feat[GitSubmoduleManager]): add GitSubmoduleManager and GitSu…
tony Nov 26, 2025
4019a1e
tests/cmd(test[GitSubmodule]): add tests for submodule operations
tony Nov 26, 2025
97f4d1e
cmd/git(fix[GitNoteCmd]): fix hanging doctest and pass kwargs through…
tony Nov 26, 2025
333f306
tests/cmd(style[GitStash]): use ternary for apply/pop
tony Nov 26, 2025
f4e8b3d
cmd/git(fix[GitSubmoduleManager.add]): use local file URL in doctest
tony Nov 26, 2025
c154288
tests/cmd(fix[GitRemote]): handle unchanged HEAD in set_head test
tony Nov 26, 2025
efcdba9
cmd/git(docs[GitStashCmd.push]): complete docstring
tony Nov 27, 2025
23ff124
cmd/git(feat[GitBranch]): add track() and enhance ls() with filters
tony Nov 27, 2025
6c3d65a
tests/cmd(test[GitBranch]): add tests for track() and ls() filters
tony Nov 27, 2025
74ceae9
cmd/git(fix[GitTag]): make doctests self-contained
tony Nov 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading