Questions tagged [dulwich]

Dulwich is a Python implementation of Git.

Dulwich is a Python implementation of Git.

47 questions
0
votes
4 answers

Check which branches contain a specific git commit sha using Python dulwich?

I would like to do the following command from Python script using dulwich: $ git branch --contains | wc -l What I intend is to check if a particular commit (sha) is placed in more than one branches. Of course I thought that I can…
Blaise
  • 7,230
  • 6
  • 43
  • 53
0
votes
1 answer

Dulwich: How to detect fast-forward?

As the title suggests, namely, how can I know if the remote branch is an ancestor of local branch and vice versa?
Determinant
  • 3,886
  • 7
  • 31
  • 47
1 2 3
4