Skip to content

Commit e96f368

Browse files
committedApr 2, 2009
Update draft release notes to 1.6.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8130949 commit e96f368

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed
 

‎Documentation/RelNotes-1.6.3.txt

+19-2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Updates since v1.6.2
6262
with the 'edit' action in git-add -i/-p, you can abort the editor to
6363
tell git not to apply it.
6464

65+
* The number of commits shown in "you are ahead/behind your upstream"
66+
messages given by "git checkout" and "git status" used to count merge
67+
commits; now it doesn't.
68+
6569
* git-archive learned --output=<file> option.
6670

6771
* git-bisect shows not just the number of remaining commits whose goodness
@@ -77,11 +81,17 @@ Updates since v1.6.2
7781

7882
* git-clone runs post-checkout hook when run without --no-checkout.
7983

84+
* git-fast-export choked when seeing a tag that does not point at commit.
85+
8086
* git-format-patch can be told to use attachment with a new configuration,
8187
format.attach.
8288

8389
* git-format-patch can be told to produce deep or shallow message threads.
8490

91+
* git-format-patch learned format.headers configuration to add extra
92+
header fields to the output. This behaviour is similar to the existing
93+
--add-header=<header> option of the command.
94+
8595
* git-grep learned to highlight the found substrings in color.
8696

8797
* git-imap-send learned to work around Thunderbird's inability to easily
@@ -95,6 +105,11 @@ Updates since v1.6.2
95105

96106
* Output from git-remote command has been vastly improved.
97107

108+
* git-repack (invoked from git-gc) did not work as nicely as it should in
109+
a repository that borrows objects from neighbours via alternates
110+
mechanism especially when some packs are marked with the ".keep" flag
111+
to prevent them from being repacked.
112+
98113
* git-send-email learned --confirm option to review the Cc: list before
99114
sending the messages out.
100115

@@ -110,7 +125,9 @@ Updates since v1.6.2
110125
* Building the manpages with docbook-xsl between 1.69.1 and 1.71.1 now
111126
requires setting DOCBOOK_SUPPRESS_SP to work around a docbook-xsl bug.
112127
This workaround used to be enabled by default, but causes problems
113-
with newer versions of docbook-xsl.
128+
with newer versions of docbook-xsl. In addition, there are a few more
129+
knobs you can tweak to work around issues with various versions of the
130+
docbook-xsl package. See comments in Documentation/Makefile for details.
114131

115132
Fixes since v1.6.2
116133
------------------
@@ -129,6 +146,6 @@ v1.6.2.X series.
129146

130147
---
131148
exec >/var/tmp/1
132-
O=v1.6.2.1-399-gaa72a14
149+
O=v1.6.2.2-403-g8130949
133150
echo O=$(git describe master)
134151
git shortlog --no-merges $O..master ^maint

0 commit comments

Comments
 (0)
Please sign in to comment.