diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-01-21 17:34:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-22 00:48:29 -0800 |
commit | 4f5f998fbd64c997ea875d69fd86b6362e04ce9b (patch) | |
tree | 414b97e7e377b51dca017b19eaecfe0ac5f2dd9d /Documentation/git-http-push.txt | |
parent | pack-objects: Fix segfault when object count is less than thread count (diff) | |
download | tgif-4f5f998fbd64c997ea875d69fd86b6362e04ce9b.tar.xz |
Clarify that http-push being temporarily disabled with older cURL
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-http-push.txt')
-rw-r--r-- | Documentation/git-http-push.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-http-push.txt b/Documentation/git-http-push.txt index cca77f10d2..0b82722342 100644 --- a/Documentation/git-http-push.txt +++ b/Documentation/git-http-push.txt @@ -15,6 +15,9 @@ DESCRIPTION Sends missing objects to remote repository, and updates the remote branch. +*NOTE*: This command is temporarily disabled if your cURL +library is older than 7.16, as the combination has been reported +not to work and sometimes corrupts repository. OPTIONS ------- |