Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-08-07 02:58:38 +0400
committerJunio C Hamano <gitster@pobox.com>2012-08-07 02:58:38 +0400
commitb1d9b1d0f1880c753d5146e8af63b9dc72803e4a (patch)
tree212da8ff8874978f69c0a5988cfaa47199ef024f /Documentation/RelNotes/1.7.12.txt
parent9ffdd46ae4465f85a5866d96afd5368095e51663 (diff)
Drop 1.7.11.x items from 1.7.12 release notes
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.12.txt')
-rw-r--r--Documentation/RelNotes/1.7.12.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/RelNotes/1.7.12.txt b/Documentation/RelNotes/1.7.12.txt
index 786a702420..a557241aeb 100644
--- a/Documentation/RelNotes/1.7.12.txt
+++ b/Documentation/RelNotes/1.7.12.txt
@@ -140,23 +140,10 @@ details).
comparison.
(merge cb2912c hv/link-alt-odb-entry later to maint).
- * "git checkout <branchname>" to come back from a detached HEAD state
- incorrectly computed reachability of the detached HEAD, resulting
- in unnecessary warnings.
- (merge add416a jk/maint-checkout-orphan-check-fix later to maint).
-
- * The documentation for revision range specifiers (e.g. A..B, A^@)
- has been updated.
- (merge ca5ee2d mh/maint-revisions-doc later to maint).
-
* "git submodule add" was confused when the superproject did not have
its repository in its usual place in the working tree and GIT_DIR
and GIT_WORK_TREE was used to access it.
- * "git mergetool" did not support --tool-help option to give the list
- of supported backends, like "git difftool" does.
- (merge 109859e jc/mergetool-tool-help later to maint).
-
* "git commit --amend" let the user edit the log message and then died
when the human-readable committer name was given insufficiently by
getpwent(3).