File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- Documentation/RelNotes-1.6.2.2 .txt
1+ Documentation/RelNotes-1.6.2.3 .txt
You can’t perform that action at this time.
0 commit comments