mirror of
https://github.com/git/git.git
synced 2026-01-18 22:56:21 +00:00
Merge branch 'master' into next
* master: Git 1.7.5-rc3 Git 1.7.4.5 git-svn.txt: Document --mergeinfo
This commit is contained in:
4
Documentation/RelNotes/1.7.4.5.txt
Normal file
4
Documentation/RelNotes/1.7.4.5.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Git v1.7.4.5 Release Notes
|
||||
==========================
|
||||
|
||||
This contains only minor documentation fixes accumulated since 1.7.4.4.
|
||||
@@ -1,4 +1,4 @@
|
||||
Git v1.7.5 Release Notes (draft)
|
||||
Git v1.7.5 Release Notes
|
||||
========================
|
||||
|
||||
Updates since v1.7.4
|
||||
@@ -130,9 +130,3 @@ release, unless otherwise noted.
|
||||
doing both a mirror fetch and a mirror push at the same time, which
|
||||
made little sense. We now warn and require the command line to specify
|
||||
either --mirror=fetch or --mirror=push.
|
||||
|
||||
---
|
||||
exec >/var/tmp/1
|
||||
O=v1.7.5-rc2
|
||||
echo O=$(git describe 'master')
|
||||
git shortlog --no-merges ^maint ^$O master
|
||||
|
||||
@@ -217,6 +217,13 @@ config key: svn.commiturl (overwrites all svn-remote.<name>.commiturl options)
|
||||
Using this option for any other purpose (don't ask) is very strongly
|
||||
discouraged.
|
||||
|
||||
--mergeinfo=<mergeinfo>;;
|
||||
Add the given merge information during the dcommit
|
||||
(e.g. `--mergeinfo="/branches/foo:1-10"`). All svn server versions can
|
||||
store this information (as a property), and svn clients starting from
|
||||
version 1.5 can make use of it. 'git svn' currently does not use it
|
||||
and does not set it automatically.
|
||||
|
||||
'branch'::
|
||||
Create a branch in the SVN repository.
|
||||
|
||||
|
||||
@@ -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.4.4/git.html[documentation for release 1.7.4.4]
|
||||
* link:v1.7.4.5/git.html[documentation for release 1.7.4.5]
|
||||
|
||||
* release notes for
|
||||
link:RelNotes/1.7.4.5.txt[1.7.4.5],
|
||||
link:RelNotes/1.7.4.4.txt[1.7.4.4],
|
||||
link:RelNotes/1.7.4.3.txt[1.7.4.3],
|
||||
link:RelNotes/1.7.4.2.txt[1.7.4.2],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
GVF=GIT-VERSION-FILE
|
||||
DEF_VER=v1.7.5-rc2
|
||||
DEF_VER=v1.7.5-rc3
|
||||
|
||||
LF='
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user