GitPython icon indicating copy to clipboard operation
GitPython copied to clipboard

GitPython is a python library used to interact with Git repositories.

Results 171 GitPython issues
Sort by recently updated
recently updated
newest added

If credentials are passed in the URI, e.g. https://user:[email protected]/bar.git then the credential is properly removed from the cmdline in the exception, but if an authorization header is set via http.extraHeader...

acknowledged
help wanted

Hi! It is a perhaps little known fact that one can use `git push` to push something that is not a reference, with syntax like git push 1a2b3c4d:refs/heads/remotebranch This is...

acknowledged
help wanted

As mentioned in the title, it just doesn't seem to work. I've tried passing as_process=False as mentioned in another issue, but that ends up in duplicate keyword args exception. `repo...

I'm using GitPython to do data mining on Git repository on a Windows 10 laptop. To retrieve the stats for commits -which might be on different repositories- I do the...

acknowledged
tag.leaks

Use case I have is to limit number of refs considered when auto-detecting base branch. https://github.com/gitpython-developers/GitPython/pull/1581

acknowledged
help wanted

Hi, thanks for your effort in this excellent library. Recently, I'm mining many OSS repositories using GitPython, it's a handy tool and helps me a lot. And I encountered a...

acknowledged
help wanted

Since a recent update of GitPython execution of the method: `.config_writer().set_value("core", "longpaths", "true").release()` fails with error message "--config is not allowed, use allow_unsafe_options=True to allow it." The message was added...

acknowledged
help wanted

Hi everyone, GitPython seems to have trouble with branch names that contain the `]` character. It's probably a bad idea to use this character in a branch name, but it...

acknowledged
help wanted

This enhancement proposal is motivated by confusion in the behavior of subtrees. Issue #851 is one example. This [stackoverflow question is another example](https://stackoverflow.com/questions/10466449/checking-if-an-object-is-in-a-repo-in-gitpython/74235113). As further example consider the following bash+python...

Just a suggestion to add a check for typos and maybe let's fix some without breaking API