commit | fd871b94f6d564864194befa10c621586b7b8bcf | [log] [tgz] |
---|---|---|
author | Florian Achleitner <florian.achleitner.2.6.31@gmail.com> | Wed Sep 19 17:21:17 2012 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Oct 07 14:10:16 2012 -0700 |
tree | 09f3887f1bd4aaf07790ac715de4b21260bfb651 | |
parent | 48ea9f955f52cab0b259c497b4b960832dddd0ac [diff] |
Add svndump_init_fd to allow reading dumps from arbitrary FDs The existing function only allows reading from a filename or from stdin. Allow passing of a FD and an additional FD for the back report pipe. This allows us to retrieve the name of the pipe in the caller. Signed-off-by: Florian Achleitner <florian.achleitner.2.6.31@gmail.com> Acked-by: David Michael Barr <b@rr-dav.id.au> Signed-off-by: Junio C Hamano <gitster@pobox.com>