aboutsummaryrefslogtreecommitdiff
path: root/git/index/fun.py
AgeCommit message (Expand)Author
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-09-29FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos
2016-09-28Win, hook, #519: Consume Hook Popen-proc out of GILKostis Anagnostopoulos
2016-09-28Win, #519: Ensure fixtures & bashscript checked-out eol=lfKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-28test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-26Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow killKostis Anagnostopoulos
2016-09-26test, #519: Popen() universal_newlin.es NoWindow in WinfoesKostis Anagnostopoulos
2016-05-19Use correct mode for executable filesSebastian Thiel
2015-07-29fix(index):allow adding non-unicode paths to indexSebastian Thiel
2015-07-20fix(encoding): in untracked_files() and indexSebastian Thiel
2015-02-09Merge branch 'bf/run_hooks_from_working_dir' of https://github.com/yarikoptic...Sebastian Thiel
2015-02-09Minor Flake8 fixes.Sebastian Thiel
2015-02-08BF: run commit hook with repo.working_dir as cwdYaroslav Halchenko
2015-01-14Fixed some doc strings to build correctly with sphinxSebastian Thiel
2015-01-12IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel
2015-01-06test_index worksSebastian Thiel
2015-01-05test_fun worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel