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: techquestsdev/git-context
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: techquestsdev/git-context
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 16 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 7, 2025

  1. docs: Cleanup README

    aanogueira committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    da54374 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. chore(deps): Bump golangci/golangci-lint-action from 8 to 9

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v8...v9)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-version: '9'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    4238485 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. chore(deps): Bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    179c023 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. feat: add pager

    aanogueira committed Dec 6, 2025
    Configuration menu
    Copy the full SHA
    ec13b95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from techquestsdev/dependabot/github_actions/ac…

    …tions/checkout-6
    
    chore(deps): Bump actions/checkout from 5 to 6
    aanogueira authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    b55ac80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from techquestsdev/dependabot/github_actions/go…

    …langci/golangci-lint-action-9
    
    chore(deps): Bump golangci/golangci-lint-action from 8 to 9
    aanogueira authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    73ea136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8514964 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. chore(deps): Bump github.com/spf13/cobra from 1.10.1 to 1.10.2

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.10.1...v1.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-version: 1.10.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    1488381 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    bfc765b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from techquestsdev/dependabot/go_modules/github…

    ….com/spf13/cobra-1.10.2
    
    chore(deps): Bump github.com/spf13/cobra from 1.10.1 to 1.10.2
    aanogueira authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    0720ded View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. chore(deps): Bump actions/upload-artifact from 5 to 6

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    e7d9c84 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump actions/cache from 4 to 5

    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    d29bb25 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Merge pull request #9 from techquestsdev/dependabot/github_actions/ac…

    …tions/upload-artifact-6
    
    chore(deps): Bump actions/upload-artifact from 5 to 6
    aanogueira authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    a29b35e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from techquestsdev/dependabot/github_actions/a…

    …ctions/cache-5
    
    chore(deps): Bump actions/cache from 4 to 5
    aanogueira authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    5476df9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Configuration menu
    Copy the full SHA
    4cba9ff View commit details
    Browse the repository at this point in the history
  2. fix: lint

    aanogueira committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    22e8f8f View commit details
    Browse the repository at this point in the history
Loading