Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: erishforG/git-parsec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: erishforG/git-parsec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.4
Choose a head ref
  • 10 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 15, 2026

  1. feat: add parsec ci to check CI/CD pipeline status (#39)

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    erishforG and claude committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    5e822a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from erishforG/feature/39

    feat: add parsec ci to check CI/CD pipeline status
    erishforG authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    db6534d View commit details
    Browse the repository at this point in the history
  3. feat: add parsec merge to merge PRs from terminal (#40)

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    erishforG and claude committed Apr 15, 2026
    Configuration menu
    Copy the full SHA
    af3e867 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #43 from erishforG/feature/40

    feat: add parsec merge to merge PRs from terminal
    erishforG authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    9b1bb03 View commit details
    Browse the repository at this point in the history
  5. 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>
    erishforG and claude authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    a76ff0e View commit details
    Browse the repository at this point in the history
  6. 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>
    erishforG and claude authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    6a27566 View commit details
    Browse the repository at this point in the history
  7. 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>
    erishforG and claude authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    ed28af8 View commit details
    Browse the repository at this point in the history
  8. 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>
    erishforG and claude authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    6207781 View commit details
    Browse the repository at this point in the history
  9. 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>
    erishforG and claude authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    6309532 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #50 from erishforG/develop

    Release v0.2.4
    erishforG authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    6e1004c View commit details
    Browse the repository at this point in the history
Loading