Skip to content

Commit 2722d39

Browse files
committed
add notice on current work stopped pending resolution of gitpython-developers/GitPython#28
1 parent e56261a commit 2722d39

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sync_git_clones.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
sync_git_clones.py
44
-------------------
55
6+
NOTICE - 2014-04-26 I got this script to this point, and then found that a known bug in
7+
GitPython (https://github.com/gitpython-developers/GitPython/issues/28) prevents
8+
it from fetching *any* repository that has a remote configured with a non-branch,
9+
non-tag refspec, such as the ones used by GitHub (refs/pull/*/head) to check
10+
out pull requests. As such, this is unusable to me until this issue is fixed.
11+
I have enough projects in progress, I can't devote the time to trying to fix
12+
this issue in GitPython correctly. So, this is going to sit here, partially
13+
finished, until the issue is fixed.
14+
615
A script to keep your git clones (in a specified list of directories) in sync
716
with origin and optionally upstream, and optionally to keep origin's master
817
branch in sync with upstream.

0 commit comments

Comments
 (0)