summaryrefslogtreecommitdiff
path: root/git/repo/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Win, #519: FIX repo TCs.Kostis Anagnostopoulos2016-10-011-6/+2
* repo-TCs, #519: FIX config resource leaksKostis Anagnostopoulos2016-10-011-12/+6
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-2/+2
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-3/+4
* fix(repo): make it serializable with pickleSebastian Thiel2016-09-111-1/+0
* use $GIT_DIR when setPiotr Gaczkowski2016-08-171-1/+1
* Merge pull request #496 from haizaar/masterSebastian Thiel2016-08-021-4/+7
|\
| * is_dirty supports path. Fixes #482.Zaar Hai2016-08-011-4/+7
* | fix(blame): lazily fetch full commit messageSebastian Thiel2016-07-171-4/+2
|/
* fix(repo): prevent error messages from being swallowedSebastian Thiel2016-06-131-1/+2
* chore(misc): cleanup and docsSebastian Thiel2016-05-291-2/+2
* The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott2016-05-281-1/+4
* Ignore trailing last empty string in .split() outputVincent Driessen2016-05-241-4/+1
* Check if byte string is empty for py3 compatibilityJonathan Chu2016-05-241-1/+1
* Split lines by new line charactersJonathan Chu2016-05-241-2/+4
* Use correct mode for executable filesSebastian Thiel2016-05-191-1/+1
* Clarify costs of certain propertiesSebastian Thiel2016-05-191-2/+7
* Return all available data from git-blameVincent Driessen2016-04-141-6/+16