Skip to content

Commit 685e9d9

Browse files
committed
Git 1.7.4-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8594495 commit 685e9d9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Documentation/RelNotes/1.7.4.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ Updates since v1.7.3
5252
* "git commit" learned --fixup and --squash options to help later invocation
5353
of the interactive rebase.
5454

55+
* Command line options to "git cvsimport" whose names are in capital
56+
letters (-A, -M, -R and -S) can now be specified as the default in
57+
the .git/config file by their longer names (cvsimport.authorsFile,
58+
cvsimport.mergeRegex, cvsimport.trackRevisions, cvsimport.ignorePaths).
59+
5560
* "git daemon" can be built in MinGW environment.
5661

5762
* "git daemon" can take more than one --listen option to listen to
@@ -141,6 +146,6 @@ release, unless otherwise noted.
141146

142147
---
143148
exec >/var/tmp/1
144-
O=v1.7.3.4-687-g2cd900f
149+
O=v1.7.4-rc1
145150
echo O=$(git describe master)
146151
git shortlog --no-merges ^maint ^$O master

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
4444
branch of the `git.git` repository.
4545
Documentation for older releases are available here:
4646

47-
* link:v1.7.3.4/git.html[documentation for release 1.7.3.4]
47+
* link:v1.7.3.5/git.html[documentation for release 1.7.3.5]
4848

4949
* release notes for
50+
link:RelNotes/1.7.3.5.txt[1.7.3.5],
5051
link:RelNotes/1.7.3.4.txt[1.7.3.4],
5152
link:RelNotes/1.7.3.3.txt[1.7.3.3],
5253
link:RelNotes/1.7.3.2.txt[1.7.3.2],

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.7.4-rc0
4+
DEF_VER=v1.7.4-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)