summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-12 23:45:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-02-12 23:45:05 (GMT)
commite923eaeb901ff056421b9007adcbbce271caa7b6 (patch)
treee547efeb37695aaa9b17783d82612fc5e08c0021
parentca5812d2e3c72b09008422975740aff41a2c65a0 (diff)
downloadgit-1.7.0.zip
git-1.7.0.tar.gz
git-1.7.0.tar.bz2
Git 1.7.0v1.7.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.7.0.txt5
-rw-r--r--Documentation/git.txt5
-rwxr-xr-xGIT-VERSION-GEN2
3 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.7.0.txt b/Documentation/RelNotes-1.7.0.txt
index 0815ca1..43e3f33 100644
--- a/Documentation/RelNotes-1.7.0.txt
+++ b/Documentation/RelNotes-1.7.0.txt
@@ -106,6 +106,8 @@ Updates since v1.6.6
defaults to the current branch, so "git fetch && git merge @{upstream}"
will be equivalent to "git pull".
+ * "git am --resolved" has a synonym "git am --continue".
+
* "git branch --set-upstream" can be used to update the (surprise!) upstream,
i.e. where the branch is supposed to pull and merge from (or rebase onto).
@@ -200,6 +202,9 @@ release, unless otherwise noted.
the branch is fully merged to its upstream branch if it is not merged
to the current branch. It now deletes it in such a case.
+ * "fiter-branch" command incorrectly said --prune-empty and --filter-commit
+ were incompatible; the latter should be read as --commit-filter.
+
* When using "git status" or asking "git diff" to compare the work tree
with something, they used to consider that a checked-out submodule with
uncommitted changes is not modified; this could cause people to forget
diff --git a/Documentation/git.txt b/Documentation/git.txt
index b7df54d..01c4631 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -43,6 +43,11 @@ 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.0/git.html[documentation for release 1.7.0]
+
+* release notes for
+ link:RelNotes-1.7.0.txt[1.7.0].
+
* link:v1.6.6.2/git.html[documentation for release 1.6.6.2]
* release notes for
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index a7d8c63..577e1fd 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.6.GIT
+DEF_VER=v1.7.0
LF='
'