summaryrefslogtreecommitdiff
path: root/git/repo/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix typo in docstringAurelio Jargas2019-06-171-2/+2
|/
* Added usage example to Repo __init__.py call for Windows usersAlex2019-03-151-0/+1
* read workdir from git.config as referenced in man 1 git-configBjörn Lässig2018-12-221-1/+15
* The proper way is return, not raise StopIterationMichael Käufl2018-10-211-3/+12
* Respect _common_dir when finding repository config fileLuc Ritchie2018-10-131-1/+1
* Allow pathlib.Path in Repo.__init__oldPadavan2018-07-151-0/+7
* Fix small typoRiley Martine2018-07-151-2/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-8/+8
* Fix doc typossamuela2018-03-041-12/+12
* Remove redundant Python 2.4 codeHugo2017-12-111-8/+2
* RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-1/+1
* Merge pull request #692 from Dreamsorcerer/patch-1Sebastian Thiel2017-11-191-2/+2
|\
| * Update base.pySam Bull2017-10-301-1/+1
| * Update base.pySam Bull2017-10-301-1/+1
* | Merge pull request #686 from jeblair/issue-605Sebastian Thiel2017-11-021-2/+10
|\ \
| * | Only gc.collect() under windowsJames E. Blair2017-10-091-2/+10
| |/
* | Converting path in clone and clone_from to str before any other operation in ...Mikuláš Poul2017-10-071-0/+4
|/
* Keeping env values passed to `clone_from`Piotr Babij2017-09-301-1/+5
* Merge pull request #654 from vathpela/worktreesSebastian Thiel2017-09-281-4/+18
|\
| * worktrees: make non-packed refs also work correctly.Peter Jones2017-08-221-4/+18
* | Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma...Sebastian Thiel2017-09-281-5/+17
|\ \
| * | Fixed missing parameter and changed nameDylan Katz2017-08-241-14/+16
| * | Fix leaking environment variablesDylan Katz2017-08-211-6/+18
| |/
* | util: move expand_path from repo/base and use it in Git class initAlexis Horgix Chotard2017-08-251-8/+4
|/
* Repo: handle worktrees betterPeter Jones2017-07-011-3/+8
* Handle non-deterministic __del__ in RepoSebastian Thiel2017-04-091-1/+4
* so minor that wasn't even worth my time typing this commentYaroslav Halchenko2017-04-041-1/+1
* Spelling fixesVille Skyttä2017-03-091-7/+7
* Document the use of next to throw an exception when hitting EOFGeorge Hickman2017-03-071-1/+1
* Ignore all lines of subsequent hunks until last one is foundGeorge Hickman2017-03-071-5/+8
* Merge branch 'git_work_tree' of https://github.com/tbhartman/GitPython into t...Sebastian Thiel2017-02-251-1/+1
|\
| * check for GIT_WORK_TREETimothy B. Hartman2017-02-241-1/+1
* | Merge pull request #555 from ankostis/cntxtmmanSebastian Thiel2017-02-251-0/+14
|\ \ | |/ |/|
| * fix(leaks): repo context-man to cleanup global mman on repo-deleteKostis Anagnostopoulos2016-12-081-0/+14
* | DOC: minor typoRaphael Boidol2016-12-311-1/+1
* | chore(repo): remove commentSebastian Thiel2016-12-081-1/+1
|/
* fix(repo): Use GIT_DIR only if no repo-path givenKostis Anagnostopoulos2016-10-221-3/+5
* Merge with latest branch 'exp_git_dir'Kostis Anagnostopoulos2016-10-191-23/+27
|\
| * repo: minor code and doc correcions.Kostis Anagnostopoulos2016-10-191-13/+13
| * FIX #535: expand also GIT_DIR var on Repo-constructKostis Anagnostopoulos2016-10-191-3/+7
* | cygwin, #533: FIX submodules detection (~10TCs fixed)Kostis Anagnostopoulos2016-10-161-1/+1
* | src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-19/+14
* | src: import os.path as ospKostis Anagnostopoulos2016-10-161-24/+25
* | cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos2016-10-141-1/+6
* | cygwin, #533: Polish also --git-separate-dirKostis Anagnostopoulos2016-10-141-5/+8
* | cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos2016-10-141-45/+30
|/
* daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos2016-10-121-1/+1
* repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedirKostis Anagnostopoulos2016-10-121-40/+12
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-4/+2
* FIX regression by #519 on reading stdout/stderr of cmdsKostis Anagnostopoulos2016-10-021-2/+6