summaryrefslogtreecommitdiff
path: root/git/repo
Commit message (Expand)AuthorAgeFilesLines
* Update base.pySam Bull2017-10-301-1/+1
* 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-012-4/+29
* 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 remote-tracking branch 'origin/master' into exp_git_dirKostis Anagnostopoulos2016-10-221-3/+3
|\
| * Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-222-97/+87
| |\
| * | Fix some typosSantiago Castro2016-10-201-3/+3
* | | Merge with latest branch 'exp_git_dir'Kostis Anagnostopoulos2016-10-192-26/+32
|\ \ \ | |_|/ |/| |
| * | repo: minor code and doc correcions.Kostis Anagnostopoulos2016-10-192-16/+17
| * | 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-162-2/+6
* | src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-162-33/+23
* | src: import os.path as ospKostis Anagnostopoulos2016-10-162-30/+33
* | 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
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-1/+1
* 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-012-14/+8
* 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