Hi there! Sorry to step in the devs's room but I'm seeking information about git uses to clone the TDE repository. Yesterday I applyed the method displayed in the wiki, namely: - git clone https://mirror.git.trinitydesktop.org/cgit/tde - cd tde - git submodule init -- scripts - git submodule update -- scripts - ./scripts/switch_all_submodules_to_head_and_clean anonymous After more than 6 hours of downloading (at an average of 70 kib/s) the connexion stopped and wouldn't restart properly. I don't think I can fetch the entire project history in those conditions, this would take days...I guess! Is there a way to shorten the cloning in order to get the last code? I tryed with "--depth=1" but I was rather unsuccessfull on the matter. Regards gregory