Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(utimes): Support filenames with backspaces, etc. #1122

Merged
merged 4 commits into from
Dec 12, 2023

Commits on Dec 11, 2023

  1. fix(utimes): Support filenames with backspaces, etc.

    * Support filenames with backslashes
    * Support git functions, such as `function git() { yadm "$@"; }`
    * Add Bash's unofficial "strict" mode: set -euo pipefail
    * Move awk script to variable (to simplify escaping)
    * Add helpful comments
    * Shellcheck clean
    rasa committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f68ec2f View commit details
    Browse the repository at this point in the history
  2. shfmt

    rasa committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8acc9ee View commit details
    Browse the repository at this point in the history
  3. Ignore errors touching files

    rasa authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    997ddde View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Fix comments

    rasa committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3ac7abf View commit details
    Browse the repository at this point in the history