git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4 (take 4)] Fetch: branch properties for fetch.
@ 2006-09-23 20:49 Santi Béjar
  2006-09-23 20:50 ` [PATCH 1/4 (take 4)] fetch: default remote repository from branch properties Santi Béjar
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Santi Béjar @ 2006-09-23 20:49 UTC (permalink / raw)
  To: git


Hi *,

This patch series implements the following branch properties for fetch:

 - default repository to fetch
 - default remotes branches to merge from the default repository

and adds some tests.

It passes all the tests.

Santi

---
 Documentation/config.txt |    7 +++++
 git-fetch.sh             |    9 +++---
 git-parse-remote.sh      |   43 ++++++++++++++++++++++++------
 t/t5510-fetch.sh         |   67 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 113 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-24  1:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-23 20:49 [PATCH 0/4 (take 4)] Fetch: branch properties for fetch Santi Béjar
2006-09-23 20:50 ` [PATCH 1/4 (take 4)] fetch: default remote repository from branch properties Santi Béjar
2006-09-23 20:52 ` [PATCH 2/4 (take 4)] Add t5510 to test per branch configuration affecting git-fetch Santi Béjar
2006-09-23 20:53 ` [PATCH 3/4 (take 4)] fetch: get the remote branches to merge from the branch properties Santi Béjar
2006-09-23 20:55 ` [PATCH 4/4 (take 4)] Add test for the default merges in fetch Santi Béjar
2006-09-24  1:49   ` Junio C Hamano

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).