gerrit/gerrit-sshd
Shawn O. Pearce f33c39a87e Move new change display to PostReceiveHook
Future versions of Git (and JGit) will support sending messages from
the server side down a muxed side-band channel, so we can put custom
messages onto the client's terminal even over protocols like http://.

Instead of writing these new change links only in the SSH code,
write them in our onPostReceive hook so they can become part of
that side-band channel once we upgrade to a JGit that supports it.
Until then, these will still appear on ssh:// connections, but
won't show on http://.

Change-Id: Ibcc94cf93191f8b2fb9c5c446dee05d5e168b28e
Signed-off-by: Shawn O. Pearce <sop@google.com>
2010-02-10 20:00:07 -08:00
..
.settings Rewrite our build as modular maven components 2009-11-11 16:54:06 -08:00
src/main/java/com/google/gerrit/sshd Move new change display to PostReceiveHook 2010-02-10 20:00:07 -08:00
.gitignore Rewrite our build as modular maven components 2009-11-11 16:54:06 -08:00
pom.xml Cleanup Maven build by pushing component dependencies down 2009-12-30 17:19:47 -08:00