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: Mubashwer/git-mob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.0
Choose a base ref
...
head repository: Mubashwer/git-mob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 12 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 13, 2025

  1. docs: update badges

    * add github release badge
    * add github release downloads
    * add crate downloads badge
    * remove license badge as license is clearl displayed in github
    Mubashwer committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    a7fe626 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. docs: update readme

    * Replace CLI app with CLI tool
    * Remove reference of deprecated git mob coauthor command
    Mubashwer authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    c96eb0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb5eefa View commit details
    Browse the repository at this point in the history
  3. fix: update terminology from "CLI app" to "CLI tool"

    CLI tool is a more apt description for git-mob
    Mubashwer committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    6c968cb View commit details
    Browse the repository at this point in the history
  4. refactor(setup): replace assert with explicit error handling in set_g…

    …lobal_hooks_dir
    
    Replace assert!(status.success()) with proper error handling that returns
    a descriptive error message when git config command fails. This improves
    error reporting and prevents panics in production code.
    Mubashwer committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    c150779 View commit details
    Browse the repository at this point in the history
  5. ci: migrate from deprecated google-github-actions/release-please-acti…

    …on to googleapis/release-please-action
    
    - Update GitHub workflow to use googleapis/release-please-action@v4
    - Replace deprecated google-github-actions/release-please-action@v4
    - Update comment URLs to point to new repository
    Mubashwer committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    2674d4c View commit details
    Browse the repository at this point in the history
  6. refactor: rename GitHub Actions workflow from build.yml to ci.yml

    - Rename .github/workflows/build.yml to .github/workflows/ci.yml for better clarity
    - Update README.md CI status badge to reference the new ci.yml workflow file
    - Fix badge link to point to correct workflow URL
    
    This change improves naming consistency as the workflow handles continuous
    integration tasks including build, lint, test, and coverage reporting.
    Mubashwer committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    19b475a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b64d9cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48aa07b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    845ec2c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a117420 View commit details
    Browse the repository at this point in the history
  11. chore(main): release 1.9.0 (#103)

    * chore(main): release 1.9.0
    
    * docs: fix CHANGELOG.md
    Mubashwer authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    d62dd30 View commit details
    Browse the repository at this point in the history
Loading