Skip to content

Commit e923eae

Browse files
committed
Git 1.7.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ca5812d commit e923eae

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Documentation/RelNotes-1.7.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Updates since v1.6.6
106106
defaults to the current branch, so "git fetch && git merge @{upstream}"
107107
will be equivalent to "git pull".
108108

109+
* "git am --resolved" has a synonym "git am --continue".
110+
109111
* "git branch --set-upstream" can be used to update the (surprise!) upstream,
110112
i.e. where the branch is supposed to pull and merge from (or rebase onto).
111113

@@ -200,6 +202,9 @@ release, unless otherwise noted.
200202
the branch is fully merged to its upstream branch if it is not merged
201203
to the current branch. It now deletes it in such a case.
202204

205+
* "fiter-branch" command incorrectly said --prune-empty and --filter-commit
206+
were incompatible; the latter should be read as --commit-filter.
207+
203208
* When using "git status" or asking "git diff" to compare the work tree
204209
with something, they used to consider that a checked-out submodule with
205210
uncommitted changes is not modified; this could cause people to forget

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.7.0/git.html[documentation for release 1.7.0]
47+
48+
* release notes for
49+
link:RelNotes-1.7.0.txt[1.7.0].
50+
4651
* link:v1.6.6.2/git.html[documentation for release 1.6.6.2]
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.6.GIT
4+
DEF_VER=v1.7.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)