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: oldratlee/useful-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: qdql/useful-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 22 files changed
  • 1 contributor

Commits on Jun 24, 2018

  1. emojify

    oldratlee committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    a1e9ecd View commit details
    Browse the repository at this point in the history
  2. clean markdown

    oldratlee committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    4e41430 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. use `satisfy condition or die' pattern

    this pattern from perl:
        satisfy xxx or die
    Yes, `or` is the boolean operator of perl
    
    In shell, `or` is `||`
    
    if you get familiar with this pattern, it's very readable!
    oldratlee committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    6c1886f View commit details
    Browse the repository at this point in the history
  2. improve find-in-jars

    - check dirs
    - use arithmetic operation
    oldratlee committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    5195e80 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. Configuration menu
    Copy the full SHA
    6ebee5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4574475 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. fix broken links

    oldratlee committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    762bcd3 View commit details
    Browse the repository at this point in the history
Loading