index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
test
/
test_index.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Need spaces in Emacs style encoding comment
Steven Colby
2016-05-18
1
-1
/
+1
*
fixed unittest of issue #407 for Python3
Piotr Pietraszkiewicz
2016-04-13
1
-1
/
+1
*
fix(index): avoid recursing endlessly in add()
Piotr Pietraszkiewicz
2016-04-13
1
-0
/
+11
*
fix(compat): make test work with git >= 2.5
Sebastian Thiel
2015-08-29
1
-0
/
+3
*
fix(test_index): fix encoding
Sebastian Thiel
2015-08-17
1
-2
/
+2
*
fix(index):allow adding non-unicode paths to index
Sebastian Thiel
2015-07-29
1
-0
/
+13
*
added tests for commits with dates
avi
2015-07-17
1
-0
/
+11
*
fix(index): handle adding symlinks to dirs
Sebastian Thiel
2015-06-26
1
-12
/
+16
*
fix(index): don't write extension data by default
Sebastian Thiel
2015-04-08
1
-15
/
+0
*
test(index): test for #265
Sebastian Thiel
2015-04-07
1
-0
/
+15
*
Fixed regression in test-suite for IndexFile
Sebastian Thiel
2015-01-21
1
-4
/
+8
*
Improved unicode handling when using os.environ or GitConfigParser
Sebastian Thiel
2015-01-19
1
-1
/
+2
*
IndexFile.commit() now runs pre-commit and post-commit hooks.
Sebastian Thiel
2015-01-12
1
-0
/
+21
*
Removed os.path.realpath invocations as they are not necessary if paths are u...
Sebastian Thiel
2015-01-12
1
-1
/
+1
*
Made sure commits accept unicode or unicode characters
Sebastian Thiel
2015-01-07
1
-6
/
+8
*
fix pep8
firm1
2015-01-07
1
-2
/
+3
*
add tests for commit by actor
firm1
2015-01-07
1
-0
/
+16
*
test_repo works
Sebastian Thiel
2015-01-06
1
-0
/
+1
*
test_index works
Sebastian Thiel
2015-01-06
1
-18
/
+19
*
Fixed io types to make tests work on PY2 once again.
py3
Sebastian Thiel
2015-01-05
1
-3
/
+3
*
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
1
-1
/
+2
*
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
1
-1
/
+1
*
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
2015-01-04
1
-1
/
+0
*
Removed 'from X import *' whereever possible
Sebastian Thiel
2015-01-04
1
-2
/
+17
*
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-04
1
-19
/
+18
*
Applied autopep8
Sebastian Thiel
2015-01-04
1
-1
/
+1
*
Fixed all remaining non-performance tests
Sebastian Thiel
2015-01-03
1
-2
/
+8
*
Applied autopep8
Sebastian Thiel
2014-11-19
1
-8
/
+11
*
Allow Index.add() on bare repositories
Sebastian Thiel
2014-11-17
1
-0
/
+34
*
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
1
-26
/
+26
*
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
1
-19
/
+19
*
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
1
-6
/
+2
*
pep8 linting (whitespaces)
Antoine Musso
2014-11-16
1
-110
/
+108
*
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2014-02-09
1
-651
/
+651
*
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel
2010-11-25
1
-0
/
+669