aboutsummaryrefslogtreecommitdiff
path: root/git/index
AgeCommit message (Expand)Author
2016-09-29FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis 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-09-25fix(index): improve LockedFD handlingSebastian Thiel
2016-06-20Commit without executing hooks, fixes #468Peter Bengtsson
2016-05-19Use correct mode for executable filesSebastian Thiel
2016-04-13fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz
2016-01-08DOC: minor typosYaroslav Halchenko
2015-07-29fix(index):allow adding non-unicode paths to indexSebastian Thiel
2015-07-20fix(index): remove invalid keyword argumentSebastian Thiel
2015-07-20fix(encoding): in untracked_files() and indexSebastian Thiel
2015-07-17added tests for commits with datesavi
2015-07-17Added two extra paramaters for commit to take author date and commit dateavi
2015-06-26fix(index): handle adding symlinks to dirsSebastian Thiel
2015-04-08fix(index): _store_path() now closes it's streamSebastian Thiel
2015-04-08fix(index): don't write extension data by defaultSebastian Thiel
2015-02-23Improved documentation on IndexFile.add(...)Sebastian 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-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-21Fixed regression in test-suite for IndexFileSebastian Thiel
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-12Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel
2015-01-12Removed all previously added invocations of os.path.realpath as it wasn't req...Sebastian Thiel
2015-01-12Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel
2015-01-07Implemented non-blocking operations using poll()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-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-17Allow Index.add() on bare repositoriesSebastian Thiel
2014-11-17Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (double spaces before comment)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-04-09fix syntax errorfirm1