Allow FetchConnection users to see if tag following was used
commit50ea9db3f26f2a8cdfc9d569f8dc30f0eebd6539
authorShawn O. Pearce <spearce@spearce.org>
Sat, 17 May 2008 03:12:33 +0000 (16 23:12 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 17 May 2008 04:01:48 +0000 (17 00:01 -0400)
treeb61d3ffe0f334f5444e69161808ff0f21f606996
parent5e47b724b90370cdd1afa79de8b3c104c073dcdd
Allow FetchConnection users to see if tag following was used

If the remote side was able to pack tags for us and send them
(such as a recent git-upload-pack can do) applications may be
able to avoid a second native connection to setup the missing
tag objects that they do not yet have.  However looking to see
if that is the case is only worthwhile if the connection was
able to use this feature.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/transport/FetchConnection.java
org.spearce.jgit/src/org/spearce/jgit/transport/PackFetchConnection.java