1
0
mirror of https://github.com/git/git.git synced 2024-11-20 13:54:45 +01:00
git/Documentation
Junio C Hamano 4a62b61939 [PATCH] Handle deltified object correctly in git-*-pull family.
When a remote repository is deltified, we need to get the
objects that a deltified object we want to obtain is based upon.
The initial parts of each retrieved SHA1 file is inflated and
inspected to see if it is deltified, and its base object is
asked from the remote side when it is.  Since this partial
inflation and inspection has a small performance hit, it can
optionally be skipped by giving -d flag to git-*-pull commands.
This flag should be used only when the remote repository is
known to have no deltified objects.

Rsync transport does not have this problem since it fetches
everything the remote side has.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-02 15:48:33 -07:00
..
diff-format.txt [PATCH] diff-helper: Fix R/C score parsing under -z flag. 2005-05-30 10:35:49 -07:00
git-apply-patch-script.txt
git-cat-file.txt
git-check-files.txt
git-checkout-cache.txt [PATCH] Implement git-checkout-cache -u to update stat information in the cache. 2005-05-19 09:50:57 -07:00
git-commit-tree.txt
git-convert-cache.txt
git-diff-cache.txt [PATCH] Add -O<orderfile> option to diff-* brothers. 2005-05-30 18:10:46 -07:00
git-diff-files.txt [PATCH] Add -O<orderfile> option to diff-* brothers. 2005-05-30 18:10:46 -07:00
git-diff-helper.txt [PATCH] diff-raw format update take #2. 2005-05-23 16:23:10 -07:00
git-diff-tree.txt [PATCH] Add -O<orderfile> option to diff-* brothers. 2005-05-30 18:10:46 -07:00
git-export.txt
git-fsck-cache.txt Fix up git-fsck-cache documentation 2005-05-22 14:32:26 -07:00
git-http-pull.txt [PATCH] Handle deltified object correctly in git-*-pull family. 2005-06-02 15:48:33 -07:00
git-init-db.txt
git-local-pull.txt [PATCH] Handle deltified object correctly in git-*-pull family. 2005-06-02 15:48:33 -07:00
git-ls-files.txt
git-ls-tree.txt [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" 2005-05-29 11:40:40 -07:00
git-merge-base.txt
git-merge-cache.txt
git-merge-one-file-script.txt
git-mkdelta.txt [PATCH] Docs - delta object 2005-05-22 11:07:22 -07:00
git-mktag.txt
git-prune-script.txt
git-pull-script.txt
git-read-tree.txt
git-resolve-script.txt
git-rev-list.txt
git-rev-tree.txt
git-rpull.txt [PATCH] Handle deltified object correctly in git-*-pull family. 2005-06-02 15:48:33 -07:00
git-rpush.txt
git-tag-script.txt
git-tar-tree.txt
git-unpack-file.txt
git-update-cache.txt
git-write-blob.txt
git-write-tree.txt
git.txt [PATCH] Docs - delta object 2005-05-22 11:07:22 -07:00
Makefile [PATCH] Docs - Makefile update 2005-05-22 11:07:22 -07:00
tutorial.txt Run the tutorial through ispell once more 2005-06-02 07:58:41 -07:00