diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-10-16 23:57:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-17 00:10:33 -0700 |
commit | 7641eb400f8dc1c8b8b0ca8f325c753ae566e156 (patch) | |
tree | e1040c294ba8c74c8f808161021b4b9084ac6399 /Documentation/RelNotes-1.6.5.1.txt | |
parent | Merge branch 'pv/maint-add-p-no-exclude' (diff) | |
parent | GIT 1.6.5.1 (diff) | |
download | tgif-7641eb400f8dc1c8b8b0ca8f325c753ae566e156.tar.xz |
Merge branch 'maint'
* maint:
GIT 1.6.5.1
grep: do not segfault when -f is used
Diffstat (limited to 'Documentation/RelNotes-1.6.5.1.txt')
-rw-r--r-- | Documentation/RelNotes-1.6.5.1.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.6.5.1.txt b/Documentation/RelNotes-1.6.5.1.txt new file mode 100644 index 0000000000..309ba181b2 --- /dev/null +++ b/Documentation/RelNotes-1.6.5.1.txt @@ -0,0 +1,20 @@ +GIT v1.6.5.1 Release Notes +========================== + +Fixes since v1.6.5 +------------------ + + * An corrupt pack could make codepath to read objects into an + infinite loop. + + * Download throughput display was always shown in KiB/s but on fast links + it is more appropriate to show it in MiB/s. + + * "git grep -f filename" used uninitialized variable and segfaulted. + + * "git clone -b branch" gave a wrong commit object name to post-checkout + hook. + + * "git pull" over http did not work on msys. + +Other minor documentation updates are included. |