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

Repo status tests #1045

Merged
merged 9 commits into from Dec 20, 2018
Merged

Repo status tests #1045

merged 9 commits into from Dec 20, 2018

Commits on Dec 12, 2018

  1. Copy the full SHA
    35fdda9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    94fc32a View commit details
    Browse the repository at this point in the history
  3. Add tests for long branch status text

    This text is used in the dashboards
    kaste committed Dec 12, 2018
    Copy the full SHA
    e41823e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    63e1559 View commit details
    Browse the repository at this point in the history
  5. Convert '\x00' to '\n'

    Must be reverted after `optimize-status-interface` lands.
    kaste committed Dec 12, 2018
    Copy the full SHA
    79d4b7c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b805fb3 View commit details
    Browse the repository at this point in the history
  7. Just use On branch ... before the initial commit

    In the dashboards we already show `HEAD: No commits yet.`
    so it is not necessary to special-case the branch naming
    here.
    kaste committed Dec 12, 2018
    Copy the full SHA
    4cb0ae1 View commit details
    Browse the repository at this point in the history
  8. Fix lint error by ignoring ;-)

    kaste committed Dec 12, 2018
    Copy the full SHA
    504cc3f View commit details
    Browse the repository at this point in the history
  9. Update tests: git status uses -z now

    Before timbrel#1033 we did a mixture of '-z' calls and non '-z' calls.
    Using '-z' means git will output '\x00' control chars instead
    of (more human readable) '\n's.
    kaste committed Dec 12, 2018
    Copy the full SHA
    bb8c4e8 View commit details
    Browse the repository at this point in the history