| Age | Commit message (Expand) | Author |
| 2016-10-22 | fix(repo): Use GIT_DIR only if no repo-path given | Kostis Anagnostopoulos |
| 2016-10-22 | Merge remote-tracking branch 'origin/master' into exp_git_dir | Kostis Anagnostopoulos |
| 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-19 | Merge with latest branch 'exp_git_dir' | Kostis Anagnostopoulos |
| 2016-10-19 | repo: minor code and doc correcions. | Kostis Anagnostopoulos |
| 2016-10-19 | FIX #535: expand also GIT_DIR var on Repo-construct | Kostis Anagnostopoulos |
| 2016-10-16 | cygwin, #533: FIX submodules detection (~10TCs fixed) | 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-14 | cygwin, #533: Allow '/cygdrive/c/' paths on repo init | Kostis Anagnostopoulos |
| 2016-10-14 | cygwin, #533: Polish also --git-separate-dir | Kostis Anagnostopoulos |
| 2016-10-14 | cygwin, #533: Try to make it work with Cygwin's Git. | Kostis Anagnostopoulos |
| 2016-10-12 | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos |
| 2016-10-12 | repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedir | Kostis Anagnostopoulos |
| 2016-10-04 | io: Wrap (probably) allconfig_writers in `with` blocks | Kostis Anagnostopoulos |
| 2016-10-04 | src: No PyDev warnings | Kostis Anagnostopoulos |
| 2016-10-02 | FIX regression by #519 on reading stdout/stderr of cmds | Kostis Anagnostopoulos |
| 2016-10-01 | Win, #519: FIX repo TCs. | Kostis Anagnostopoulos |
| 2016-10-01 | repo-TCs, #519: FIX config resource leaks | 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-11 | fix(repo): make it serializable with pickle | Sebastian Thiel |
| 2016-08-17 | use $GIT_DIR when set | Piotr Gaczkowski |
| 2016-08-02 | Merge pull request #496 from haizaar/master | Sebastian Thiel |
| 2016-08-01 | is_dirty supports path. Fixes #482. | Zaar Hai |
| 2016-07-17 | fix(blame): lazily fetch full commit message | Sebastian Thiel |
| 2016-06-13 | fix(repo): prevent error messages from being swallowed | Sebastian Thiel |
| 2016-05-29 | chore(misc): cleanup and docs | Sebastian Thiel |
| 2016-05-28 | The progress arg to push, pull, fetch and clone is now a python callable. | Barry Scott |
| 2016-05-24 | Ignore trailing last empty string in .split() output | Vincent Driessen |
| 2016-05-24 | Check if byte string is empty for py3 compatibility | Jonathan Chu |
| 2016-05-24 | Split lines by new line characters | Jonathan Chu |
| 2016-05-19 | Use correct mode for executable files | Sebastian Thiel |
| 2016-05-19 | Clarify costs of certain properties | Sebastian Thiel |
| 2016-04-14 | Return all available data from git-blame | Vincent Driessen |
| 2016-04-14 | Drop dependency on six | Vincent Driessen |
| 2016-04-13 | Allow passing args to git-blame | Vincent Driessen |
| 2016-04-13 | Add incremental blame support | Vincent Driessen |
| 2016-02-20 | enable config parsers to be used as context managers | Raphael Boidol |
| 2016-02-14 | fix(cmd): allow improved errors during clone operation | Sebastian Thiel |
| 2016-02-07 | fix(clone): call communicate if there is no progress handler | Sebastian Thiel |
| 2015-08-29 | fix(repo): fail loudly if worktrees are used | Sebastian Thiel |
| 2015-08-22 | fix(repo): use GitCmdObjectDB by default | Sebastian Thiel |
| 2015-07-21 | Implement is_ancestor | Sandy Carter |
| 2015-07-20 | fix(flake8): remove unused import | Sebastian Thiel |
| 2015-07-20 | fix(encoding): in `untracked_files()` | Sebastian Thiel |
| 2015-07-20 | fix(encoding): in untracked_files() and index | Sebastian Thiel |
| 2015-07-16 | Correct doc errors | Marian Wieczorek |
| 2015-07-15 | Fix typo | Tanner Netterville |