Staging
v0.5.1
Revision 6dc78e696b8597204b903073da932fc5ed0f419e authored by Junio C Hamano on 22 February 2006, 21:10:37 UTC, committed by Junio C Hamano on 23 February 2006, 00:04:08 UTC
Unless --no-tags flag was given, git-fetch tried to always
follow remote tags that point at the commits we picked up.

It is not very useful to pick up tags from remote unless storing
the fetched branch head in a local tracking branch.  This is
especially true if the fetch is done to merge the remote branch
into our current branch as one-shot basis (i.e. "please pull"),
and is even harmful if the remote repository has many irrelevant
tags.

This proposed update disables the automated tag following unless
we are storing the a fetched branch head in a local tracking
branch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 183bdb2
History
File Mode Size
t4100
Makefile -rw-r--r-- 468 bytes
README -rw-r--r-- 6.6 KB
diff-lib.sh -rwxr-xr-x 1.4 KB
lib-read-tree-m-3way.sh -rwxr-xr-x 4.1 KB
t0000-basic.sh -rwxr-xr-x 7.6 KB
t0010-racy-git.sh -rwxr-xr-x 609 bytes
t1000-read-tree-m-3way.sh -rwxr-xr-x 16.3 KB
t1001-read-tree-m-2way.sh -rwxr-xr-x 10.2 KB
t1002-read-tree-m-u-2way.sh -rwxr-xr-x 9.7 KB
t1100-commit-tree-options.sh -rwxr-xr-x 1.1 KB
t1200-tutorial.sh -rwxr-xr-x 4.1 KB
t1300-repo-config.sh -rwxr-xr-x 5.2 KB
t2000-checkout-cache-clash.sh -rwxr-xr-x 1.2 KB
t2001-checkout-cache-clash.sh -rwxr-xr-x 2.4 KB
t2002-checkout-cache-u.sh -rwxr-xr-x 740 bytes
t2003-checkout-cache-mkdir.sh -rwxr-xr-x 2.5 KB
t2100-update-cache-badpath.sh -rwxr-xr-x 1.0 KB
t3000-ls-files-others.sh -rwxr-xr-x 1.1 KB
t3001-ls-files-others-exclude.sh -rwxr-xr-x 1.3 KB
t3002-ls-files-dashpath.sh -rwxr-xr-x 1.2 KB
t3010-ls-files-killed-modified.sh -rwxr-xr-x 2.0 KB
t3100-ls-tree-restrict.sh -rwxr-xr-x 3.6 KB
t3101-ls-tree-dirname.sh -rwxr-xr-x 3.7 KB
t3200-branch.sh -rwxr-xr-x 909 bytes
t3300-funny-names.sh -rwxr-xr-x 4.0 KB
t3400-rebase.sh -rwxr-xr-x 902 bytes
t3401-rebase-partial.sh -rwxr-xr-x 1.2 KB
t3500-cherry.sh -rwxr-xr-x 1.4 KB
t3700-add.sh -rwxr-xr-x 416 bytes
t4000-diff-format.sh -rwxr-xr-x 1.0 KB
t4001-diff-rename.sh -rwxr-xr-x 1.0 KB
t4002-diff-basic.sh -rwxr-xr-x 14.5 KB
t4003-diff-rename-1.sh -rwxr-xr-x 4.0 KB
t4004-diff-rename-symlink.sh -rwxr-xr-x 1.5 KB
t4005-diff-rename-2.sh -rwxr-xr-x 2.8 KB
t4006-diff-mode.sh -rwxr-xr-x 1006 bytes
t4007-rename-3.sh -rwxr-xr-x 2.7 KB
t4008-diff-break-rewrite.sh -rwxr-xr-x 5.9 KB
t4009-diff-rename-4.sh -rwxr-xr-x 2.8 KB
t4010-diff-pathspec.sh -rwxr-xr-x 1.7 KB
t4011-diff-symlink.sh -rwxr-xr-x 1.7 KB
t4100-apply-stat.sh -rwxr-xr-x 1.2 KB
t4101-apply-nonl.sh -rwxr-xr-x 647 bytes
t4102-apply-rename.sh -rwxr-xr-x 689 bytes
t4103-apply-binary.sh -rwxr-xr-x 3.0 KB
t4109-apply-multifrag.sh -rwxr-xr-x 2.7 KB
t4110-apply-scan.sh -rwxr-xr-x 1.3 KB
t4112-apply-renames.sh -rwxr-xr-x 3.2 KB
t5000-tar-tree.sh -rwxr-xr-x 2.5 KB
t5300-pack-object.sh -rwxr-xr-x 4.9 KB
t5400-send-pack.sh -rwxr-xr-x 1.4 KB
t5500-fetch-pack.sh -rwxr-xr-x 2.7 KB
t5501-old-fetch-and-upload.sh -rwxr-xr-x 938 bytes
t6000lib.sh -rwxr-xr-x 2.5 KB
t6001-rev-list-merge-order.sh -rwxr-xr-x 10.1 KB
t6002-rev-list-bisect.sh -rwxr-xr-x 8.2 KB
t6003-rev-list-topo-order.sh -rwxr-xr-x 8.5 KB
t6010-merge-base.sh -rwxr-xr-x 1.2 KB
t6020-merge-df.sh -rwxr-xr-x 528 bytes
t6021-merge-criss-cross.sh -rwxr-xr-x 1.2 KB
t6022-merge-rename.sh -rwxr-xr-x 5.0 KB
t6101-rev-parse-parents.sh -rwxr-xr-x 1.6 KB
t7001-mv.sh -rwxr-xr-x 615 bytes
t7101-reset.sh -rwxr-xr-x 1.4 KB
test-lib.sh -rwxr-xr-x 4.5 KB

README

back to top