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
/
index
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(index): avoid recursing endlessly in add()
Piotr Pietraszkiewicz
2016-04-13
1
-3
/
+11
*
DOC: minor typos
Yaroslav Halchenko
2016-01-08
1
-1
/
+1
*
fix(index): remove invalid keyword argument
Sebastian Thiel
2015-07-20
1
-1
/
+1
*
fix(encoding): in untracked_files() and index
Sebastian Thiel
2015-07-20
1
-2
/
+2
*
added tests for commits with dates
avi
2015-07-17
1
-1
/
+2
*
Added two extra paramaters for commit to take author date and commit date
avi
2015-07-17
1
-2
/
+3
*
fix(index): handle adding symlinks to dirs
Sebastian Thiel
2015-06-26
1
-0
/
+11
*
fix(index): _store_path() now closes it's stream
Sebastian Thiel
2015-04-08
1
-0
/
+1
*
fix(index): don't write extension data by default
Sebastian Thiel
2015-04-08
1
-12
/
+25
*
Improved documentation on IndexFile.add(...)
Sebastian Thiel
2015-02-23
1
-0
/
+4
*
Fixed regression in test-suite for IndexFile
Sebastian Thiel
2015-01-21
1
-1
/
+7
*
IndexFile.commit() now runs pre-commit and post-commit hooks.
Sebastian Thiel
2015-01-12
1
-2
/
+6
*
Removed os.path.realpath invocations as they are not necessary if paths are u...
Sebastian Thiel
2015-01-12
1
-2
/
+8
*
Removed all previously added invocations of os.path.realpath as it wasn't req...
Sebastian Thiel
2015-01-12
1
-1
/
+0
*
Repo paths are now converted to real paths, as well as all paths involved in ...
Sebastian Thiel
2015-01-12
1
-0
/
+1
*
Implemented non-blocking operations using poll()
Sebastian Thiel
2015-01-07
1
-11
/
+8
*
test_index works
Sebastian Thiel
2015-01-06
1
-11
/
+12
*
Fixed io types to make tests work on PY2 once again.
py3
Sebastian Thiel
2015-01-05
1
-2
/
+4
*
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
1
-5
/
+9
*
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
1
-6
/
+5
*
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-04
1
-10
/
+6
*
Applied autopep8
Sebastian Thiel
2014-11-19
1
-54
/
+56
*
Allow Index.add() on bare repositories
Sebastian Thiel
2014-11-17
1
-52
/
+65
*
Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3
Sebastian Thiel
2014-11-17
1
-2
/
+2
|
\
|
*
fix syntax error
firm1
2014-04-09
1
-1
/
+1
|
*
update commit function
firm1
2014-03-24
1
-2
/
+2
*
|
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
1
-36
/
+36
*
|
pep8 linting (double spaces before comment)
Antoine Musso
2014-11-16
1
-1
/
+1
*
|
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
1
-19
/
+19
*
|
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
1
-8
/
+1
*
|
pep8 linting (whitespaces)
Antoine Musso
2014-11-16
1
-32
/
+31
|
/
*
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2014-02-09
1
-1116
/
+1116
*
Fixed index test which didn't work anymore due to changes in the way the git ...
Sebastian Thiel
2011-06-07
1
-0
/
+4
*
sleep ui hack fix: removed platform.system() to use sys.platform instead, as ...
Sebastian Thiel
2011-01-12
1
-1
/
+1
*
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel
2010-11-25
1
-0
/
+1153