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

New testsuite based on Git's test-lib.sh #220

Draft
wants to merge 155 commits into
base: main
Choose a base branch
from

Commits on Feb 5, 2017

  1. migrate prove tests to bats

    The Perl scripts were only running shell commands anyway; this seemed a
    more natural fit.  Since bash does not capture trailing newlines, there
    is a change to the "vcsh status" check from 300-add.t to ensure the
    empty line is/isn't printed according to the terseness setting.
    djpohly committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    f9d44e5 View commit details
    Browse the repository at this point in the history
  2. Bats tests for help command

    djpohly committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    413646d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb2fa3a View commit details
    Browse the repository at this point in the history
  4. add tests for list command

    djpohly committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    5757185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7167d7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90a549f View commit details
    Browse the repository at this point in the history
  7. use git-rev-parse --resolve-git-dir

    What do you know, Git does this for us.
    djpohly committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    45b7975 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. skip failing doc test

    djpohly committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    2176590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49749a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6e5a2a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. updated init tests

    djpohly committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    13d129e View commit details
    Browse the repository at this point in the history
  2. add some clone tests

    djpohly committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    6aa774f View commit details
    Browse the repository at this point in the history
  3. switch "$VCSH" to $VCSH

    Let us hope there are no spaces in the user's path, because this will
    allows us to set VCSH="bash vcsh", VCSH="dash vcsh", etc.
    djpohly committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    f1d20a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4fa0c6 View commit details
    Browse the repository at this point in the history
  5. add rename tests

    djpohly committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    60fb540 View commit details
    Browse the repository at this point in the history
  6. add some status tests

    djpohly committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    c893ff4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. add init toplevel test

    djpohly committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    37e32ba View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. make bats tests executable themselves

    This will simplify use with a harness like prove.
    djpohly committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    8289bd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    4f1e8f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. Configuration menu
    Copy the full SHA
    2cb9fd2 View commit details
    Browse the repository at this point in the history
  2. check for prove again

    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    87a5df0 View commit details
    Browse the repository at this point in the history
  3. move tests back to default t/*.t

    Still works with bats.
    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    39b0a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65ea97e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3130b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb03dae View commit details
    Browse the repository at this point in the history
  7. add tests for run and enter

    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    9e2c839 View commit details
    Browse the repository at this point in the history
  8. add tests for foreach command

    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    493e26d View commit details
    Browse the repository at this point in the history
  9. additional rename tests

    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    8c2c4dc View commit details
    Browse the repository at this point in the history
  10. add tests for delete command

    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    9a22ae6 View commit details
    Browse the repository at this point in the history
  11. add abbreviation tests

    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    ce2437f View commit details
    Browse the repository at this point in the history
  12. better description

    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    e0a5325 View commit details
    Browse the repository at this point in the history
  13. pre-set committer/author name and email

    This makes commits in tests a lot easier
    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    307c13b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f8ef498 View commit details
    Browse the repository at this point in the history
  15. add tests for which command

    djpohly committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    7484244 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b5dd2ed View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. Configuration menu
    Copy the full SHA
    e4bcecc View commit details
    Browse the repository at this point in the history
  2. add tests for commit

    commit is currently broken due to missing arg shift
    djpohly committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    4bbf1ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cac5636 View commit details
    Browse the repository at this point in the history
  4. tests for pull, almost there!

    djpohly committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    56b8067 View commit details
    Browse the repository at this point in the history
  5. tests for push

    This finishes the major commands, leaving write-gitignore, upgrade, and
    the (messy and inconsistent) list-untracked, plus tests for features
    such as hooks and configuration files.
    djpohly committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    ca9244e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6be27c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d811740 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    345bb3d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. assert(): fail more verbosely when testing

    Some more such functions would be good: assert_exists, assert_noexists,
    and something along the lines of assert_matches or assert_contains are
    what come to mind.
    djpohly committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    cc9d00e View commit details
    Browse the repository at this point in the history
  2. add verbose assert_file function

    Use this instead of [ -e "$file" ] or other file-based tests for more
    info on failure.
    djpohly committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    1bac18a View commit details
    Browse the repository at this point in the history
  3. use "! <pipeline> || false"

    "! <pipeline>" by itself doesn't trigger -e/errexit, so there were
    potentially spurious passes.  The || false makes the line fail in a way
    that *does* trigger errexit.
    djpohly committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    b8c12c9 View commit details
    Browse the repository at this point in the history
  4. this test now fails unless skipped

    vcsh's argument-number checking is kind of loose at the moment.
    djpohly committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    d383e84 View commit details
    Browse the repository at this point in the history
  5. add and use assert_grep

    Verbose version of grep -q for better test output
    djpohly committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    95214ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb40264 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Configuration menu
    Copy the full SHA
    ec4c89d View commit details
    Browse the repository at this point in the history
  2. move test-lib tests to *.sh

    djpohly committed May 5, 2017
    Configuration menu
    Copy the full SHA
    d0f3315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63640ff View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. Configuration menu
    Copy the full SHA
    34b4f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a00254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4769f6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. use test_env where needed

    djpohly committed May 7, 2017
    Configuration menu
    Copy the full SHA
    dd5d302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d1e9f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Configuration menu
    Copy the full SHA
    3f0de0f View commit details
    Browse the repository at this point in the history
  2. convert list tests

    djpohly committed May 9, 2017
    Configuration menu
    Copy the full SHA
    cd93c5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23fdc17 View commit details
    Browse the repository at this point in the history
  4. move bats tests to *.bats

    djpohly committed May 9, 2017
    Configuration menu
    Copy the full SHA
    648dc7f View commit details
    Browse the repository at this point in the history
  5. fix `make test'

    djpohly committed May 9, 2017
    Configuration menu
    Copy the full SHA
    3e720b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6feeb0b View commit details
    Browse the repository at this point in the history
  7. fix trash directory names

    djpohly committed May 9, 2017
    Configuration menu
    Copy the full SHA
    1038fbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b200d0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    529f491 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d71f43 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. convert remaining old test

    djpohly committed May 10, 2017
    Configuration menu
    Copy the full SHA
    bf658df View commit details
    Browse the repository at this point in the history
  2. convert status tests

    djpohly committed May 10, 2017
    Configuration menu
    Copy the full SHA
    f5c5e6d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. update rename tests

    djpohly committed May 12, 2017
    Configuration menu
    Copy the full SHA
    3eca9f5 View commit details
    Browse the repository at this point in the history
  2. convert version tests

    djpohly committed May 12, 2017
    Configuration menu
    Copy the full SHA
    6432a5c View commit details
    Browse the repository at this point in the history
  3. combine version tests

    djpohly committed May 12, 2017
    Configuration menu
    Copy the full SHA
    08b9632 View commit details
    Browse the repository at this point in the history
  4. convert which tests

    djpohly committed May 12, 2017
    Configuration menu
    Copy the full SHA
    5a02888 View commit details
    Browse the repository at this point in the history
  5. convert commit tests

    djpohly committed May 12, 2017
    Configuration menu
    Copy the full SHA
    f8fc9a4 View commit details
    Browse the repository at this point in the history
  6. add some writemes to remember

    djpohly committed May 12, 2017
    Configuration menu
    Copy the full SHA
    fa952f0 View commit details
    Browse the repository at this point in the history
  7. convert debug test

    djpohly committed May 12, 2017
    Configuration menu
    Copy the full SHA
    b4ceabc View commit details
    Browse the repository at this point in the history
  8. convert foreach tests

    djpohly committed May 12, 2017
    Configuration menu
    Copy the full SHA
    2ac65ae View commit details
    Browse the repository at this point in the history
  9. convert run/enter tests

    djpohly committed May 12, 2017
    Configuration menu
    Copy the full SHA
    e1bb020 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2017

  1. convert pull tests

    djpohly committed May 13, 2017
    Configuration menu
    Copy the full SHA
    ead5a89 View commit details
    Browse the repository at this point in the history
  2. convert push tests

    djpohly committed May 13, 2017
    Configuration menu
    Copy the full SHA
    19604e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29c7ba4 View commit details
    Browse the repository at this point in the history
  4. update list-tracked tests

    djpohly committed May 13, 2017
    Configuration menu
    Copy the full SHA
    fa58893 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. fix commit test RichiH#3

    djpohly committed May 15, 2017
    Configuration menu
    Copy the full SHA
    31245c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afee94e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9241d64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46621d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74b631b View commit details
    Browse the repository at this point in the history
  6. fix testing for failed pushes

    djpohly committed May 15, 2017
    Configuration menu
    Copy the full SHA
    59c131a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d19683 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9cbd29 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Configuration menu
    Copy the full SHA
    eceaf45 View commit details
    Browse the repository at this point in the history
  2. touch-ups to test-lib

    djpohly committed May 16, 2017
    Configuration menu
    Copy the full SHA
    66f64cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cd5916 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    440ffcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fb934d View commit details
    Browse the repository at this point in the history
  6. condense status tests

    djpohly committed May 16, 2017
    Configuration menu
    Copy the full SHA
    d6f6fc7 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Configuration menu
    Copy the full SHA
    4013942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d714f07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd857e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2bc535 View commit details
    Browse the repository at this point in the history
  5. condense foreach tests

    djpohly committed May 17, 2017
    Configuration menu
    Copy the full SHA
    1e5ed6d View commit details
    Browse the repository at this point in the history
  6. condense init tests

    djpohly committed May 17, 2017
    Configuration menu
    Copy the full SHA
    194e56e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. condense list tests

    djpohly committed May 18, 2017
    Configuration menu
    Copy the full SHA
    51bcbd9 View commit details
    Browse the repository at this point in the history
  2. condense delete tests

    djpohly committed May 18, 2017
    Configuration menu
    Copy the full SHA
    518aaf2 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. condense rename tests

    djpohly committed May 19, 2017
    Configuration menu
    Copy the full SHA
    ffdc9a2 View commit details
    Browse the repository at this point in the history
  2. condense which tests

    djpohly committed May 19, 2017
    Configuration menu
    Copy the full SHA
    1456ddb View commit details
    Browse the repository at this point in the history
  3. condense clone tests

    djpohly committed May 19, 2017
    Configuration menu
    Copy the full SHA
    2b713a9 View commit details
    Browse the repository at this point in the history
  4. condense commit tests

    djpohly committed May 19, 2017
    Configuration menu
    Copy the full SHA
    a66c08d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf00875 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    859b9bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2f55bc View commit details
    Browse the repository at this point in the history
  8. update badge to this branch

    djpohly committed May 19, 2017
    Configuration menu
    Copy the full SHA
    0eebc71 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Configuration menu
    Copy the full SHA
    dc262fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b75941 View commit details
    Browse the repository at this point in the history
  3. rename to environment.sh

    djpohly committed May 25, 2017
    Configuration menu
    Copy the full SHA
    d5368fc View commit details
    Browse the repository at this point in the history
  4. convert over some old list-untracked tests

    The tests for this command need some work.  The command itself needs
    some work too, to be fair.
    djpohly committed May 25, 2017
    Configuration menu
    Copy the full SHA
    078fb4d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    60cae6a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. add test_setup function for setup tasks

    Tests should now be written to be nilpotent; anything with lasting side
    effects goes in test_setup instead of test_expect_success.  It is still
    expected to succeed.  Each test_setup script will be run regardless of
    which tests are being run/skipped, and their results will not be counted
    in the totals.
    djpohly committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    38d5276 View commit details
    Browse the repository at this point in the history
  2. use test_when_finished and test_setup for clone.t

    Idea: Any set of tests without an intervening test_setup could be run in
    random order... or, for that matter, in parallel copies of the starting
    state.  Worthwhile?  Interesting?
    djpohly committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    0b2c905 View commit details
    Browse the repository at this point in the history
  3. use test_setup some more

    djpohly committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e233440 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. some more use of test_setup

    djpohly committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    6159490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72e08ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fda3f55 View commit details
    Browse the repository at this point in the history
  4. update list-untracked tests

    djpohly committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    bf7a049 View commit details
    Browse the repository at this point in the history
  5. use test_setup in pull.t

    djpohly committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    b29a1de View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Configuration menu
    Copy the full SHA
    84a7042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b434e59 View commit details
    Browse the repository at this point in the history
  3. remove color test for now

    hard to reproduce consistently, a fluff feature anyway
    djpohly committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    2d65e59 View commit details
    Browse the repository at this point in the history
  4. update test-lib from git

    djpohly committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    45eadba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4390cb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into git-test-lib

    Resolves some known breakages in t/commit.t
    djpohly committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    a2949c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    804207c View commit details
    Browse the repository at this point in the history
  8. set push.default globally

    djpohly committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    d7a912c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42d355e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2350e07 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64a5206 View commit details
    Browse the repository at this point in the history
  12. these commits were part of their respective tests

    The state each test should return to is having the vcsh repos are in
    sync with their upstreams.  With these as test_setup, it actually makes
    things more different when skipping/selecting tests.
    djpohly committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    59f781e View commit details
    Browse the repository at this point in the history
  13. more appropriate gitignore/gitattributes tests

    Rather than check to see if core.excludesfile and core.attributesfile
    are set, check to see if the data written to the agreed-upon ignore or
    attributes file actually takes effect.  (Less reliance on internals.)
    djpohly committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    f10cc41 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c43daa8 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. make tests dash-friendly

    Redirections with >&, piping with |&, and brace expansion weren't
    handled by dash.  Replace with portable equivalents.
    djpohly committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    9e26e19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0a3c5 View commit details
    Browse the repository at this point in the history
  3. add external-vars tests

    These check to make sure that values from the environment don't
    interfere with internal variables used by vcsh.
    djpohly committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    8b94f1d View commit details
    Browse the repository at this point in the history
  4. nuke vcsh_testrepo

    No need for this with test-lib.sh
    djpohly committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    fb0732b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2017

  1. Configuration menu
    Copy the full SHA
    468649c View commit details
    Browse the repository at this point in the history
  2. test both -v and -d options

    djpohly committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    a0f0c3b View commit details
    Browse the repository at this point in the history
  3. start some configfiles tests

    This suite can be fleshed out with some clarification on how exactly
    config files are supposed to work/be used.
    djpohly committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    5114b06 View commit details
    Browse the repository at this point in the history
  4. add tests for GIT_WORKTREE

    djpohly committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    8b05dc4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38432ca View commit details
    Browse the repository at this point in the history
  6. fix whitespace errors

    djpohly committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    6e755db View commit details
    Browse the repository at this point in the history
  7. use test_env more faithfully

    djpohly committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    30cfff6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96c3e0d View commit details
    Browse the repository at this point in the history
  9. remove stray test_pause

    djpohly committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    6055226 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. Configuration menu
    Copy the full SHA
    b0f2992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ebaa45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb95d58 View commit details
    Browse the repository at this point in the history