Skip to content

Commit

Permalink
Git 1.7.4-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jan 5, 2011
1 parent 8594495 commit 685e9d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion Documentation/RelNotes/1.7.4.txt
Expand Up @@ -52,6 +52,11 @@ Updates since v1.7.3
* "git commit" learned --fixup and --squash options to help later invocation
of the interactive rebase.

* Command line options to "git cvsimport" whose names are in capital
letters (-A, -M, -R and -S) can now be specified as the default in
the .git/config file by their longer names (cvsimport.authorsFile,
cvsimport.mergeRegex, cvsimport.trackRevisions, cvsimport.ignorePaths).

* "git daemon" can be built in MinGW environment.

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

---
exec >/var/tmp/1
O=v1.7.3.4-687-g2cd900f
O=v1.7.4-rc1
echo O=$(git describe master)
git shortlog --no-merges ^maint ^$O master
3 changes: 2 additions & 1 deletion Documentation/git.txt
Expand Up @@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:

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

* release notes for
link:RelNotes/1.7.3.5.txt[1.7.3.5],
link:RelNotes/1.7.3.4.txt[1.7.3.4],
link:RelNotes/1.7.3.3.txt[1.7.3.3],
link:RelNotes/1.7.3.2.txt[1.7.3.2],
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.4-rc0
DEF_VER=v1.7.4-rc1

LF='
'
Expand Down

0 comments on commit 685e9d9

Please sign in to comment.