Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-11 02:24:24 +0300
committerJunio C Hamano <gitster@pobox.com>2017-01-11 02:24:24 +0300
commit5f52e70879d70b211de5d6132ed96cecaa8eaf89 (patch)
tree0dedec09294076dafac51df3bcd8d952ec5b1d42 /Documentation/git-push.txt
parent06cfa9f31004106f8214b766fa990d451b754b66 (diff)
parent235ec24352e151bed37063a004b9800ee0debd74 (diff)
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-push.txt')
-rw-r--r--Documentation/git-push.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index 47b77e693b..8eefabd0d1 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -559,6 +559,8 @@ Commits A and B would no longer belong to a branch with a symbolic name,
and so would be unreachable. As such, these commits would be removed by
a `git gc` command on the origin repository.
+include::transfer-data-leaks.txt[]
+
GIT
---
Part of the linkgit:git[1] suite