Move refspec parser from connect.c and cache.h to remote.{c,h}

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Daniel Barkalow
2007-05-12 11:45:59 -04:00
committed by Junio C Hamano
parent 5751f49010
commit 6b62816cb1
6 changed files with 261 additions and 241 deletions

View File

@ -9,6 +9,7 @@
#include "diff.h"
#include "revision.h"
#include "exec_cmd.h"
#include "remote.h"
#include <expat.h>