Skip to content

Commit 0a53e9d

Browse files
committed
GIT 1.6.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 441b40d commit 0a53e9d

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

Documentation/RelNotes-1.6.4.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ Updates since v1.6.3
6767

6868
* "git cvsexportcommit" learned -k option to stop CVS keywords expansion
6969

70+
* "git fast-export" learned to handle history simplification more
71+
gracefully.
72+
73+
* "git fast-export" learned an option --tag-of-filtered-object to handle
74+
dangling tags resulting from history simplification more usefully.
75+
7076
* "git grep" learned -p option to show the location of the match using the
7177
same context hunk marker "git diff" uses.
7278

@@ -130,15 +136,12 @@ v1.6.3.X series.
130136
section header has a variable definition on the same line, lost
131137
that variable definition.
132138

139+
* "git rebase -p --onto" used to always leave side branches of a merge
140+
intact, even when both branches are subject to rewriting.
141+
133142
* "git repack" used to faithfully follow grafts and considered true
134143
parents recorded in the commit object unreachable from the commit.
135144
After such a repacking, you cannot remove grafts without corrupting
136145
the repository.
137146

138147
* "git send-email" did not detect erroneous loops in alias expansion.
139-
140-
---
141-
exec >/var/tmp/1
142-
echo O=$(git describe master)
143-
O=v1.6.4-rc2-31-g2ceb639
144-
git shortlog --no-merges $O..master ^maint

Documentation/git.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46+
* link:v1.6.4/git.html[documentation for release 1.6.4]
47+
48+
* release notes for
49+
link:RelNotes-1.6.4.txt[1.6.4].
50+
4651
* link:v1.6.3.4/git.html[documentation for release 1.6.3.4]
4752

4853
* release notes for

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.3.GIT
4+
DEF_VER=v1.6.4
55

66
LF='
77
'

0 commit comments

Comments
 (0)