| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-29 | rename sublist to subset | Sagi Shadur | |
| 2020-09-29 | Rename get_ignored to ignored and fix the documentation | Sagi Shadur | |
| 2020-09-29 | Find paths ignored in .gitignore | Sagi Shadur | |
| 2020-09-28 | git/repo/base.py: is_dirty(): Fix pathspec handling | Arnaud Patard | |
| It's possible to specify a pathspec (eg :!foo) to git diff/status/... but it currently fails with: git.exc.GitCommandError: Cmd('/usr/bin/git') failed due to: exit code(128) cmdline: /usr/bin/git diff --abbrev=40 --full-index --raw :!foo stderr: 'fatal: ambiguous argument ':!foo': unknown revision or path not in the working tree. Add missing '--' to the arguments to fix this ambiguity Signed-off-by: Arnaud Patard <apatard@hupstream.com> | |||
| 2020-09-02 | Add reference to repository to config. | Jeremy Retailleau | |
| This is necessary when working with conditional include sections as it requires the git directory or active branch name. https://git-scm.com/docs/git-config#_conditional_includes | |||
| 2020-07-13 | Fixed all warnings in documentation and updated Makefile to treat warnings ↵ | Kian Cross | |
| as errors. | |||
| 2020-06-13 | Fix exception causes in 7 modules | Ram Rachum | |
| 2020-04-11 | Satisfy flake8 requirement related to #1000 | Sebastian Thiel | |
| 2020-04-11 | Try again to apply patch related to #1000 | Sebastian Thiel | |
| 2020-04-11 | Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ↵ | Sebastian Thiel | |
| subdirectory" This reverts commit eb792ea76888970d486323df07105129abbbe466. Seems to break CI Related to #1000 | |||
| 2020-04-11 | When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ↵ | Sebastian Thiel | |
| subdirectory This will work for default git object databases only, which use git as object database directly. Related to #1000 | |||
| 2020-02-24 | Fix param format of Repo.commit | Chenxiong Qi | |
| Signed-off-by: Chenxiong Qi <qcxhome@gmail.com> | |||
| 2020-02-08 | Fix Repo.__repr__ when subclassed | Jan Matějka | |
| 2020-02-08 | Remove and replace compat.text_type | Harmon | |
| 2020-02-08 | Remove checks for Python 2 and/or 3 | Harmon | |
| 2020-02-08 | Remove and replace compat.xrange | Harmon | |
| 2020-02-08 | Remove compat.range | Harmon | |
| 2020-02-08 | Remove str import from builtins | Harmon | |
| 2019-12-06 | Avoids env var warning when path contains $/%; fix #832 | Rob Kimball | |
| 2019-10-15 | removed Unnecessary “else” after “return” | Pratik Anurag | |
| 2019-09-30 | git: repo: base: update clone_from env argument description | pawel | |
| 2019-08-14 | Returning commit object instead of hash value | Arthur Milchior | |
| 2019-08-14 | Snack case as requested in #903 | Arthur Milchior | |
| 2019-08-14 | Method stating which commit is being played during an halted rebase | Arthur Milchior | |
| This will be useful to me at least. This way, I know that I can tell my script to omit some specific commits. If you accept to merge it, I may also do similar method for merges and cherry pick. | |||
| 2019-08-14 | Fix performance regression, see #906 | Sebastian Thiel | |
| Revert "use git rev-parse to look for config file" This reverts commit 0b6b90f9f1e5310a6f39b75e17a04c1133269e8f. Fix #906 Reopen #719 | |||
| 2019-08-11 | Fix typo in documentation | Loïc Antoine Gombeaud | |
| `mutli_options` -> `multi_options` | |||
| 2019-08-11 | Drop python 2 support, again (revert previous revert) | Sebastian Thiel | |
| This reverts commit 913d806f02cf50250d230f88b897350581f80f6b. | |||
| 2019-08-11 | use git rev-parse to look for config file | Benjamin Dauvergne | |
| 2019-07-29 | Revert "Drop python 2.7 support and help with encodings" | Sebastian Thiel | |
| This reverts commit dac619e4917b0ad43d836a534633d68a871aecca. | |||
| 2019-07-20 | normalize path after joining submodule path and the relative path to the git ↵ | Joe Savage | |
| dir, to eliminate path length errors on Windows | |||
| 2019-07-20 | Drop python 2.7 support and help with encodings | Sebastian Thiel | |
| Fixes #312 | |||
| 2019-07-20 | Revert "This time, use test-requirements." | Sebastian Thiel | |
| This reverts commit 74a0507f4eb468b842d1f644f0e43196cda290a1. https://travis-ci.org/gitpython-developers/GitPython/jobs/561334516#L634 | |||
| 2019-07-20 | This time, use test-requirements. | Sebastian Thiel | |
| 2019-07-20 | Revert "Merge branch 'PR-non-ascii-filenames' of ↵ | Sebastian Thiel | |
| https://github.com/xarx00/GitPython into xarx00-PR-non-ascii-filenames" This reverts commit 3b13c115994461fb6bafe5dd06490aae020568c1, reversing changes made to da8aeec539da461b2961ca72049df84bf30473e1. It doesn't pass, unfortunately. Is it a travis issue? https://travis-ci.org/gitpython-developers/GitPython/jobs/561333763#L340 | |||
| 2019-07-20 | Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython ↵ | Sebastian Thiel | |
| into xarx00-PR-non-ascii-filenames | |||
| 2019-07-06 | Add support to pass clone options that can be repeated multiple times | Steven Whitman | |
| 2019-06-17 | Fix typo in docstring | Aurelio Jargas | |
| 2019-04-06 | builtins module is part of the future package | xarx00 | |
| 2019-04-06 | Fix for: No module named builtins (CI tests error) | xarx00 | |
| 2019-04-05 | added support for non-ascii directories and file names | xarx00 | |
| 2019-03-15 | Added usage example to Repo __init__.py call for Windows users | Alex | |
| 2018-12-22 | read workdir from git.config as referenced in man 1 git-config | Björn Lässig | |
| Edited-by: Florian Scherf <f.scherf@pengutronix.de> added the remaining feedback in https://github.com/gitpython-developers/GitPython/pull/801/files | |||
| 2018-10-21 | The proper way is return, not raise StopIteration | Michael Käufl | |
| See PEP 479[1] which is part of Python 3.7[2]. [1]: https://www.python.org/dev/peps/pep-0479/ [2]: https://docs.python.org/3/whatsnew/3.7.html#changes-in-python-behavior | |||
| 2018-10-13 | Respect _common_dir when finding repository config file | Luc Ritchie | |
| Among other things, remotes are now correctly identified when in a separate worktree. | |||
| 2018-07-15 | Allow pathlib.Path in Repo.__init__ | oldPadavan | |
| 2018-07-15 | Fix small typo | Riley Martine | |
| Fix small typo and slightly reword docstring. | |||
| 2018-03-18 | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | |
| 2018-03-04 | Fix doc typos | samuela | |
| 2017-12-11 | Remove redundant Python 2.4 code | Hugo | |
| 2017-11-27 | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko | |
| I did keep some "bare" except with catch all Exception: , while tried to disable flake8 complaints where clearly all exceptions are to be catched | |||
