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/util-linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: spud0/util-linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 3, 2025

  1. initial commit with some of the starting code and documentation setup…

    … for the whereis addition
    spud0 committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    4795d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3964a74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ef839 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. updated Cargo.toml and whereis.md with glob dependency and copy of or…

    …iginal whereis man page for documentation
    spud0 committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    7369c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c0a019 View commit details
    Browse the repository at this point in the history
  3. completed initial version of whereis utility, and some very primitive…

    … tests to go along with it
    spud0 committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    d555e95 View commit details
    Browse the repository at this point in the history
  4. added TODO about the command line argument parsing, not all arguments…

    … are currently supported
    spud0 committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    543ab63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ac6f92 View commit details
    Browse the repository at this point in the history
  6. ran cargo fmt and cargo clippy

    spud0 committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    3983bfd View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. fixed the if statement condition with path.contains for readability

    Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
    spud0 and cakebaker authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    bde93c4 View commit details
    Browse the repository at this point in the history
  2. removed inaccurate comment about dig command

    Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
    spud0 and cakebaker authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    6b8395e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. changed test for dig to match output of dig, changed test for nmap si…

    …nce its not installed by default and added the header for the file
    spud0 committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    2172d65 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. fixed the naming of the constants (MANDIR, etc) to include an undersc…

    …ore (MAN_DIRS, etc)
    spud0 committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    3a4f53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77104e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    761ecfd View commit details
    Browse the repository at this point in the history
Loading