summaryrefslogtreecommitdiff
path: root/git/index
Commit message (Expand)AuthorAgeFilesLines
* Use correct mode for executable filesSebastian Thiel2016-05-191-1/+1
* fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz2016-04-131-3/+11
* DOC: minor typosYaroslav Halchenko2016-01-081-1/+1
* fix(index):allow adding non-unicode paths to indexSebastian Thiel2015-07-291-2/+3
* fix(index): remove invalid keyword argumentSebastian Thiel2015-07-201-1/+1
* fix(encoding): in untracked_files() and indexSebastian Thiel2015-07-202-3/+4
* added tests for commits with datesavi2015-07-171-1/+2
* Added two extra paramaters for commit to take author date and commit dateavi2015-07-171-2/+3
* fix(index): handle adding symlinks to dirsSebastian Thiel2015-06-261-0/+11
* fix(index): _store_path() now closes it's streamSebastian Thiel2015-04-081-0/+1
* fix(index): don't write extension data by defaultSebastian Thiel2015-04-081-12/+25
* Improved documentation on IndexFile.add(...)Sebastian Thiel2015-02-231-0/+4
* Merge branch 'bf/run_hooks_from_working_dir' of https://github.com/yarikoptic...Sebastian Thiel2015-02-091-0/+1
|\
| * BF: run commit hook with repo.working_dir as cwdYaroslav Halchenko2015-02-081-0/+1
* | Minor Flake8 fixes.Sebastian Thiel2015-02-091-3/+3
|/
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-1/+2
* Fixed regression in test-suite for IndexFileSebastian Thiel2015-01-211-1/+7
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-141-5/+4
* IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel2015-01-122-5/+50
* Removed os.path.realpath invocations as they are not necessary if paths are u...Sebastian Thiel2015-01-121-2/+8
* Removed all previously added invocations of os.path.realpath as it wasn't req...Sebastian Thiel2015-01-121-1/+0
* Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel2015-01-121-0/+1
* Implemented non-blocking operations using poll()Sebastian Thiel2015-01-071-11/+8
* test_index worksSebastian Thiel2015-01-063-13/+14
* test_fun worksSebastian Thiel2015-01-051-4/+5
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-052-4/+6
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-5/+9
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-043-15/+13
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-1/+1
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-044-18/+16
* Applied autopep8Sebastian Thiel2014-11-194-93/+97
* Allow Index.add() on bare repositoriesSebastian Thiel2014-11-171-52/+65
* Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel2014-11-171-2/+2
|\
| * fix syntax errorfirm12014-04-091-1/+1
| * update commit functionfirm12014-03-241-2/+2
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-164-52/+52
* | pep8 linting (double spaces before comment)Antoine Musso2014-11-161-1/+1
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-164-27/+27
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-164-8/+17
* | pep8 linting (whitespaces)Antoine Musso2014-11-165-64/+61
|/
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-094-1601/+1601
* Fixed index test which didn't work anymore due to changes in the way the git ...Sebastian Thiel2011-06-071-0/+4
* sleep ui hack fix: removed platform.system() to use sys.platform instead, as ...Sebastian Thiel2011-01-121-1/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-255-0/+1738