diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-08-22 13:12:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-22 13:25:08 -0700 |
commit | 22e5e58a3c75b73764b860907e4d871195f276ac (patch) | |
tree | 7c0670afe68e908bb829347268bba9a771b78e84 /Documentation/RelNotes-1.6.4.3.txt | |
parent | 0eb032d86c99ac8f23435ad5ea9f2b83f1be744f (diff) | |
download | git-22e5e58a3c75b73764b860907e4d871195f276ac.tar.gz git-22e5e58a3c75b73764b860907e4d871195f276ac.tar.xz |
Typos in code comments, an error message, documentation
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.4.3.txt')
-rw-r--r-- | Documentation/RelNotes-1.6.4.3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.4.3.txt b/Documentation/RelNotes-1.6.4.3.txt index 4f29babde..5643e6537 100644 --- a/Documentation/RelNotes-1.6.4.3.txt +++ b/Documentation/RelNotes-1.6.4.3.txt @@ -11,7 +11,7 @@ Fixes since v1.6.4.2 been deprecated. * "git fetch" and "git clone" had an extra sanity check to verify the - presense of the corresponding *.pack file before downloading *.idx + presence of the corresponding *.pack file before downloading *.idx file by issuing a HEAD request. Github server however sometimes gave 500 (Internal server error) response to HEAD even if a GET request for *.pack file to the same URL would have succeeded, and broke |