* [PATCH 0/3] Add "remote" library
@ 2007-05-10 2:03 Daniel Barkalow
0 siblings, 0 replies; only message in thread
From: Daniel Barkalow @ 2007-05-10 2:03 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
This series makes a library for handling remotes, by moving code from less
appropriate places into a new header and source file pair. It shouldn't
have any major changes in behavior at this point, aside from a few
behavior improvements ("git push not-a-remote-name" before would give the
wrong error message; newer configuration methods should override older
ones; we should use the same default remote for push that we do for pull,
all else being equal).
Patches 1 and 2 mostly move code into remote.c from other files. Patch 3
adds useful code for the fetch side, corresponding to the code for the
push side, but this code isn't used yet, because the code that would use
it is still in shell. Patches 1 and 2 make sense without patch 3, however.
-Daniel
*This .sig left intentionally blank*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-10 2:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-10 2:03 [PATCH 0/3] Add "remote" library Daniel Barkalow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).