On Thu, Feb 5, 2009 at 23:18, Fabian Franz <git@xxxxxxxxxxxxxxx> wrote: > git submodule update --no-fetch makes it possible to use git submodule > update in complete offline mode by not fetching new revisions. This is nice, but it would be even nicer IMHO if "submodule update" first tried to checkout the submodule commit and only if that failed would it try to fetch objects (before re-trying the checkout). > Documentation/git-submodule.txt | 7 ++++++- > git-submodule.sh | 19 ++++++++++++++++--- > 2 files changed, 22 insertions(+), 4 deletions(-) Extending t/t7400-submodule-basic.sh would also be nice (either for --no-fetch or for a less fetchy "submodule update"). -- larsh -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html