| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-02 | add myself to AUTHORS | Liam Beguin | |
| Signed-off-by: Liam Beguin <liambeguin@gmail.com> | |||
| 2020-02-08 | Add to AUTHORS | Harmon | |
| 2020-02-03 | Updating AUTHORS | Pratik Anurag | |
| 2019-12-29 | Added parsing for '@1400000000 +0000' date format as used by git commit hooks. | Dries | |
| 2019-10-29 | Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython ↵ | Sebastian Thiel | |
| into imkaka-fix/deepsource-issues | |||
| 2019-10-24 | Update AUTHORS | Ben Thayer | |
| 2019-10-23 | Merge branch 'master' into fix/deepsource-issues | Anil Khatri | |
| 2019-10-22 | fixed classmethod argument PYL-C0202 | Anil Khatri | |
| 2019-10-19 | Adding diff support for copied files, still working on test | JJ Graham | |
| 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-07-21 | Fix `AttributeError` when searching a remote by name | César Izurieta | |
| Running code like `'origin' in git.Repo('path/to/existing/repository').remotes` raises an AttributeError instead of returning a boolean. This commit fixes that behaviour by catching the error when doing an identity match on `IterableList`. | |||
| 2019-07-20 | Merge branch 'master' of https://github.com/sstancu/GitPython into ↵ | Sebastian Thiel | |
| sstancu-master | |||
| 2019-07-06 | Add support to pass clone options that can be repeated multiple times | Steven Whitman | |
| 2019-07-06 | Merge branch 'multi-value' of https://github.com/ajdavis/GitPython into ↵ | Sebastian Thiel | |
| ajdavis-multi-value | |||
| 2019-04-05 | Ensure git remote urls (multiple) are read from the correct git repo config | Stefan Stancu | |
| 2019-03-15 | Added name to authors | David Host | |
| Fixed issue #806 | |||
| 2019-01-20 | Support multiple git config values per option | A. Jesse Jiryu Davis | |
| Solves #717 | |||
| 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 | Dedent code blocks in tutorial. | Tim Swast | |
| I found the extra 8 spaces at the start of the examples in the tutorial to be distracting. The Sphinx dedent option removes these extra spaces from the rendered code blocks. I also got a warning about the shell code example not being lexed as Python, so I converted this to an explicit shell code block. | |||
| 2017-12-01 | to keep travis busy - adding myself to AUTHORS | Yaroslav Halchenko | |
| 2017-11-16 | Remove trailing slash on drive path | Charles Bouchard-Légaré | |
| 2017-10-07 | Converting path in clone and clone_from to str before any other operation in ↵ | Mikuláš Poul | |
| case eg pathlib.Path is passed | |||
| 2017-09-30 | updating AUTHORS | Piotr Babij | |
| 2017-09-28 | Merge branch 'master' into master | Sebastian Thiel | |
| 2017-09-28 | Merge branch 'master' into master | Sebastian Thiel | |
| 2017-09-28 | Merge branch 'master' into adding_setup_for_git_executable | Sebastian Thiel | |
| 2017-08-25 | util: move expand_path from repo/base and use it in Git class init | Alexis Horgix Chotard | |
| 2017-07-19 | added myself | Anson Mansfield | |
| 2017-07-09 | Modified AUTHORS file | Odegard, Ken | |
| Added my name to list. | |||
| 2017-07-01 | Repo: handle worktrees better | Peter Jones | |
| This makes Repo("foo") work when foo/.git is a file of the form created by "git worktree add", i.e. it's a text file that says: gitdir: /home/me/project/.git/worktrees/bar and where /home/me/project/.git/ is the nominal gitdir, but /home/me/project/.git/worktrees/bar has this worktree's HEAD etc and a "gitdir" file that contains the path of foo/.git . Signed-off-by: Peter Jones <pjones@redhat.com> | |||
| 2017-05-29 | Add base class for package exceptions. | Konstantin Popov | |
| 2017-02-24 | check for GIT_WORK_TREE | Timothy B. Hartman | |
| 2016-10-12 | Add Guyzmo into AUTHORS | Guyzmo | |
| 2016-08-19 | Allowed remotes to have no refs. | Phil Elson | |
| 2016-04-24 | Add contributors | Vincent Driessen | |
| 2010-04-07 | Used this release for a first beta of the 0.2 branch of development | Sebastian Thiel | |
| TODO: Added info about doc improvements Authors: Added myself as Contributor, and noted the partial rewrite which happend in 0.2 | |||
| 2009-01-24 | Lots of spring cleaning and added in Sphinx documentation. | Michael Trier | |
| 2008-12-15 | Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul. | Michael Trier | |
| 2008-09-14 | Added kai to the AUTHORS file. | Michael Trier | |
| 2008-09-14 | Added nud to the AUTHORS file. | Michael Trier | |
| 2008-07-28 | added Jelmer to the AUTHORS and removed an unnecessary underline in tests. | Michael Trier | |
| 2008-05-30 | renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵ | Michael Trier | |
| up tests so they pass except for stderr test. Modified version information retrieval. | |||
| 2008-05-20 | added /me as author | Florian Apolloner | |
| 2008-05-17 | Corrected problem with tree.__len__ getting confused with zero length files. ↵ | Michael Trier | |
| Thanks Alan Briolat. | |||
