]> source.dussan.org Git - jgit.git/commit
Always fetch tags during clone 08/2708/1
authorShawn O. Pearce <spearce@spearce.org>
Mon, 14 Mar 2011 15:53:41 +0000 (08:53 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 14 Mar 2011 15:53:41 +0000 (08:53 -0700)
commit3b91e3fe49154383006b83f900d68efee1c1777a
tree600563bf91e7b4c34f9bc2f4057ada64ecea0d0f
parent9b941d017228a236d733abce183b2fecef69d682
Always fetch tags during clone

C Git always fetches tags during clone, even if the tag doesn't
point to an object that was fetched by the branch specifications.
Match that behavior, as users expect it.

Bug: 326611
Change-Id: I81a82b7359a9649f18a172219da44ed54e77ca2f
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Clone.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CloneCommand.java