Clone only the history leading to the tip of a single branch, either specified by the--branchoption or the primary branch remote’sHEADpoints at. When creating a shallow clone with the--depthoption, this is the default, unless--no-single-branchis given to fetch the histories near the tips...
Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option can be specified multiple times. --[no-]single-branch Clone only the history leading to the tip of a single branch, either specified by the--branchoption or the primary bran...
--shallow-exclude=<révision> Créer un clone superficiel avec un historique, en excluant les commits joignables depuis une branche distante spécifiée ou une étiquette. Cette option peut être spécifiée plusieurs fois. --[no-]single-branch ...
Shallow clone git clone -depth=1 <repo> Clone the repository located at<repo>and only clone the history of commits specified by the option depth=1. In this example a clone of<repo>is made and only the most recent commit is included in the new cloned Repo. Shallow cloning is most useful...
To explicitly request a remote helper, the following syntax may be used: • <transport>:: where may be a path, a server and path, or an arbitrary URL-like string recognized by the specific remote helper being invoked. See gitremote-helpers(1) for details. If there are a large number...
--repo: specifies which remote git repo to sync --root: specifies a working directory for git-sync The root directory is not the synced data. Inside the root directory, git-sync stores the synced git state and other things. That directory may or may not respond to git commands - it's...
GIT_DEPTH(shallow cloning) GIT_SUBMODULE_DEPTH GIT_CLONE_PATH(custom build directories) TRANSFER_METER_FREQUENCY(artifact/cache meter update frequency) ARTIFACT_COMPRESSION_LEVEL(artifact archiver compression level) CACHE_COMPRESSION_LEVEL(cache archiver compression level) ...
* Recent "git clone" left a temporary directory behind when the transport layer returned an failure. (merge 6aacb7d861 jk/clone-clean-upon-transport-error later to maint). * "git fetch" over protocol v2 left its side of the socket open after ...
shallow.c: don't free unallocated slabs Andrey Mazo (1): .mailmap: update email address of Andrey Mazo Beat Bolli (3): grep: under --debug, show whether PCRE JIT is enabled utf8: use ARRAY_SIZE() in git_wcwidth() git-compat-util: fix documentation syntax ...
README.md README.md: format CLI commands with code syntax May 31, 2016 RelNotes Start post 2.11 cycle Dec 6, 2016 abspath.c Windows: shorten code by re-using convert_slashes() Apr 5, 2016 aclocal.m4 configure: use AC_LANG_PROGRAM consistently Feb 15, 2011 advice.c i18n: advice: inte...