Files
git/Documentation
Nicolas Pitre e42797f5b6 enable index-pack streaming capability
A new flag, --stdin, allows for a pack to be received over a stream.
When this flag is provided, the pack content is written to either
the named pack file or directly to the object repository under the
same name as produced by git-repack.  The pack index is written as
well with the corresponding base name, unless the index name is
overriden with -o.

With this patch, git-index-pack could be used instead of
git-unpack-objects when fetching remote objects but only with
non "thin" packs for now.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2006-10-25 14:39:07 -07:00
..
2005-11-08 08:58:52 -08:00
2006-10-23 19:29:05 -07:00
2006-01-28 02:26:30 -08:00
2006-10-13 21:37:10 -07:00
2006-06-07 11:49:35 -07:00
2006-03-02 00:52:59 -08:00
2006-05-24 22:29:23 -07:00
2006-06-07 11:49:35 -07:00
2006-10-25 12:56:37 -07:00
2006-06-21 02:34:14 -07:00
2006-07-01 17:09:01 -07:00
2006-06-07 11:49:35 -07:00
2006-07-09 02:42:41 -07:00
2006-09-27 23:59:09 -07:00
2006-07-09 02:42:41 -07:00
2006-07-09 02:42:41 -07:00
2006-07-09 02:42:41 -07:00
2006-10-22 22:51:42 -07:00
2006-07-09 02:42:41 -07:00
2006-06-03 23:54:55 -07:00
2006-06-17 17:56:52 -07:00
2006-10-22 22:51:42 -07:00
2006-06-03 23:54:55 -07:00
2006-06-03 23:54:55 -07:00
2006-07-09 02:42:41 -07:00
2006-08-23 21:24:47 -07:00
2006-09-09 11:57:37 -07:00
2006-06-21 02:34:14 -07:00
2006-05-01 22:29:16 -07:00
2006-09-20 09:00:14 -07:00
2006-06-24 01:11:19 -07:00
2006-09-13 23:39:33 -07:00
2006-06-07 11:49:35 -07:00
2006-10-23 13:19:49 -07:00