author | Daniel Barkalow <barkalow@iabervon.org> | |
Tue, 11 Sep 2007 03:03:04 +0000 (23:03 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 19 Sep 2007 10:22:30 +0000 (03:22 -0700) | ||
commit | 9b288516ee63cea91dd9d102edcdf112caea4c75 | |
tree | 5cce5abb5b717bcb3710b8e9caabfdb1a7883df7 | tree | snapshot |
parent | 2d4177c01c238071777db5b1fbd8a14efb62ce02 | commit | diff |
Push code for transport library
This moves the code to call push backends into a library that can be
extended to make matching fetch and push decisions based on the URL it
gets, and which could be changed to have built-in implementations
instead of calling external programs.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This moves the code to call push backends into a library that can be
extended to make matching fetch and push decisions based on the URL it
gets, and which could be changed to have built-in implementations
instead of calling external programs.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
builtin-push.c | diff | blob | history | |
transport.c | [new file with mode: 0644] | blob |
transport.h | [new file with mode: 0644] | blob |