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.9.2
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.3
Choose a head ref
  • 19 commits
  • 22 files changed
  • 4 contributors

Commits on Jul 1, 2025

  1. Configuration menu
    Copy the full SHA
    912584b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. docs: add security policy with vulnerability reporting guidelines

    - Support only latest version for security updates
    - Use GitHub's private vulnerability reporting feature
    - Set realistic response timelines for personal project maintenance
    - Include clear guidelines for responsible disclosure
    Mubashwer authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    6178aef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7af00ea View commit details
    Browse the repository at this point in the history
  3. docs: update badge order and add MIT license badge to README

    - Reordered badges for clarity and best practices
    - Added MIT license badge
    - Ensured badge block reflects project status, downloads, community, and license
    Mubashwer committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    ef7dde0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01da0ce View commit details
    Browse the repository at this point in the history
  5. chore: add PR template

    Mubashwer committed Jul 2, 2025
    Configuration menu
    Copy the full SHA
    5c5c890 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0481a90 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. ci: update clippy command to use --all-targets --all-features

    - Updated CI configuration to use more comprehensive clippy checks
    - Fixed clippy warnings in test files:
      - Removed needless borrows in test_contexts.rs
      - Fixed function call borrows in setup.rs tests
    - All tests continue to pass
    Mubashwer committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    d54d891 View commit details
    Browse the repository at this point in the history
  2. docs: add comprehensive contributing guide and development section

    - Add detailed CONTRIBUTING.md with:
      - Code of Conduct reference and contributor expectations
      - Development setup instructions for Rust/Git prerequisites
      - IDE setup for VS Code and RustRover
      - Development guidelines including code style, testing, and backwards compatibility
      - Conventional commits specification and examples
      - Project structure overview
      - Quality checks and CI pipeline information
      - Automated release process using release-please
    - Add Development section to README.md with build and test instructions
    - Update issue templates references in contributing guide
    - All quality checks pass: formatting, linting, and tests
    Mubashwer committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    62dc4b7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump rexpect from 0.6.1 to 0.6.2 (#105)

    ---
    updated-dependencies:
    - dependency-name: rexpect
      dependency-version: 0.6.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    d8f28a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2025

  1. Configuration menu
    Copy the full SHA
    05c2743 View commit details
    Browse the repository at this point in the history
  2. ci: removee --all-features flag from clippy cmd as its unnecessary

    There are no features defined so its unnecessary
    Mubashwer committed Jul 6, 2025
    Configuration menu
    Copy the full SHA
    38e0197 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. ci: use GITHUB_TOKEN instead of custom GH_TOKEN in release workflow

    - Replace secrets.GH_TOKEN with secrets.GITHUB_TOKEN in release-please action
    - Replace secrets.GH_TOKEN with secrets.GITHUB_TOKEN in upload-release-action
    - Leverages built-in token with existing workflow permissions (contents: write, pull-requests: write)
    - Improves security by using scoped token instead of custom PAT"
    Mubashwer committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    055d083 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump clap from 4.5.40 to 4.5.41 (#108)

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.40 to 4.5.41.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.41)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-version: 4.5.41
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    1981ee7 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. chore(deps): bump clap from 4.5.41 to 4.5.42 (#110)

    Bumps [clap](https://github.com/clap-rs/clap) from 4.5.41 to 4.5.42.
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.41...clap_complete-v4.5.42)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-version: 4.5.42
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    25e3c4d View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. fix: skip jira issue id prefix for fixup and squash commits

    - Add check to prevent adding jira issue id to fixup! and squash! commits
    - These commits are temporary and used for history cleanup
    - Prevents duplicate prefixes after interactive rebase
    Mubashwer committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    fe0c95f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump slab from 0.4.10 to 0.4.11 in the cargo group (#111)

    Bumps the cargo group with 1 update: [slab](https://github.com/tokio-rs/slab).
    
    
    Updates `slab` from 0.4.10 to 0.4.11
    - [Release notes](https://github.com/tokio-rs/slab/releases)
    - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/slab@v0.4.10...v0.4.11)
    
    ---
    updated-dependencies:
    - dependency-name: slab
      dependency-version: 0.4.11
      dependency-type: indirect
      dependency-group: cargo
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    ee135b9 View commit details
    Browse the repository at this point in the history
  3. chore: suppress clippy dead_code warnings for test context structs

    Add #[allow(dead_code)] annotations to TestContextRepo struct and its git method
    to resolve false positive dead code warnings in CI pipeline. These are
    incorrectly detected as unused by clippy but are actually used in integration tests.
    Mubashwer committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    70a2687 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 1.9.3 (#112)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    01c293f View commit details
    Browse the repository at this point in the history
Loading