diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2014-02-26 12:32:06 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2014-02-26 12:32:06 +0100 |
commit | c4ad3f73033c7e0511c3e7df961e1232cc503478 (patch) | |
tree | 16ddfd3348bfeec014a4d8bb8c1701023c63678f /source_repositories | |
parent | d9079faac8940c4654912b0e085e1583358631fe (diff) | |
download | web-c4ad3f73033c7e0511c3e7df961e1232cc503478.tar.gz web-c4ad3f73033c7e0511c3e7df961e1232cc503478.tar.bz2 web-c4ad3f73033c7e0511c3e7df961e1232cc503478.zip |
IRC.
Diffstat (limited to 'source_repositories')
-rw-r--r-- | source_repositories/glibc.mdwn | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/source_repositories/glibc.mdwn b/source_repositories/glibc.mdwn index 3935da05..e31fac61 100644 --- a/source_repositories/glibc.mdwn +++ b/source_repositories/glibc.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2010, 2012, 2013 Free Software Foundation, +[[!meta copyright="Copyright © 2010, 2012, 2013, 2014 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -115,3 +115,24 @@ Occasionally push new tags from the sourceware repository to the Savannah one: $ git fetch sourceware $ git tag | grep ^glibc- | sed 's%^%tag %' | xargs git push savannah + + +# Open Issues + +## IRC, freenode, #hurd, 2013-12-13 + + <braunr> is it ok to store several patches in one topgit branch ? + <braunr> or is it really designed for one patch per branch ? + <braunr> fatal: ambiguous argument 'origin/youpi/tls-threadvar': unknown + revision or path not in the working tree. + <braunr> tschwinge: ^ + <braunr> tschwinge: does that ring a bell ? + <tschwinge> braunr: When/how did that happen? + <tschwinge> Has the branch been removed from the origin remote? + <tschwinge> Yes, has been deleted (on Savannah) on 2013-09-22. + <tschwinge> Are you somehow referencing that branch? + <braunr> tschwinge: tg remote --populate origin + <tschwinge> braunr: Then I'd guess that Samuel has removed that branch but + it is still referenced in some other branch's .topdeps file. I'll have a + look (but don't hold your breath.) + <braunr> tschwinge: sure |