author | Junio C Hamano <junkio@cox.net> | |
Mon, 17 Jul 2006 20:01:27 +0000 (13:01 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 17 Jul 2006 20:01:27 +0000 (13:01 -0700) | ||
commit | 482faa8dafdf5dcf207b866b9c757271d9a45301 | |
tree | 316643f4205c03c0f51d74be21b9647107cebbf0 | tree | snapshot |
parent | b9718d41c7e9c171e432bafac97a33be36f0e2bf | commit | diff |
git-fetch: fix --keep vs --thin
When --keep is specified there is no reason to pass --thin to git-fetch-pack,
which are mutually exclusive. This does not hurt because fetch-pack disables
thin transfer when both are given internally, but still is confusing.
Signed-off-by: Junio C Hamano <junkio@cox.net>
When --keep is specified there is no reason to pass --thin to git-fetch-pack,
which are mutually exclusive. This does not hurt because fetch-pack disables
thin transfer when both are given internally, but still is confusing.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh | diff | blob | history |