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: PDLPorters/pdl
base: 274affd0c97b
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 64a30b5874be
Choose a head ref
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 15, 2015

  1. rename Release_Notes to Changes

    This will allow us to take advantage of the standard format used by
    MetaCPAN and package distributions.
    zmughal committed Mar 15, 2015
    Copy the full SHA
    bd27260 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4fd820b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6c93c4f View commit details
    Browse the repository at this point in the history
  4. change the "Release Notes for PDL 2.WXY_Z" headers into "v2.WXY_Z [[d…

    …ate]]"
    
    This was done by running those lines through the filter
    
        grep -o '[[:digit:]_.]\+' \
          | xargs -I{} echo v{}   \
          | xargs -I{} git log -1 --pretty="format:{} %ai" {}
    
    which uses the author date recorded for the respective PDL version tag.
    zmughal committed Mar 15, 2015
    Copy the full SHA
    56b399e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    64a30b5 View commit details
    Browse the repository at this point in the history