Thanks to visit codestin.com
Credit goes to github.com

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: JacksonFergusonDev/git-pulsar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: JacksonFergusonDev/git-pulsar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Jan 19, 2026

  1. feat!: implement shadow commits and roaming profiles (v0.10.0) (#12)

    This is a major architectural overhaul moving from porcelain to plumbing operations.
    
    Changes:
    * feat(daemon): implement shadow commits using `write-tree` and `commit-tree`
    * feat(core): add `GIT_INDEX_FILE` isolation to prevent staging area interference
    * feat(ops): add `git-pulsar sync` for cross-machine session handoff
    * feat(ops): implement octopus squash merge for multi-host finalization
    * feat(system): add persistent machine identity configuration
    * fix(ops): resolve backups via `refs/heads/wip/pulsar/<machine_id>` namespace
    * test: update suite to verify plumbing and multi-host logic
    * docs: rewrite README.md for v0.10.0 features
    
    BREAKING CHANGE: Backups are now stored in `refs/heads/wip/pulsar/<id>/...` instead of the single `wip/pulsar` branch. Previous backup history is not automatically migrated.
    JacksonFergusonDev authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    8d3cbbb View commit details
    Browse the repository at this point in the history
Loading