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: uutils/diffutils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: uutils/diffutils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 15 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 21, 2024

  1. Handle directory-file and file-directory comparisons in the diff

    GNU diff treats `diff DIRECTORY FILE` as `diff DIRECTORY/FILE FILE`
    TanmayPatil105 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    39d2ece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65993d6 View commit details
    Browse the repository at this point in the history
  3. Windows: Fix tests

    TanmayPatil105 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    476e69e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Parse all valid arguments accepted by GNU diff to request a unified c…

    …ontext (with an optional number of lines)
    oSoMoN committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fe28610 View commit details
    Browse the repository at this point in the history
  2. Parse all valid arguments accepted by GNU diff to request a regular c…

    …ontext (with an optional number of lines)
    oSoMoN committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    22d973f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37fe1ae View commit details
    Browse the repository at this point in the history
  4. Break out the logic to match context/unified diff params into separat…

    …e functions, for improved readability
    oSoMoN committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b7261a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    3dc3fdf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from oSoMoN/integration-no-hardcoded-filename

    Un-hardcode a test filename in an integration test (fixes #61)
    sylvestre authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    43b9c52 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from oSoMoN/long-options

    Handle long option names for the supported output styles…
    sylvestre authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8de0ca6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0304391 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c6a648 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #56 from TanmayPatil105/handle-directory-input

    Handle directory-file and file-directory comparisons in the diff
    oSoMoN authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e7dc655 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. add missing copyright

    sylvestre committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    99d4d02 View commit details
    Browse the repository at this point in the history
  2. version 0.4.1

    sylvestre committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d92132e View commit details
    Browse the repository at this point in the history
Loading