Skip to content

[Feature Suggestion] Support for git range-diff output #9

@acuteaangle

Description

@acuteaangle

git range-diff is used to produce a diff of different versions of patchsets/commits.
It includes metadata about the commit(s), and a diff of a diff between them.

The following is an example of output, showing the difference in one commit that has been amended to remove trailing whitespace and change a word on one line.

1:  0989ea8fc4ac ! 1:  cd95a0db0afb ci: add github ci intergration to ensure PRs build successfully
    @@ .github/workflows/tests.yaml (new)
     +  - push
     +  - pull_request
     +
    -+env: 
    ++env:
     +  CARGO_TERM_COLOR: always
     +
     +jobs:
    -+  linux:
    ++  test:
     +    name: Build and Test
     +    runs-on: ${{ matrix.os }}
     +    strategy:

Related-to: https://github.com/orgs/community/discussions/46733

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions