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: puppetlabs/puppetlabs-inifile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.2
Choose a base ref
...
head repository: puppetlabs/puppetlabs-inifile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.3
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 24, 2012

  1. Configuration menu
    Copy the full SHA
    63ddc0c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2012

  1. Configuration menu
    Copy the full SHA
    5de1731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d3acd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from jtopjian/jtopjian-colon

    Added support for colons in section names
    cprice404 committed Sep 4, 2012
    Configuration menu
    Copy the full SHA
    310a4b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2012

  1. Allow overriding separator string between key/val pairs

    This introduces a new parameter, 'key_val_separator', which
    can be set in order to override the string that is used
    as a separator between the key/value pair of a setting line.
    The default is ' = ', but you could set the param to '=' if
    you don't want to include whitespace in your settings file.
    cprice404 committed Sep 19, 2012
    Configuration menu
    Copy the full SHA
    8d1fdc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2012

  1. Add validation for key_val_separator

    For now, the key_val_separator is required to contain
    exactly one '=' character.  This commit simply validates
    that that is the case.
    cprice404 committed Sep 20, 2012
    Configuration menu
    Copy the full SHA
    e527908 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from cprice-puppet/feature/master/allow-overrid…

    …e-of-separator-str
    
    Allow overriding separator string between key/val pairs
    cprice404 committed Sep 20, 2012
    Configuration menu
    Copy the full SHA
    4ff4995 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2012

  1. Configuration menu
    Copy the full SHA
    e81a69a View commit details
    Browse the repository at this point in the history
Loading