diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-01-10 15:24:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-10 15:24:24 -0800 |
commit | 5f52e70879d70b211de5d6132ed96cecaa8eaf89 (patch) | |
tree | 0dedec09294076dafac51df3bcd8d952ec5b1d42 /Documentation/git-fetch.txt | |
parent | Merge branch 'jt/fetch-no-redundant-tag-fetch-map' (diff) | |
parent | doc: mention transfer data leaks in more places (diff) | |
download | tgif-5f52e70879d70b211de5d6132ed96cecaa8eaf89.tar.xz |
Merge branch 'mm/push-social-engineering-attack-doc'
Doc update on fetching and pushing.
* mm/push-social-engineering-attack-doc:
doc: mention transfer data leaks in more places
Diffstat (limited to 'Documentation/git-fetch.txt')
-rw-r--r-- | Documentation/git-fetch.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index 9e4216999d..b153aefa68 100644 --- a/Documentation/git-fetch.txt +++ b/Documentation/git-fetch.txt @@ -192,6 +192,8 @@ The first command fetches the `maint` branch from the repository at objects will eventually be removed by git's built-in housekeeping (see linkgit:git-gc[1]). +include::transfer-data-leaks.txt[] + BUGS ---- Using --recurse-submodules can only fetch new commits in already checked |