aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-22fix(tag): improve tag resolution handlingSebastian Thiel
2016-12-08chore(version): 2.1.12.1.1Sebastian Thiel
2016-12-08chore(lint): flake8 pacificationSebastian Thiel
2016-12-08fix(refs): handle quoted branch namesSebastian Thiel
2016-12-08chore(repo): remove commentSebastian Thiel
2016-12-08Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel
2016-12-08Merge pull request #554 from nvie/masterVincent Driessen
2016-12-08chore(lint): flake8Sebastian Thiel
2016-12-08fix(submodule): don't fail if tracking branch can't be setupSebastian Thiel
2016-12-07Don't change the meaning of string literalsVincent Driessen
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22Merge branch 'win_mmap' of https://github.com/ankostis/GitPython into ankosti...Sebastian Thiel
2016-10-22chore(version-up): v2.1.02.1.0Sebastian Thiel
2016-10-22Merge pull request #537 from ankostis/exp_git_dirSebastian Thiel
2016-10-22fix(win_mmap): unmark hidden win_errors due to smmap unicode foesKostis Anagnostopoulos
2016-10-22fix(repo): Use GIT_DIR only if no repo-path givenKostis Anagnostopoulos
2016-10-22Merge remote-tracking branch 'origin/master' into exp_git_dirKostis Anagnostopoulos
2016-10-22submodule-TCs: stop monekypatching smmap.MapRegion with files in WindowsKostis Anagnostopoulos
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-21Merge pull request #539 from bryant1410/typosKostis Anagnostopoulos
2016-10-20Fix some typosSantiago Castro
2016-10-19Merge with latest branch 'exp_git_dir'Kostis Anagnostopoulos
2016-10-19repo: minor code and doc correcions.Kostis Anagnostopoulos
2016-10-19FIX #535: expand also GIT_DIR var on Repo-constructKostis Anagnostopoulos
2016-10-19Merge pull request #536 from bpoldrack/nf-persistent-git-optionsKostis Anagnostopoulos
2016-10-19Fix flake8 errorBenjamin Poldrack
2016-10-18Add a test for persistent git optionsBenjamin Poldrack
2016-10-18Allow for setting git options, that are persistent across subcommand callsBenjamin Poldrack
2016-10-17tc-helper: fix minor contexlib abuseKostis Anagnostopoulos
2016-10-17helper: minor fix prefix of temp-dirsKostis Anagnostopoulos
2016-10-16cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 casesKostis Anagnostopoulos
2016-10-16Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos
2016-10-16fix(surrogateescape): enable on py2, fix testsSebastian Thiel
2016-10-16fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel
2016-10-16chore(version): 2.0.10dev02.0.9Sebastian Thiel
2016-10-16chore(release): v2.0.9Sebastian Thiel
2016-10-16chore(version): dev1Sebastian Thiel
2016-10-16cygwin, #533: FIX submodules detection (~10TCs fixed)Kostis Anagnostopoulos
2016-10-16ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`Kostis Anagnostopoulos
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-16cygwin, #533: polish abs-paths in `git add` commandsKostis Anagnostopoulos
2016-10-14cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos
2016-10-14cygwin, #533: Polish also --git-separate-dirKostis Anagnostopoulos
2016-10-14cygwin, #533: FIX daemon launchingKostis Anagnostopoulos
2016-10-14cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos
2016-10-14appveyor, #533: enable CYGWIN TCs without failingKostis Anagnostopoulos
2016-10-14Merge pull request #530 fixing some #525 Windows errorsKostis Anagnostopoulos
2016-10-14cmd, #525: Always include stdout+stderr in exceptionsKostis Anagnostopoulos
2016-10-14remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos