Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-9168] Added --progress to git clone.
  • Loading branch information
abayer committed Apr 13, 2011
1 parent 03372c0 commit aa753c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/hudson/plugins/git/GitAPI.java
Expand Up @@ -183,6 +183,7 @@ public String invoke(File workspace,
VirtualChannel channel) throws IOException {
final ArgumentListBuilder args = new ArgumentListBuilder();
args.add("clone");
args.add("--progress");
args.add("-o", remoteConfig.getName());
args.add(source);
args.add(workspace.getAbsolutePath());
Expand Down

0 comments on commit aa753c3

Please sign in to comment.