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: BurntSushi/walkdir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.1
Choose a base ref
...
head repository: BurntSushi/walkdir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.2
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 11, 2020

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

Commits on May 7, 2020

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

Commits on Dec 13, 2020

  1. readme: use HTTPS for links

    PR #144
    atouchet authored Dec 13, 2020
    Configuration menu
    Copy the full SHA
    3d1f2f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. api: add convenience sort routines

    This commit adds sort_by_key and sort_by_file_name convenience routines
    for common sorting needs. The signature for sort_by_key in particular
    mirrors the eponymous method on slices in the standard library.
    
    Closes #147
    Kimundi authored and BurntSushi committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    461f4a8 View commit details
    Browse the repository at this point in the history
  2. 2.3.2

    BurntSushi committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    abf3a15 View commit details
    Browse the repository at this point in the history
Loading