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: kesslern/dot-templater
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: kesslern/dot-templater
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on Oct 9, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4898a67 View commit details
  2. Add release script

    kesslern committed Oct 9, 2020
    Copy the full SHA
    1fd4296 View commit details
  3. Use make in release script

    kesslern committed Oct 9, 2020
    Copy the full SHA
    44b92f8 View commit details
  4. Add github action for make test (#20)

    Closes #15
    kesslern authored Oct 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    95d11bf View commit details
  5. Copy the full SHA
    7c706a6 View commit details
  6. Copy the full SHA
    c3551af View commit details
  7. Update feature list

    kesslern committed Oct 9, 2020
    Copy the full SHA
    213cdca View commit details

Commits on Oct 22, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5d5aac5 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3b80486 View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1b0174d View commit details
  4. fix tests

    kesslern committed Oct 22, 2020
    Copy the full SHA
    3fb9785 View commit details

Commits on Jan 27, 2021

  1. Fix errors when using root (/) as TARGET_DIR (#25)

    Previously, using `/` as `TARGET_DIR` lead to a situation where the
    string got converted to an empty string when trimming away the trailing
    slashes.
    
    This PR fixes the issue by updating the `trim_trailing_slash` method to
    skip trimming for strings with length `1`.
    
    Co-authored-by: {{NAME}} <{{EMAIL}}>
    kesslern authored Jan 27, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    826d9ee View commit details
Loading