Skip to content

Commits on Feb 12, 2023

  1. Update cmd.py

    eric-wieser committed Feb 12, 2023

Commits on Dec 29, 2022

  1. Fix Sphinx rendering errors

    These errors are mostly fixed by either adding blank lines or single
    spaces for Sphinx documentation key words.
    
    The commit solely includes documentation changes, no functional
    changes.
    stephan-cr authored and Byron committed Dec 29, 2022

Commits on Dec 27, 2022

  1. Updates from review

    stsewd committed Dec 27, 2022

Commits on Dec 24, 2022

Commits on May 18, 2022

Commits on May 17, 2022

  1. Revert "Remove flake8 linting in favor of black formatting"

    This reverts commit a7c5d88.
    Byron committed May 17, 2022
  2. Remove flake8 linting in favor of black formatting

    `flake8` seems to dislike the formatting of black.
    Byron committed May 17, 2022
  3. Run everything through 'black'

    That way people who use it won't be deterred, while it unifies style
    everywhere.
    Byron committed May 17, 2022

Commits on Apr 6, 2022

  1. feat(cmd): add the strip_newline flag

    This commit adds the `strip_newline` flag to the `Git.execute` method.
    When this flag is set to `True`, it will trim the trailing `\n`. The
    default value is `True` for backward compatibility. Setting it to
    `False` is helpful for, e.g., the `git show` output, especially with the binary
    file, as the missing `\n` may invalidate the file.
    toku-sa-n committed Apr 6, 2022

Commits on Jan 21, 2022

  1. set unassigned stdin to improve pyinstaller compatibility

    To create a window application with pyinstaller, all suprocess input and output streams must be assigned and must not be None.
    https://stackoverflow.com/a/51706087/7076612
    smokephil authored and Byron committed Jan 21, 2022

Commits on Sep 18, 2021

  1. Add a way to force status codes inside AutoInterrupt._terminate, and …

    …let tests use it
    sroet authored and Byron committed Sep 18, 2021
  2. fix typo's

    sroet authored and Byron committed Sep 18, 2021
  3. make flake8 and mypy happy

    sroet authored and Byron committed Sep 18, 2021
  4. reuse kill_after_timeout kwarg

    sroet authored and Byron committed Sep 18, 2021
  5. update docstring

    sroet authored and Byron committed Sep 18, 2021
  6. reset default timeout to None

    sroet authored and Byron committed Sep 18, 2021
  7. change default fetch timeout to 60 s

    sroet authored and Byron committed Sep 18, 2021

Commits on Sep 9, 2021

  1. Merge pull request #1318 from Yobmod/main

    General fixes for next release
    Yobmod committed Sep 9, 2021

Commits on Sep 5, 2021

  1. Assure CWD is readable after acquiring it

    Fixes #1334
    Byron committed Sep 5, 2021

Commits on Aug 9, 2021

  1. Update changelog and version

    Yobmod committed Aug 9, 2021
Older