Skip to content

Commit db12d97

Browse files
committed
Start 1.6.2.3 preparation
Signed-off-by: Junio C Hamano <[email protected]>
1 parent bff82d0 commit db12d97

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

Documentation/RelNotes-1.6.2.3.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
GIT v1.6.2.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.6.2.2
5+
--------------------
6+
7+
* Setting an octal mode value to core.sharedrepository configuration to
8+
restrict access to the repository to group members did not work as
9+
advertised.
10+
11+
* A fairly large and trivial memory leak while rev-list shows list of
12+
reachable objects has been identified and plugged.
13+
14+
* "git-commit --interactive" did not abort when underlying "git-add -i"
15+
signaled a failure.
16+
17+
* git-repack (invoked from git-gc) did not work as nicely as it should in
18+
a repository that borrows objects from neighbours via alternates
19+
mechanism especially when some packs are marked with the ".keep" flag
20+
to prevent them from being repacked.
21+
22+
Many small documentation updates are included as well.
23+
24+
---
25+
exec >/var/tmp/1
26+
echo O=$(git describe maint)
27+
O=v1.6.2.2-41-gbff82d0
28+
git shortlog --no-merges $O..maint

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.6.2.2.txt
1+
Documentation/RelNotes-1.6.2.3.txt

0 commit comments

Comments
 (0)