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
/
util.py
Age
Commit message (
Expand
)
Author
2020-07-13
Fixed all warnings in documentation and updated Makefile to treat warnings as...
Kian Cross
2020-06-13
Fix exception causes in 7 modules
Ram Rachum
2020-03-21
Do not error in race condition of directory existing
AlanCoding
2020-02-25
Remove now unnecessary explicit Unicode string literal prefixes
Harmon
2020-02-08
Remove unnecessary check for logging.NullHandler for Python 2.6
Harmon
2020-02-08
Remove no longer used compat imports
Harmon
2020-02-08
Remove and replace compat.MAXSIZE
Harmon
2020-02-08
Remove checks for Python 2 and/or 3
Harmon
2019-10-23
fix Loop variable used outside the loop
Anil Khatri
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
removed trailing whitespaces
Pratik Anurag
2019-10-15
renamed unused variables
Pratik Anurag
2019-09-30
Revert "Remove control character stripping."
Sebastian Thiel
2019-09-30
Try to fix tests; get more debug output
Sebastian Thiel
2019-09-30
Update util.py
Uri Baghin
2019-09-30
Update util.py
Uri Baghin
2019-09-30
Remove control character stripping.
Uri Baghin
2019-09-28
Take advantage of universal newlines.
Uri Baghin
2019-09-10
Fix #889: Add DeepSource config and fix some major issues
Mohit Solanki
2019-07-21
Fix `AttributeError` when searching a remote by name
César Izurieta
2019-07-20
Revert "Revert "Revert "Implement update call when the object is "up to date"...
Sebastian Thiel
2019-07-20
Revert "Revert "Implement update call when the object is "up to date" #871""
Sebastian Thiel
2019-07-20
Revert "Implement update call when the object is "up to date" #871"
Sebastian Thiel
2019-07-20
Implement update call when the object is "up to date" #871
Thomas Johannesmeyer
2019-07-06
Fix regex to support empty email addresses i.e. 'name <>'
Sebastian Thiel
2018-10-14
Apply fix for #564
Sebastian Thiel
2018-03-18
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2018-03-18
Drop support for EOL Python 2.6
Hugo
2018-03-04
Fix doc typos
samuela
2017-11-27
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Yaroslav Halchenko
2017-09-28
Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma...
Sebastian Thiel
2017-08-25
util: move expand_path from repo/base and use it in Git class init
Alexis Horgix Chotard
2017-03-09
Spelling fixes
Ville Skyttä
2016-12-08
Merge pull request #541 from andy-maier/py26_fixes
Sebastian Thiel
2016-12-08
Merge pull request #554 from nvie/master
Vincent Driessen
2016-12-08
chore(lint): flake8
Sebastian Thiel
2016-12-07
Don't change the meaning of string literals
Vincent Driessen
2016-10-24
Fixes to support Python 2.6 again.
Andreas Maier
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
ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`
Kostis Anagnostopoulos
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-16
cygwin, #533: polish abs-paths in `git add` commands
Kostis Anagnostopoulos
2016-10-14
cygwin, #533: Allow '/cygdrive/c/' paths on repo init
Kostis Anagnostopoulos
2016-10-14
cygwin, #533: Try to make it work with Cygwin's Git.
Kostis Anagnostopoulos
2016-10-14
remote, #525: FIX BUG push-cmd misses error messages
Kostis Anagnostopoulos
2016-10-13
remote, #525: pump fetch-infos instead of GIL-read stderr
Kostis Anagnostopoulos
2016-10-13
test, #525: allow disabling freeze errors separately
Kostis Anagnostopoulos
2016-10-11
FIX #526: Do not depend on test-sources
Kostis Anagnostopoulos
[next]