Skip to content

Commit 12fb25d

Browse files
committed
Git v1.6.6-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f341feb commit 12fb25d

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

Documentation/RelNotes-1.6.6.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,29 @@ Updates since v1.6.5
4242

4343
* various git-gui updates including new translations, wm states, etc.
4444

45+
* git-svn updates.
46+
47+
* "git fetch" over http learned a new mode that is different from the
48+
traditional "dumb commit walker".
49+
4550
(portability)
4651

52+
* imap-send can be built on mingw port.
53+
4754
(performance)
4855

56+
* "git diff -B" has smaller memory footprint.
57+
4958
(usability, bells and whistles)
5059

5160
* The object replace mechanism can be bypassed with --no-replace-objects
5261
global option given to the "git" program.
5362

63+
* In configuration files, a few variables that name paths can begin with ~/
64+
and ~username/ and they are expanded as expected.
65+
66+
* "git subcmd -h" now shows short usage help for many more subcommands.
67+
5468
* "git bisect reset" can reset to an arbitrary commit.
5569

5670
* "git checkout frotz" when there is no local branch "frotz" but there
@@ -65,6 +79,8 @@ Updates since v1.6.5
6579
* "git fsck" by default checks the packfiles (i.e. "--full" is the
6680
default); you can turn it off with "git fsck --no-full".
6781

82+
* "git grep" can use -F (fixed strings) and -i (ignore case) together.
83+
6884
* import-tars contributed fast-import frontend learned more types of
6985
compressed tarballs.
7086

@@ -77,6 +93,8 @@ Updates since v1.6.5
7793
. to wrap text with the "%w()" specifier.
7894
. to show reflog information with "%g[sdD]" specifier.
7995

96+
* "git notes" command to annotate existing commits.
97+
8098
* "git merge" (and "git pull") learned --ff-only option to make it fail
8199
if the merge does not result in a fast-forward.
82100

@@ -87,6 +105,9 @@ Updates since v1.6.5
87105
the shell, which is done by "edit" to give an opportunity to tweak the
88106
contents.
89107

108+
* In "git submodule add <repository> <path>", <path> is now optional and
109+
inferred from <repository> the same way "git clone <repository>" does.
110+
90111
* "git svn" learned to read SVN 1.5+ and SVK merge tickets.
91112

92113
* Author names shown in gitweb output are links to search commits by the
@@ -104,5 +125,5 @@ release, unless otherwise noted.
104125
---
105126
exec >/var/tmp/1
106127
echo O=$(git describe master)
107-
O=v1.6.5.3-152-g122d0f6
128+
O=v1.6.5.3-337-gf341feb
108129
git shortlog --no-merges $O..master --not maint

0 commit comments

Comments
 (0)