aboutsummaryrefslogtreecommitdiff
path: root/git/repo
AgeCommit message (Expand)Author
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-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
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-16cygwin, #533: FIX submodules detection (~10TCs fixed)Kostis Anagnostopoulos
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis 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: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos
2016-10-12daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos
2016-10-12repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedirKostis Anagnostopoulos
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-02FIX regression by #519 on reading stdout/stderr of cmdsKostis Anagnostopoulos
2016-10-01Win, #519: FIX repo TCs.Kostis Anagnostopoulos
2016-10-01repo-TCs, #519: FIX config resource leaksKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-11fix(repo): make it serializable with pickleSebastian Thiel
2016-08-17use $GIT_DIR when setPiotr Gaczkowski
2016-08-02Merge pull request #496 from haizaar/masterSebastian Thiel
2016-08-01is_dirty supports path. Fixes #482.Zaar Hai
2016-07-17fix(blame): lazily fetch full commit messageSebastian Thiel
2016-06-13fix(repo): prevent error messages from being swallowedSebastian Thiel
2016-05-29chore(misc): cleanup and docsSebastian Thiel
2016-05-28The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott
2016-05-24Ignore trailing last empty string in .split() outputVincent Driessen
2016-05-24Check if byte string is empty for py3 compatibilityJonathan Chu
2016-05-24Split lines by new line charactersJonathan Chu
2016-05-19Use correct mode for executable filesSebastian Thiel
2016-05-19Clarify costs of certain propertiesSebastian Thiel
2016-04-14Return all available data from git-blameVincent Driessen
2016-04-14Drop dependency on sixVincent Driessen
2016-04-13Allow passing args to git-blameVincent Driessen
2016-04-13Add incremental blame supportVincent Driessen
2016-02-20enable config parsers to be used as context managersRaphael Boidol
2016-02-14fix(cmd): allow improved errors during clone operationSebastian Thiel
2016-02-07fix(clone): call communicate if there is no progress handlerSebastian Thiel
2015-08-29fix(repo): fail loudly if worktrees are usedSebastian Thiel
2015-08-22fix(repo): use GitCmdObjectDB by defaultSebastian Thiel
2015-07-21Implement is_ancestorSandy Carter
2015-07-20fix(flake8): remove unused importSebastian Thiel
2015-07-20fix(encoding): in `untracked_files()`Sebastian Thiel
2015-07-20fix(encoding): in untracked_files() and indexSebastian Thiel
2015-07-16Correct doc errorsMarian Wieczorek
2015-07-15Fix typoTanner Netterville