index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
index
/
base.py
Age
Commit message (
Expand
)
Author
2018-03-18
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2017-10-30
IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks.
satahippy
2017-03-09
Spelling fixes
Ville Skyttä
2016-10-22
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...
Sebastian Thiel
2016-10-20
Fix some typos
Santiago Castro
2016-10-16
src: reduce needless deps to `gitdb.util`
Kostis Anagnostopoulos
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-10-01
Win, #519: FIX repo TCs.
Kostis Anagnostopoulos
2016-09-28
Proc, #519: Rework error-exc msgs & log thread-pumps errors
Kostis Anagnostopoulos
2016-09-28
src: constify is_<platform>() calls
Kostis Anagnostopoulos
2016-09-27
src, #519: collect all is_<platform>() calls
Kostis Anagnostopoulos
2016-09-25
fix(index): improve LockedFD handling
Sebastian Thiel
2016-06-20
Commit without executing hooks, fixes #468
Peter Bengtsson
2016-04-13
fix(index): avoid recursing endlessly in add()
Piotr Pietraszkiewicz
2016-01-08
DOC: minor typos
Yaroslav Halchenko
2015-07-20
fix(index): remove invalid keyword argument
Sebastian Thiel
2015-07-20
fix(encoding): in untracked_files() and index
Sebastian Thiel
2015-07-17
added tests for commits with dates
avi
2015-07-17
Added two extra paramaters for commit to take author date and commit date
avi
2015-06-26
fix(index): handle adding symlinks to dirs
Sebastian Thiel
2015-04-08
fix(index): _store_path() now closes it's stream
Sebastian Thiel
2015-04-08
fix(index): don't write extension data by default
Sebastian Thiel
2015-02-23
Improved documentation on IndexFile.add(...)
Sebastian Thiel
2015-01-21
Fixed regression in test-suite for IndexFile
Sebastian Thiel
2015-01-12
IndexFile.commit() now runs pre-commit and post-commit hooks.
Sebastian Thiel
2015-01-12
Removed os.path.realpath invocations as they are not necessary if paths are u...
Sebastian Thiel
2015-01-12
Removed all previously added invocations of os.path.realpath as it wasn't req...
Sebastian Thiel
2015-01-12
Repo paths are now converted to real paths, as well as all paths involved in ...
Sebastian Thiel
2015-01-07
Implemented non-blocking operations using poll()
Sebastian Thiel
2015-01-06
test_index works
Sebastian Thiel
2015-01-05
Fixed io types to make tests work on PY2 once again.
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-17
Allow Index.add() on bare repositories
Sebastian Thiel
2014-11-17
Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (double spaces before comment)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-04-09
fix syntax error
firm1
2014-03-24
update commit function
firm1
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2011-06-07
Fixed index test which didn't work anymore due to changes in the way the git ...
Sebastian Thiel
2011-01-12
sleep ui hack fix: removed platform.system() to use sys.platform instead, as ...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel