Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
connect.c: handle errors from split_cmdline
[gitweb.git]
/
Documentation
/
git-push.txt
diff --git
a/Documentation/git-push.txt
b/Documentation/git-push.txt
index 47b77e693bca1675a4887bddb5147077d60805a0..8eefabd0d1610eadf9d459817e2457d2ce2dd6d9 100644
(file)
--- 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