git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Vitali Lovich <vlovich@gmail.com>
To: git@vger.kernel.org
Subject: --progress option for git submodule update?
Date: Wed, 09 Sep 2015 15:52:53 -0700	[thread overview]
Message-ID: <88E7FC00-9A87-4E20-89D8-4BF5997F7B07@gmail.com> (raw)

Hi,

Git submodule doesn’t have a --progress option like regular clone/fetch does.  This means that it can hang a long time without output as it’s transferring data, particularly for large repositories.
This is problematic in automation scenarios where there can be upper-bounds on how long a process may run without any output (to protect against processes hanging for long periods of time without forward progress).

I’m sure this has been asked for before but having this option would be really nice for automation system (like buildbot) to take advantage of.  The only alternative is a hacky solution to clone locally first with the —progress option
& then somehow set up the submodule to use the local clone as a reference.

Thanks,
Vitali

             reply	other threads:[~2015-09-09 23:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-09 22:52 Vitali Lovich [this message]
2015-09-09 23:40 ` --progress option for git submodule update? Stefan Beller
2015-09-10  3:06   ` Vitali Lovich
2015-09-11 23:05     ` Stefan Beller
2015-09-11 23:34       ` Vitali Lovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=88E7FC00-9A87-4E20-89D8-4BF5997F7B07@gmail.com \
    --to=vlovich@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).