| Commit message (Expand) | Author | Age | Files | Lines |
| * | cygwin, #533: FIX submodules detection (~10TCs fixed) | Kostis Anagnostopoulos | 2016-10-16 | 2 | -2/+6 |
| * | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 2 | -33/+23 |
| * | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 2 | -30/+33 |
| * | cygwin, #533: Allow '/cygdrive/c/' paths on repo init | Kostis Anagnostopoulos | 2016-10-14 | 1 | -1/+6 |
| * | cygwin, #533: Polish also --git-separate-dir | Kostis Anagnostopoulos | 2016-10-14 | 1 | -5/+8 |
| * | cygwin, #533: Try to make it work with Cygwin's Git. | Kostis Anagnostopoulos | 2016-10-14 | 1 | -45/+30 |
| * | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos | 2016-10-12 | 1 | -1/+1 |
| * | repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedir | Kostis Anagnostopoulos | 2016-10-12 | 1 | -40/+12 |
| * | io: Wrap (probably) allconfig_writers in `with` blocks | Kostis Anagnostopoulos | 2016-10-04 | 1 | -4/+2 |
| * | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -1/+1 |
| * | FIX regression by #519 on reading stdout/stderr of cmds | Kostis Anagnostopoulos | 2016-10-02 | 1 | -2/+6 |
| * | Win, #519: FIX repo TCs. | Kostis Anagnostopoulos | 2016-10-01 | 1 | -6/+2 |
| * | repo-TCs, #519: FIX config resource leaks | Kostis Anagnostopoulos | 2016-10-01 | 2 | -14/+8 |
| * | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+2 |
| * | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 1 | -3/+4 |
| * | fix(repo): make it serializable with pickle | Sebastian Thiel | 2016-09-11 | 1 | -1/+0 |
| * | use $GIT_DIR when set | Piotr Gaczkowski | 2016-08-17 | 1 | -1/+1 |
| * | Merge pull request #496 from haizaar/master | Sebastian Thiel | 2016-08-02 | 1 | -4/+7 |
| |\ |
|
| | * | is_dirty supports path. Fixes #482. | Zaar Hai | 2016-08-01 | 1 | -4/+7 |
| * | | fix(blame): lazily fetch full commit message | Sebastian Thiel | 2016-07-17 | 1 | -4/+2 |
| |/ |
|
| * | fix(repo): prevent error messages from being swallowed | Sebastian Thiel | 2016-06-13 | 1 | -1/+2 |
| * | chore(misc): cleanup and docs | Sebastian Thiel | 2016-05-29 | 1 | -2/+2 |
| * | The progress arg to push, pull, fetch and clone is now a python callable. | Barry Scott | 2016-05-28 | 1 | -1/+4 |
| * | Ignore trailing last empty string in .split() output | Vincent Driessen | 2016-05-24 | 1 | -4/+1 |
| * | Check if byte string is empty for py3 compatibility | Jonathan Chu | 2016-05-24 | 1 | -1/+1 |
| * | Split lines by new line characters | Jonathan Chu | 2016-05-24 | 1 | -2/+4 |
| * | Use correct mode for executable files | Sebastian Thiel | 2016-05-19 | 1 | -1/+1 |
| * | Clarify costs of certain properties | Sebastian Thiel | 2016-05-19 | 1 | -2/+7 |
| * | Return all available data from git-blame | Vincent Driessen | 2016-04-14 | 1 | -6/+16 |
| * | Drop dependency on six | Vincent Driessen | 2016-04-14 | 1 | -1/+1 |
| * | Allow passing args to git-blame | Vincent Driessen | 2016-04-13 | 1 | -3/+3 |
| * | Add incremental blame support | Vincent Driessen | 2016-04-13 | 1 | -2/+64 |
| * | enable config parsers to be used as context managers | Raphael Boidol | 2016-02-20 | 1 | -1/+1 |
| * | fix(cmd): allow improved errors during clone operation | Sebastian Thiel | 2016-02-14 | 1 | -2/+2 |
| * | fix(clone): call communicate if there is no progress handler | Sebastian Thiel | 2016-02-07 | 1 | -0/+1 |
| * | fix(repo): fail loudly if worktrees are used | Sebastian Thiel | 2015-08-29 | 1 | -9/+16 |
| * | fix(repo): use GitCmdObjectDB by default | Sebastian Thiel | 2015-08-22 | 1 | -5/+2 |
| * | Implement is_ancestor | Sandy Carter | 2015-07-21 | 1 | -0/+15 |
| * | fix(flake8): remove unused import | Sebastian Thiel | 2015-07-20 | 1 | -1/+0 |
| * | fix(encoding): in `untracked_files()` | Sebastian Thiel | 2015-07-20 | 1 | -2/+9 |
| * | fix(encoding): in untracked_files() and index | Sebastian Thiel | 2015-07-20 | 1 | -1/+1 |
| * | Correct doc errors | Marian Wieczorek | 2015-07-16 | 1 | -1/+1 |
| * | Fix typo | Tanner Netterville | 2015-07-15 | 1 | -1/+1 |
| * | Add env parameter to Repo.clone_from() for setting environment variables | Jon Lund Steffensen | 2015-06-30 | 1 | -2/+6 |
| * | Fix docstring of Repo.clone_from() | Jon Lund Steffensen | 2015-06-29 | 1 | -0/+1 |
| * | Merge pull request #291 from hvnsweeting/support-init-choosing-backend | Sebastian Thiel | 2015-06-10 | 1 | -2/+7 |
| |\ |
|
| | * | add docstring for new arg | Hung Nguyen Viet | 2015-06-01 | 1 | -0/+5 |
| | * | support passing odbt for using with Repo | Hung Nguyen Viet | 2015-06-01 | 1 | -2/+2 |
| * | | refactor(repo): parameter renaming and cleanup | Sebastian Thiel | 2015-06-10 | 1 | -6/+3 |
| * | | Allow submodules to be ignored in is_dirty | javex | 2015-06-05 | 1 | -4/+14 |
| |/ |
|