| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed refresh to setup and removed alias function & added unittest | Odegard, Ken | 2017-07-09 | 1 | -0/+9 |
* | Update changelog and improve docs on skipped test | Sebastian Thiel | 2017-07-01 | 1 | -1/+2 |
* | Try to ignore test on windows as it fails for the wrong reasons | Sebastian Thiel | 2017-07-01 | 1 | -1/+1 |
* | Maybe work around AppVeyor setting a bad email? | Peter Jones | 2017-07-01 | 1 | -0/+3 |
* | Repo: handle worktrees better | Peter Jones | 2017-07-01 | 2 | -12/+51 |
* | Add base class for package exceptions. | Konstantin Popov | 2017-05-29 | 1 | -0/+27 |
* | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä | 2017-04-09 | 6 | -9/+9 |
* | Spelling fixes | Ville Skyttä | 2017-03-09 | 6 | -7/+7 |
* | Add a fixture to test incremental blame output for git 2.11.1+ | George Hickman | 2017-03-07 | 2 | -18/+53 |
* | chore(flake): satisfy linter | Sebastian Thiel | 2017-02-25 | 1 | -2/+0 |
* | Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into t... | Sebastian Thiel | 2017-02-25 | 1 | -0/+29 |
|\ |
|
| * | check for GIT_WORK_TREE | Timothy B. Hartman | 2017-02-24 | 1 | -0/+29 |
* | | Merge pull request #555 from ankostis/cntxtmman | Sebastian Thiel | 2017-02-25 | 1 | -6/+10 |
|\ \
| |/
|/| |
|
| * | fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirs | Kostis Anagnostopoulos | 2016-12-08 | 1 | -6/+10 |
* | | fix(remote): test | Sebastian Thiel | 2016-12-22 | 1 | -1/+1 |
* | | chore(lint): flake8 pacification | Sebastian Thiel | 2016-12-08 | 1 | -1/+0 |
* | | fix(refs): handle quoted branch names | Sebastian Thiel | 2016-12-08 | 1 | -0/+12 |
|/ |
|
* | Merge pull request #541 from andy-maier/py26_fixes | Sebastian Thiel | 2016-12-08 | 9 | -17/+48 |
|\ |
|
| * | Fixes to support Python 2.6 again. | Andreas Maier | 2016-10-24 | 9 | -17/+48 |
* | | chore(lint): flake8 | Sebastian Thiel | 2016-12-08 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'win_mmap' of https://github.com/ankostis/GitPython into ankosti... | Sebastian Thiel | 2016-10-22 | 3 | -23/+1 |
|\ |
|
| * | fix(win_mmap): unmark hidden win_errors due to smmap unicode foes | Kostis Anagnostopoulos | 2016-10-22 | 3 | -9/+0 |
| * | submodule-TCs: stop monekypatching smmap.MapRegion with files in Windows | Kostis Anagnostopoulos | 2016-10-22 | 1 | -14/+0 |
* | | Merge remote-tracking branch 'origin/master' into exp_git_dir | Kostis Anagnostopoulos | 2016-10-22 | 2 | -4/+3 |
|\ \
| |/ |
|
| * | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel | 2016-10-22 | 18 | -319/+433 |
| |\ |
|
| * | | Fix some typos | Santiago Castro | 2016-10-20 | 2 | -2/+2 |
* | | | Merge with latest branch 'exp_git_dir' | Kostis Anagnostopoulos | 2016-10-19 | 2 | -18/+22 |
|\ \ \
| |_|/
|/| | |
|
| * | | repo: minor code and doc correcions. | Kostis Anagnostopoulos | 2016-10-19 | 1 | -2/+2 |
| |/ |
|
| * | Fix flake8 error | Benjamin Poldrack | 2016-10-19 | 1 | -1/+1 |
| * | Add a test for persistent git options | Benjamin Poldrack | 2016-10-18 | 1 | -0/+14 |
* | | tc-helper: fix minor contexlib abuse | Kostis Anagnostopoulos | 2016-10-17 | 1 | -4/+3 |
* | | helper: minor fix prefix of temp-dirs | Kostis Anagnostopoulos | 2016-10-17 | 1 | -2/+2 |
* | | cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 cases | Kostis Anagnostopoulos | 2016-10-16 | 3 | -8/+41 |
* | | Merge with #532, fix unicode filenames with escapesurogates | Kostis Anagnostopoulos | 2016-10-16 | 2 | -8/+12 |
|\ \
| |/ |
|
| * | fix(surrogateescape): enable on py2, fix tests | Sebastian Thiel | 2016-10-16 | 1 | -2/+10 |
| * | fix(unicode): use surrogateescape in bytes.decode | Sebastian Thiel | 2016-10-16 | 1 | -1/+1 |
* | | cygwin, #533: FIX submodules detection (~10TCs fixed) | Kostis Anagnostopoulos | 2016-10-16 | 1 | -1/+1 |
* | | ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements` | Kostis Anagnostopoulos | 2016-10-16 | 2 | -4/+1 |
* | | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 7 | -26/+20 |
* | | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 14 | -161/+177 |
* | | cygwin, #533: polish abs-paths in `git add` commands | Kostis Anagnostopoulos | 2016-10-16 | 2 | -2/+3 |
* | | cygwin, #533: Allow '/cygdrive/c/' paths on repo init | Kostis Anagnostopoulos | 2016-10-14 | 2 | -27/+56 |
* | | cygwin, #533: FIX daemon launching | Kostis Anagnostopoulos | 2016-10-14 | 1 | -108/+115 |
* | | cygwin, #533: Try to make it work with Cygwin's Git. | Kostis Anagnostopoulos | 2016-10-14 | 2 | -13/+56 |
|/ |
|
* | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos | 2016-10-14 | 2 | -75/+81 |
* | remote, #525: pump fetch-infos instead of GIL-read stderr | Kostis Anagnostopoulos | 2016-10-13 | 1 | -12/+9 |
* | test, #525: allow disabling freeze errors separately | Kostis Anagnostopoulos | 2016-10-13 | 2 | -52/+58 |
* | config, #525: polish more config-urls | Kostis Anagnostopoulos | 2016-10-12 | 2 | -39/+42 |
* | daemon, #525: simplify exception handling | Kostis Anagnostopoulos | 2016-10-12 | 1 | -33/+5 |
* | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos | 2016-10-12 | 6 | -65/+73 |