-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: erishforG/git-parsec
base: v0.2.3
head repository: erishforG/git-parsec
compare: v0.2.4
- 10 commits
- 12 files changed
- 2 contributors
Commits on Apr 15, 2026
-
feat: add parsec ci to check CI/CD pipeline status (#39)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 5e822a0 - Browse repository at this point
Copy the full SHA 5e822a0View commit details -
Merge pull request #42 from erishforG/feature/39
feat: add parsec ci to check CI/CD pipeline status
Configuration menu - View commit details
-
Copy full SHA for db6534d - Browse repository at this point
Copy the full SHA db6534dView commit details -
feat: add parsec merge to merge PRs from terminal (#40)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for af3e867 - Browse repository at this point
Copy the full SHA af3e867View commit details -
Merge pull request #43 from erishforG/feature/40
feat: add parsec merge to merge PRs from terminal
Configuration menu - View commit details
-
Copy full SHA for 9b1bb03 - Browse repository at this point
Copy the full SHA 9b1bb03View commit details -
feat: add parsec diff to view worktree changes (#41) (#44)
Add `parsec diff` command that shows the diff between a worktree branch and its base branch using merge-base for accurate comparison. Supports --stat, --name-only, and --json output modes. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for a76ff0e - Browse repository at this point
Copy the full SHA a76ff0eView commit details -
feat: add parsec stack for stacked PR dependency tracking (#29) (#45)
Add support for stacked/dependent PRs via `--on` flag and `parsec stack` command: - `parsec start <ticket> --on <parent>` creates a worktree branched from the parent ticket's branch instead of main/master - `parsec stack` displays the dependency graph as a tree - `parsec stack --sync` rebases the entire chain in topological order - `parsec ship` automatically uses the correct base branch for stacked PRs - Added `parent_ticket` field to Workspace struct (backward-compatible via serde default) Closes #29 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6a27566 - Browse repository at this point
Copy the full SHA 6a27566View commit details -
feat: parsec start --branch for existing branches (#47)
Allow `parsec start` to attach to an existing local or remote branch instead of always creating a new one. If the branch exists only on remote, it is fetched and tracked automatically. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for ed28af8 - Browse repository at this point
Copy the full SHA ed28af8View commit details -
docs: improve SEO and AI search discoverability (#48)
- Add "What is parsec?" section to README for AI citation - Add schema.org JSON-LD structured data (SoftwareApplication + FAQPage) - Optimize Cargo.toml description and keywords for crates.io - Update GitHub repo description and topics Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6207781 - Browse repository at this point
Copy the full SHA 6207781View commit details -
chore: bump version to 0.2.4 (#49)
New in 0.2.4: - parsec ci — CI/CD pipeline status with watch mode - parsec merge — merge PRs from terminal with CI wait - parsec diff — view worktree changes vs base branch - parsec stack — stacked PR dependency tracking - parsec start --branch — attach to existing branches - SEO and AI search discoverability improvements Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6309532 - Browse repository at this point
Copy the full SHA 6309532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1004c - Browse repository at this point
Copy the full SHA 6e1004cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.3...v0.2.4