Projects STRLCPY git-open Commits c3fd9a48
🤬
  • Revert gitignore package-lock, fix #115

    Remove package-lock.json from gitignore for npm
    Fix bug in #115 that modified user's gitconfig when running tests
  • Loading...
  • August Valera committed 6 years ago
    c3fd9a48
    1 parent 5b815cb6
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    .gitignore
    1 1  node_modules/
    2 2  sandboxrepo
    3 3  git-open.1
    4  -package-lock.json
    5 4   
  • ■ ■ ■ ■
    test/git-open.bats
    skipped 39 lines
    40 40  ##
    41 41   
    42 42  @test "url: insteadOf handling" {
    43  - git config --global url.http://example.com/.insteadOf ex:
     43 + git config --local url.http://example.com/.insteadOf ex:
    44 44   git remote set-url origin ex:example.git
    45 45   git checkout -B master
    46 46   run ../git-open
    skipped 554 lines
Please wait...
Page is in error, reload to recover