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

BF: process included files before the rest #700

Merged
merged 21 commits into from Dec 11, 2017

Commits on Sep 28, 2017

  1. version up

    Fixes #637
    Byron committed Sep 28, 2017

Commits on Nov 27, 2017

  1. BF: process included files before the rest

    yarikoptic committed Nov 27, 2017
  2. Merge pull request #699 from yarikoptic/bf-version

    Merged 2.1.7 into master (just VERSION changes)
    yarikoptic committed Nov 27, 2017

Commits on Nov 28, 2017

  1. BF: wrap map into list, since iterator is not well digested by GitCon…

    …figParser
    yarikoptic committed Nov 28, 2017
  2. RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT

    I did keep some "bare" except with catch all Exception: , while tried to disable
    flake8 complaints where clearly all exceptions are to be catched
    yarikoptic committed Nov 28, 2017
  3. BF(PY26): {} -> {0}, i.e. explicit index for .format()

    yarikoptic committed Nov 28, 2017
  4. BF: crazy tests ppl pass an object for status... uff -- catch TypeErr…

    …or too
    yarikoptic committed Nov 28, 2017
  5. RF: last of flake8 fails - avoid using temp variable in a test

    yarikoptic committed Nov 28, 2017
  6. RF(+BF?): refactor hooks creation in a test, and may be make it compa…

    …t with windows
    yarikoptic committed Nov 28, 2017
  7. BF(WIN): use where instead of which while looking for git

    yarikoptic committed Nov 28, 2017
  8. BF(WIN): where could report multiple hits, so choose first

    yarikoptic committed Nov 28, 2017

Commits on Dec 1, 2017

  1. to keep travis busy - adding myself to AUTHORS

    yarikoptic committed Dec 1, 2017

Commits on Dec 11, 2017

  1. Merge pull request #702 from yarikoptic/bf-happy-travis

    BF (codename "happy travis"): trying to address lints etc to make Travis green again
    Byron committed Dec 11, 2017
  2. Merge branch 'bf-includes' of https://github.com/yarikoptic/GitPython

    …into yarikoptic-bf-includes
    Byron committed Dec 11, 2017
You can’t perform that action at this time.