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.0
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.1
Choose a head ref
  • 13 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 7, 2021

  1. docs: Fix grammar in release notes(improves -> improve)

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9748326 View commit details
    Browse the repository at this point in the history
  2. lint: Drop redundant line continuation backslash

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8ba7b38 View commit details
    Browse the repository at this point in the history
  3. docs: Add contribution guidelines

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    435ddcb View commit details
    Browse the repository at this point in the history
  4. lint: Split files with line continuation for readability

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a24adf7 View commit details
    Browse the repository at this point in the history
  5. refactor: Improve fat32_filesize_limit usage

    * Move the variable to copy_filesystem_files which is the only place that references it
    * Use readonly variable and lowercase variable name for uncustomizable
    constants
    
    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    aaf74e2 View commit details
    Browse the repository at this point in the history
  6. lint: Move DD_BLOCK_SIZE definition to the start and make it customiz…

    …able
    
    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    4c41296 View commit details
    Browse the repository at this point in the history
  7. refactor: Fix violation of DD_BLOCK_SIZE being used directly in function

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    cabafb3 View commit details
    Browse the repository at this point in the history
  8. lint: Quote all positional parameter expansions

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9f7933f View commit details
    Browse the repository at this point in the history
  9. lint: Fix missing shift commands required by style

    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    41c9821 View commit details
    Browse the repository at this point in the history
  10. lint: Drop unnecessary shift(builtin) arguments

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

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    906faa3 View commit details
    Browse the repository at this point in the history
  2. fix: Fix incorrect install_uefi_ntfs_support_partition function arg…

    …uments
    
    Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
    brlin-tw committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    bdd3466 View commit details
    Browse the repository at this point in the history
  3. fix spelling errors

    Signed-off-by: April Kahny <[email protected]>
    April Kahny authored and brlin-tw committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    215df04 View commit details
    Browse the repository at this point in the history
Loading