Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve BlameEntry.commit typing | Yobmod | 2021-07-05 | 1 | -4/+4 | |
| | ||||||
* | Improve typing of config_levels, add assert_never() | Yobmod | 2021-07-05 | 1 | -9/+10 | |
| | ||||||
* | Add missed types to Commit, uncomment to_native_path_linux() | Yobmod | 2021-07-01 | 1 | -1/+1 | |
| | ||||||
* | Type Traversable.traverse() better, start types of submodule | Yobmod | 2021-06-30 | 1 | -8/+8 | |
| | ||||||
* | Make IterableList generic and update throughout | Yobmod | 2021-06-24 | 1 | -6/+6 | |
| | ||||||
* | Add types to tree.Tree | Yobmod | 2021-06-24 | 1 | -1/+2 | |
| | ||||||
* | Update typing-extensions version in requirements.txt | Yobmod | 2021-06-23 | 1 | -2/+20 | |
| | ||||||
* | Removes PathLike type requirement for full_tag creation | Robert Westman | 2021-06-03 | 1 | -1/+1 | |
| | ||||||
* | Fix flake8 | Sebastian Thiel | 2021-06-03 | 1 | -1/+0 | |
| | ||||||
* | Fixes resolving of tag parameter for repo.tag | Robert Westman | 2021-06-03 | 1 | -1/+12 | |
| | | | | | | | | I accessed private variables instead of adding getters, because other parts of the code do the same and I didn't know if there was a reason for it. E.g.: remote.py line 409: (...) RemoteReference._common_path_default (...) | |||||
* | add types to index.fun.py | Yobmod | 2021-05-17 | 1 | -2/+2 | |
| | ||||||
* | Add initial types to IndexFile .init() to _to_relative_path() | Yobmod | 2021-05-15 | 1 | -3/+3 | |
| | ||||||
* | Add types to config.py CONFIG_LEVELS, MetaParserBuilder.__new__() ↵ | yobmod | 2021-05-08 | 1 | -2/+1 | |
| | | | | .needs_values() .set_dirty_and_flush_changes() | |||||
* | flake8 fixes | yobmod | 2021-05-08 | 1 | -4/+3 | |
| | ||||||
* | add initial types to remote.py | yobmod | 2021-05-03 | 1 | -74/+77 | |
| | ||||||
* | add types to base.py and fun.py | yobmod | 2021-02-28 | 1 | -108/+163 | |
| | ||||||
* | docs: fix simple typo, repostory -> repository | Tim Gates | 2020-12-25 | 1 | -1/+1 | |
| | | | | | | There is a small typo in git/repo/base.py. Should read `repository` rather than `repostory`. | |||||
* | rename sublist to subset | Sagi Shadur | 2020-09-29 | 1 | -1/+1 | |
| | ||||||
* | Rename get_ignored to ignored and fix the documentation | Sagi Shadur | 2020-09-29 | 1 | -2/+2 | |
| | ||||||
* | Find paths ignored in .gitignore | Sagi Shadur | 2020-09-29 | 1 | -0/+13 | |
| | ||||||
* | git/repo/base.py: is_dirty(): Fix pathspec handling | Arnaud Patard | 2020-09-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | 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> | |||||
* | Add reference to repository to config. | Jeremy Retailleau | 2020-09-02 | 1 | -2/+2 | |
| | | | | | | | 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 | |||||
* | Fixed all warnings in documentation and updated Makefile to treat warnings ↵ | Kian Cross | 2020-07-13 | 1 | -3/+3 | |
| | | | | as errors. | |||||
* | Fix exception causes in 7 modules | Ram Rachum | 2020-06-13 | 1 | -2/+2 | |
| | ||||||
* | Fix param format of Repo.commit | Chenxiong Qi | 2020-02-24 | 1 | -1/+3 | |
| | | | | Signed-off-by: Chenxiong Qi <qcxhome@gmail.com> | |||||
* | Fix Repo.__repr__ when subclassed | Jan Matějka | 2020-02-08 | 1 | -1/+2 | |
| | ||||||
* | Remove and replace compat.text_type | Harmon | 2020-02-08 | 1 | -3/+2 | |
| | ||||||
* | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -6/+2 | |
| | ||||||
* | Remove compat.range | Harmon | 2020-02-08 | 1 | -1/+0 | |
| | ||||||
* | Remove str import from builtins | Harmon | 2020-02-08 | 1 | -1/+0 | |
| | ||||||
* | Avoids env var warning when path contains $/%; fix #832 | Rob Kimball | 2019-12-06 | 1 | -1/+2 | |
| | ||||||
* | removed Unnecessary “else” after “return” | Pratik Anurag | 2019-10-15 | 1 | -6/+3 | |
| | ||||||
* | git: repo: base: update clone_from env argument description | pawel | 2019-09-30 | 1 | -0/+5 | |
| | ||||||
* | Returning commit object instead of hash value | Arthur Milchior | 2019-08-14 | 1 | -2/+2 | |
| | ||||||
* | Snack case as requested in #903 | Arthur Milchior | 2019-08-14 | 1 | -1/+1 | |
| | ||||||
* | Method stating which commit is being played during an halted rebase | Arthur Milchior | 2019-08-14 | 1 | -0/+11 | |
| | | | | | | 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. | |||||
* | Fix performance regression, see #906 | Sebastian Thiel | 2019-08-14 | 1 | -40/+16 | |
| | | | | | | | | | Revert "use git rev-parse to look for config file" This reverts commit 0b6b90f9f1e5310a6f39b75e17a04c1133269e8f. Fix #906 Reopen #719 | |||||
* | Fix typo in documentation | Loïc Antoine Gombeaud | 2019-08-11 | 1 | -1/+1 | |
| | | | `mutli_options` -> `multi_options` | |||||
* | Drop python 2 support, again (revert previous revert) | Sebastian Thiel | 2019-08-11 | 1 | -0/+1 | |
| | | | | This reverts commit 913d806f02cf50250d230f88b897350581f80f6b. | |||||
* | use git rev-parse to look for config file | Benjamin Dauvergne | 2019-08-11 | 1 | -16/+40 | |
| | ||||||
* | Revert "Drop python 2.7 support and help with encodings" | Sebastian Thiel | 2019-07-29 | 1 | -1/+0 | |
| | | | | This reverts commit dac619e4917b0ad43d836a534633d68a871aecca. | |||||
* | Drop python 2.7 support and help with encodings | Sebastian Thiel | 2019-07-20 | 1 | -0/+1 | |
| | | | | Fixes #312 | |||||
* | Revert "This time, use test-requirements." | Sebastian Thiel | 2019-07-20 | 1 | -1/+0 | |
| | | | | | | This reverts commit 74a0507f4eb468b842d1f644f0e43196cda290a1. https://travis-ci.org/gitpython-developers/GitPython/jobs/561334516#L634 | |||||
* | This time, use test-requirements. | Sebastian Thiel | 2019-07-20 | 1 | -0/+1 | |
| | ||||||
* | Revert "Merge branch 'PR-non-ascii-filenames' of ↵ | Sebastian Thiel | 2019-07-20 | 1 | -1/+0 | |
| | | | | | | | | | | 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 | |||||
* | Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython ↵ | Sebastian Thiel | 2019-07-20 | 1 | -0/+1 | |
|\ | | | | | | | into xarx00-PR-non-ascii-filenames | |||||
| * | builtins module is part of the future package | xarx00 | 2019-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix for: No module named builtins (CI tests error) | xarx00 | 2019-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | added support for non-ascii directories and file names | xarx00 | 2019-04-05 | 1 | -0/+1 | |
| | | ||||||
* | | Add support to pass clone options that can be repeated multiple times | Steven Whitman | 2019-07-06 | 1 | -6/+14 | |
| | |