aboutsummaryrefslogtreecommitdiff
path: root/git/repo
AgeCommit message (Expand)Author
2018-10-13Respect _common_dir when finding repository config fileLuc Ritchie
2018-07-15Allow pathlib.Path in Repo.__init__oldPadavan
2018-07-15Fix small typoRiley Martine
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2018-03-04Fix doc typossamuela
2017-12-11Remove redundant Python 2.4 codeHugo
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2017-11-19Merge pull request #692 from Dreamsorcerer/patch-1Sebastian Thiel
2017-11-02Merge pull request #686 from jeblair/issue-605Sebastian Thiel
2017-10-30Update base.pySam Bull
2017-10-30Update base.pySam Bull
2017-10-09Only gc.collect() under windowsJames E. Blair
2017-10-07Converting path in clone and clone_from to str before any other operation in ...Mikuláš Poul
2017-09-30Keeping env values passed to `clone_from`Piotr Babij
2017-09-28Merge pull request #654 from vathpela/worktreesSebastian Thiel
2017-09-28Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma...Sebastian Thiel
2017-08-25util: move expand_path from repo/base and use it in Git class initAlexis Horgix Chotard
2017-08-24Fixed missing parameter and changed nameDylan Katz
2017-08-22worktrees: make non-packed refs also work correctly.Peter Jones
2017-08-21Fix leaking environment variablesDylan Katz
2017-07-01Repo: handle worktrees betterPeter Jones
2017-04-09Handle non-deterministic __del__ in RepoSebastian Thiel
2017-04-04so minor that wasn't even worth my time typing this commentYaroslav Halchenko
2017-03-09Spelling fixesVille Skyttä
2017-03-07Document the use of next to throw an exception when hitting EOFGeorge Hickman
2017-03-07Ignore all lines of subsequent hunks until last one is foundGeorge Hickman
2017-02-25Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into t...Sebastian Thiel
2017-02-25Merge pull request #555 from ankostis/cntxtmmanSebastian Thiel
2017-02-24check for GIT_WORK_TREETimothy B. Hartman
2016-12-31DOC: minor typoRaphael Boidol
2016-12-08chore(repo): remove commentSebastian Thiel
2016-12-08fix(leaks): repo context-man to cleanup global mman on repo-deleteKostis 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-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