diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-10 11:54:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-10 11:54:58 -0700 |
commit | 5b45c55545dc492ff9cbe19d17c275b96b198eed (patch) | |
tree | f3013fe3ade798382ffa935c4e05f6b0e7e57e39 /Documentation/RelNotes/1.6.2.3.txt | |
parent | 6070bac82a1e9c61d86f8ad2fb282ebb62d1c5d6 (diff) | |
parent | 3a4e6c727f939414c96a01c097c8e9f2feb201d6 (diff) | |
download | git-5b45c55545dc492ff9cbe19d17c275b96b198eed.tar.gz |
Merge branch 'np/relnotes-in-subdir'
* np/relnotes-in-subdir:
install-webdoc: keep installed RelNotes-*.txt
Documentation: move RelNotes into a directory of their own
Diffstat (limited to 'Documentation/RelNotes/1.6.2.3.txt')
-rw-r--r-- | Documentation/RelNotes/1.6.2.3.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.6.2.3.txt b/Documentation/RelNotes/1.6.2.3.txt new file mode 100644 index 0000000000..4d3c1ac91c --- /dev/null +++ b/Documentation/RelNotes/1.6.2.3.txt @@ -0,0 +1,22 @@ +GIT v1.6.2.3 Release Notes +========================== + +Fixes since v1.6.2.2 +-------------------- + +* Setting an octal mode value to core.sharedrepository configuration to + restrict access to the repository to group members did not work as + advertised. + +* A fairly large and trivial memory leak while rev-list shows list of + reachable objects has been identified and plugged. + +* "git-commit --interactive" did not abort when underlying "git-add -i" + signaled a failure. + +* git-repack (invoked from git-gc) did not work as nicely as it should in + a repository that borrows objects from neighbours via alternates + mechanism especially when some packs are marked with the ".keep" flag + to prevent them from being repacked. + +Many small documentation updates are included as well. |