Paolo Bonzini
9debc3241b
git-fetch, git-branch: Support local --track via a special remote '.'
...
This patch adds support for a dummy remote '.' to avoid having
to declare a fake remote like
[remote "local"]
url = .
fetch = refs/heads/*:refs/heads/*
Such a builtin remote simplifies the operation of "git-fetch",
which will populate FETCH_HEAD but will not pretend that two
repositories are in use, will not create a thin pack, and will
not perform any useless remapping of names. The speed
improvement is around 20%, and it should improve more if
"git-fetch" is converted to a builtin.
To this end, git-parse-remote is grown with a new kind of
remote, 'builtin'. In git-fetch.sh, we treat the builtin remote
specially in that it needs no pack/store operations. In fact,
doing git-fetch on a builtin remote will simply populate
FETCH_HEAD appropriately.
The patch also improves of the --track/--no-track support,
extending it so that branch.<name>.remote items referring '.'
can be created. Finally, it fixes a typo in git-checkout.sh.
Signed-off-by: Paolo Bonzini <bonzini@gnu.org >
Signed-off-by: Junio C Hamano <junkio@cox.net >
2007-03-16 02:10:12 -07:00
..
2007-02-12 19:33:03 -08:00
2007-01-01 14:35:16 -08:00
2007-01-20 19:10:26 -08:00
2006-10-03 01:04:19 -07:00
2007-03-01 13:24:54 -08:00
2006-12-13 09:41:18 -08:00
2007-03-14 01:29:26 -07:00
2007-03-16 02:10:12 -07:00
2007-02-17 16:16:48 -08:00
2007-02-12 19:33:03 -08:00
2007-03-04 16:47:32 -08:00
2007-02-03 21:49:54 -08:00
2007-02-14 00:41:32 -08:00
2007-02-12 19:33:03 -08:00
2007-01-07 20:33:06 -05:00
2007-01-28 16:33:58 -08:00
2007-01-01 15:08:06 -08:00
2007-03-01 13:26:18 -08:00
2007-02-11 22:05:36 -08:00
2006-04-18 12:06:55 -07:00
2007-01-18 15:53:37 -08:00
2007-01-09 21:20:39 -08:00
2007-01-17 13:03:29 -08:00
2007-03-07 10:30:22 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-02-05 15:04:01 -08:00
2007-03-10 23:41:58 -08:00
2007-03-01 03:27:36 -08:00
2007-01-31 13:32:38 -08:00
2006-06-07 11:49:35 -07:00
2007-01-18 15:53:37 -08:00
2007-03-10 23:41:58 -08:00
2007-01-17 20:45:41 -08:00
2006-10-26 18:53:18 -07:00
2006-05-08 16:40:45 -07:00
2007-02-19 18:14:29 -08:00
2007-01-18 15:53:37 -08:00
2007-03-09 00:05:23 -08:00
2007-03-14 15:59:04 -07:00
2005-10-10 16:01:31 -07:00
2007-01-18 15:53:37 -08:00
2007-02-20 23:58:27 -08:00
2007-02-27 20:44:52 -08:00
2007-03-13 21:16:05 -07:00
2007-01-24 15:29:07 -08:00
2007-01-28 02:08:51 -08:00
2007-02-22 20:59:55 -08:00
2006-11-02 18:03:31 -08:00
2006-11-22 16:06:32 -08:00
2007-03-05 21:23:46 -08:00
2007-03-10 22:07:26 -08:00
2007-02-19 19:20:05 -08:00
2007-02-09 15:41:35 -08:00
2005-11-01 14:45:49 -08:00
2007-02-05 13:48:59 -08:00
2007-03-10 23:38:18 -08:00
2007-01-28 16:33:58 -08:00
2007-01-28 16:33:58 -08:00
2007-02-13 09:19:34 -08:00
2006-03-09 11:44:11 -08:00
2007-01-17 08:44:32 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2006-05-05 14:21:18 -07:00
2006-11-03 00:24:07 -08:00
2007-01-11 12:58:10 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-02-08 15:22:21 -08:00
2006-03-09 11:44:11 -08:00
2007-01-18 15:53:37 -08:00
2007-01-17 08:44:32 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2006-04-13 00:21:06 -07:00
2007-02-17 10:20:27 -08:00
2007-03-13 20:14:05 -04:00
2005-10-10 14:49:52 -07:00
2006-04-13 00:21:06 -07:00
2007-01-18 15:53:37 -08:00
2007-02-17 11:26:49 -08:00
2007-01-12 13:36:16 -08:00
2006-11-07 16:05:37 -08:00
2007-01-28 16:33:58 -08:00
2007-01-26 00:02:51 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-01-24 16:12:15 -08:00
2007-01-18 15:53:37 -08:00
2007-01-28 16:33:58 -08:00
2007-02-08 23:35:43 -08:00
2007-01-19 17:54:33 -08:00
2007-03-01 13:25:14 -08:00
2006-12-05 23:44:23 -08:00
2007-02-17 10:20:27 -08:00
2007-03-11 22:56:03 -07:00
2007-02-08 15:35:24 -08:00
2006-03-09 11:44:11 -08:00
2007-02-28 14:18:57 -08:00
2007-02-10 22:48:57 -08:00
2007-01-28 16:16:53 -08:00
2006-03-09 11:44:11 -08:00
2007-02-17 10:20:27 -08:00
2007-02-17 10:20:27 -08:00
2007-02-13 19:20:06 -08:00
2007-02-24 02:06:18 -08:00
2007-01-17 20:45:41 -08:00
2007-01-16 11:50:29 -08:00
2007-02-17 10:20:27 -08:00
2007-03-11 23:53:57 -07:00
2007-02-03 21:49:54 -08:00
2007-01-17 01:13:05 -08:00
2007-01-18 15:53:37 -08:00
2007-01-17 08:44:32 -08:00
2007-02-03 23:34:22 -08:00
2005-10-10 16:01:31 -07:00
2006-10-01 00:32:44 -07:00
2007-02-27 15:38:05 -08:00
2007-01-18 15:53:37 -08:00
2007-01-18 15:53:37 -08:00
2007-02-17 10:20:27 -08:00
2006-03-09 11:44:11 -08:00
2007-03-13 21:18:37 -07:00
2007-01-06 22:47:58 -08:00
2007-01-28 02:16:46 -08:00
2007-02-11 22:29:12 -08:00
2007-01-18 15:53:37 -08:00
2007-02-05 13:52:45 -08:00
2005-10-10 14:49:52 -07:00
2006-09-13 12:59:49 -07:00
2007-03-02 16:58:05 -08:00
2007-01-18 15:53:37 -08:00
2005-12-17 11:39:39 -08:00
2007-01-18 15:53:37 -08:00
2007-02-24 00:26:18 -08:00
2007-01-28 16:16:53 -08:00
2006-05-05 14:21:52 -07:00
2006-03-09 11:44:11 -08:00
2007-01-17 01:11:56 -08:00
2007-01-18 15:53:37 -08:00
2007-03-05 21:23:46 -08:00
2007-02-03 21:49:54 -08:00
2007-03-04 16:47:33 -08:00
2007-02-02 21:18:59 -08:00
2005-08-29 22:38:12 -07:00
2007-02-18 15:58:20 -08:00
2006-12-23 09:22:30 -08:00
2007-03-10 23:05:02 -05:00
2007-03-04 16:47:32 -08:00
2006-06-24 01:11:19 -07:00
2005-12-08 14:04:33 -08:00
2007-02-22 21:03:41 -08:00
2007-01-01 14:38:08 -08:00
2007-02-18 16:18:43 -08:00
2007-02-26 00:26:06 -08:00
2007-03-04 17:20:38 -08:00
2007-03-14 15:56:49 -07:00
2007-02-19 18:14:29 -08:00
2007-03-04 22:49:10 -08:00
2007-02-12 22:00:45 -08:00
2007-03-10 23:05:01 -05:00
2007-03-05 14:49:22 -08:00
2007-02-17 10:20:27 -08:00
2007-02-04 11:43:45 -08:00
2006-12-31 18:40:17 -08:00
2007-01-07 20:33:06 -05:00
2007-03-10 22:07:26 -08:00