Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rkitover/vimpager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rkitover/vimpager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 20, 2017

  1. Configuration menu
    Copy the full SHA
    5fc412e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df7c031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79d7bbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4dfd5ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c07c6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    823d225 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fda452 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e6de15 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7179f6 View commit details
    Browse the repository at this point in the history
  10. Unify create_tmp_directory()

    lucc committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    04d74c6 View commit details
    Browse the repository at this point in the history
  11. Unify system detection

    lucc committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    ec397c7 View commit details
    Browse the repository at this point in the history
  12. Unify find_tmp_directory()

    lucc committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    110cb36 View commit details
    Browse the repository at this point in the history
  13. Add test for set_system_vars()

    lucc committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    c9db96b View commit details
    Browse the repository at this point in the history
  14. Set language to generic for travis

    The project language is set to "generic" because the ruby specific setup is
    not needed.
    lucc committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    ea1240a View commit details
    Browse the repository at this point in the history
  15. remove CRs more portably in tests

    Use tr -d '\015' to remove CRs instead of sed 's/\r//', many versions of
    sed do not understand \r.
    rkitover authored and lucc committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    ade017b View commit details
    Browse the repository at this point in the history
  16. fix weird test fail on OpenBSD

    In quit() for both vimpager and vimcat, change `exit "$@"` to
    `exit "${1:-0}"` so that the default is zero explicitly and quit() doesn't
    fail if called with more than one argument.
    
    For some reason on OpenBSD `quit` for vimpager was returning 1.
    rkitover authored and lucc committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    6f4f74a View commit details
    Browse the repository at this point in the history
  17. Test make install on travis

    lucc committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    6e99b90 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a8648e6 View commit details
    Browse the repository at this point in the history
Loading