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: WoeUSB/WoeUSB
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.1
Choose a base ref
...
head repository: WoeUSB/WoeUSB
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.2
Choose a head ref
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 14, 2021

  1. fix: Fix missing function names in check_function_parameters_quantity…

    …'s error message
    
    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    58e9b22 View commit details
    Browse the repository at this point in the history
  2. lint: Improve check_superuser function name

    We don't really check permission but check what user WoeUSB is run on.
    
    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    8269901 View commit details
    Browse the repository at this point in the history
  3. fix: Avoid assuming the superuser username

    Could be anyone with UID 0 in GNU+Linux.
    
    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    e5a4357 View commit details
    Browse the repository at this point in the history
  4. refactor: Drop unnecessary error messages

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    ce328d2 View commit details
    Browse the repository at this point in the history
  5. refactor: Improve error message of source filesystem mounting

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    dc43474 View commit details
    Browse the repository at this point in the history
  6. fix: Improve error message when target filesystem mounting fails

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    ffe9bc0 View commit details
    Browse the repository at this point in the history
  7. refactor: Drop unnecessary error messages in mount_target_filesystem

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    275e2d2 View commit details
    Browse the repository at this point in the history
Loading