diff options
author | Justus Winter <justus@gnupg.org> | 2016-10-12 10:16:15 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-11-12 00:59:25 +0100 |
commit | 51b6821a1c0b805cdd9b09aff95e93a9c65d323e (patch) | |
tree | efd75e520be101abbe93bc19828862816069a17b /community | |
parent | 070659a33c57ffcd9182749c7c2c74f8cf63d38d (diff) |
Update URLs to local git repositories
Diffstat (limited to 'community')
-rw-r--r-- | community/gsoc/project_ideas/object_lookups.mdwn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/gsoc/project_ideas/object_lookups.mdwn b/community/gsoc/project_ideas/object_lookups.mdwn index d67dbe20..43bed087 100644 --- a/community/gsoc/project_ideas/object_lookups.mdwn +++ b/community/gsoc/project_ideas/object_lookups.mdwn @@ -265,7 +265,7 @@ In context of [[!message-id "20130918081345.GA13789@dalaran.sceen.net"]]. <teythoon> let me push it somewhere, so I can show you the patches <braunr> ok <teythoon> braunr: - http://darnassus.sceen.net/gitweb/teythoon/gnumach.git/shortlog/refs/heads/feature-protected-payload-1 + http://darnassus.sceen.net/cgit/teythoon/gnumach.git/shortlog/refs/heads/feature-protected-payload-1 <braunr> teythoon: where should i look at ? <teythoon> the last commit <braunr> hm @@ -290,7 +290,7 @@ In context of [[!message-id "20130918081345.GA13789@dalaran.sceen.net"]]. <teythoon> right, I can see how that could work <braunr> mach_reply_port(); mach_port_set_payload(); mach_msg(); <teythoon> braunr: - http://darnassus.sceen.net/gitweb/teythoon/gnumach.git/log/refs/heads/feature-protected-payload-2 + http://darnassus.sceen.net/cgit/teythoon/gnumach.git/log/refs/heads/feature-protected-payload-2 <teythoon> I think I found the right spot <braunr> teythoon: looks better indeed :) <teythoon> braunr: yes, thanks for the hint :) @@ -378,11 +378,11 @@ In context of [[!message-id "20130918081345.GA13789@dalaran.sceen.net"]]. <teythoon> no, no deb <braunr> ok <teythoon> braunr: - http://darnassus.sceen.net/gitweb/teythoon/gnumach.git/log/refs/heads/feature-protected-payload-3 + http://darnassus.sceen.net/cgit/teythoon/gnumach.git/log/refs/heads/feature-protected-payload-3 <teythoon> - http://darnassus.sceen.net/gitweb/teythoon/hurd.git/log/refs/heads/feature-protected-payload-1 + http://darnassus.sceen.net/cgit/teythoon/hurd.git/log/refs/heads/feature-protected-payload-1 <teythoon> braunr: in particular, - http://darnassus.sceen.net/gitweb/teythoon/hurd.git/blob/refs/heads/feature-protected-payload-1:/libports/manage-multithread.c#l161 + http://darnassus.sceen.net/cgit/teythoon/hurd.git/blob/refs/heads/feature-protected-payload-1:/libports/manage-multithread.c#l161 ## IRC, freenode, #hurd, 2013-11-27 @@ -396,13 +396,13 @@ In context of [[!message-id "20130918081345.GA13789@dalaran.sceen.net"]]. <braunr> sure <teythoon> ok <teythoon> first, please look at this - http://darnassus.sceen.net/gitweb/teythoon/hurd.git/blob/refs/heads/feature-protected-payload-1:/libports/manage-multithread.c#l161 + http://darnassus.sceen.net/cgit/teythoon/hurd.git/blob/refs/heads/feature-protected-payload-1:/libports/manage-multithread.c#l161 <teythoon> in line 165, the msgh_local_port is restored <teythoon> b/c later some intrans function might use this for the object (re-)lookup <braunr> yes ok <teythoon> - http://darnassus.sceen.net/gitweb/teythoon/mig.git/commitdiff/64b7d34f90a41d017a9e1e8179c0533a97012f6f + http://darnassus.sceen.net/cgit/teythoon/mig.git/commitdiff/64b7d34f90a41d017a9e1e8179c0533a97012f6f <braunr> makes sense <teythoon> this makes mig payload aware <teythoon> we'd specify another intrans function that takes a label and |