]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
Push code for transport library
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 11 Sep 2007 03:03:04 +0000 (23:03 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 10:22:30 +0000 (03:22 -0700)
commit9b288516ee63cea91dd9d102edcdf112caea4c75
tree5cce5abb5b717bcb3710b8e9caabfdb1a7883df7
parent2d4177c01c238071777db5b1fbd8a14efb62ce02
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>
Makefile
builtin-push.c
transport.c [new file with mode: 0644]
transport.h [new file with mode: 0644]