🔍
🏠
Stack Overflow
🎲
Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
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…
python
git
python-3.x
python-2.7
dulwich
asked Jan 25 '13 at 07:31
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?
git
fast-forward
dulwich
asked Aug 31 '12 at 01:33
Determinant
3,886
7
31
47
Prev
1
2
3
4