Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved gitattribute handling #2744

Merged
merged 12 commits into from Aug 8, 2018
Merged

Improved gitattribute handling #2744

merged 12 commits into from Aug 8, 2018

Commits on Aug 5, 2018

  1. RF+ENH: Improved GitRepo.get_gitattributes

    - Ability to query multiple paths
    - more robust parsing
    mih committed Aug 5, 2018
    Copy the full SHA
    a9d7c68 View commit details
    Browse the repository at this point in the history
  2. NF: GitRepo.set_gitattributes

    mih committed Aug 5, 2018
    Copy the full SHA
    cbb5520 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Copy the full SHA
    a493c0b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf07dc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Copy the full SHA
    ad8ce54 View commit details
    Browse the repository at this point in the history
  2. BF: no_annex: Correct path to .gitattributes

    The path should be within the dataset, not $PWD.
    kyleam committed Aug 7, 2018
    Copy the full SHA
    ca1c49b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    74a5f0b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    996007d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Copy the full SHA
    d17d9d9 View commit details
    Browse the repository at this point in the history
  2. BF: Humble attempt to fix unicode issue

      File "/Users/datalad/buildslave/datalad-pr-dl-osx-64/build/datalad/support/tests/test_gitrepo.py", line 1270, in test_gitattributes
        get_most_obscure_supported_name())
    UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-13: ordinal not in range(128)
    mih committed Aug 8, 2018
    Copy the full SHA
    5591d53 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    36b15cf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    106a49e View commit details
    Browse the repository at this point in the history