diff options
| author | Junio C Hamano <gitster@pobox.com> | 2011-01-05 14:46:07 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-01-05 14:57:19 -0800 |
| commit | 685e9d9145a186a4b2036ecf2be73cc86d99a9b7 (patch) | |
| tree | 74ae18961a569c39c6f867ece88a7455de71cf3e /Documentation/RelNotes/1.7.4.txt | |
| parent | Merge branch 'maint' to sync with 1.7.3.5 (diff) | |
| download | git-1.7.4-rc1.tar.gz git-1.7.4-rc1.zip | |
Git 1.7.4-rc1v1.7.4-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.4.txt')
| -rw-r--r-- | Documentation/RelNotes/1.7.4.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.4.txt b/Documentation/RelNotes/1.7.4.txt index 375fea1935..055c1ca2b7 100644 --- a/Documentation/RelNotes/1.7.4.txt +++ b/Documentation/RelNotes/1.7.4.txt @@ -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 @@ -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 |
