Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes to 1.8.2
author
Junio C Hamano
<gitster@pobox.com>
Thu, 14 Feb 2013 18:43:07 +0000
(10:43 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 14 Feb 2013 18:43:07 +0000
(10:43 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.2.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
a1d68be
)
diff --git
a/Documentation/RelNotes/1.8.2.txt
b/Documentation/RelNotes/1.8.2.txt
index ad6496f826bdede34070d5e18c953d51063d8a4b..4e39b8382cffb29e5dea7cb7a675d2a7badf8d36 100644
(file)
--- a/
Documentation/RelNotes/1.8.2.txt
+++ b/
Documentation/RelNotes/1.8.2.txt
@@
-115,6
+115,9
@@
UI, Workflows & Features
rewrite the names and email addresses of people using the mailmap
mechanism.
rewrite the names and email addresses of people using the mailmap
mechanism.
+ * "git log --cc --graph" now shows the combined diff output with the
+ ancestry graph.
+
* "git mergetool" and "git difftool" learned to list the available
tool backends in a more consistent manner.
* "git mergetool" and "git difftool" learned to list the available
tool backends in a more consistent manner.
@@
-144,6
+147,9
@@
UI, Workflows & Features
you do not have any commits in your history, but it now gives you
an empty index (to match non-existent commit you are not even on).
you do not have any commits in your history, but it now gives you
an empty index (to match non-existent commit you are not even on).
+ * "git status" says what branch is being bisected or rebased when
+ able, not just "bisecting" or "rebasing".
+
* "git submodule" started learning a new mode to integrate with the
tip of the remote branch (as opposed to integrating with the commit
recorded in the superproject's gitlink).
* "git submodule" started learning a new mode to integrate with the
tip of the remote branch (as opposed to integrating with the commit
recorded in the superproject's gitlink).
@@
-295,6
+301,9
@@
details).
failed to remove the real location of the $GIT_DIR it created.
This was most visible when interrupting a submodule update.
failed to remove the real location of the $GIT_DIR it created.
This was most visible when interrupting a submodule update.
+ * "git cvsimport" mishandled timestamps at DST boundary.
+ (merge 48c9162 bw/get-tz-offset-perl later to maint).
+
* We used to have an arbitrary 32 limit for combined diff input,
resulting in incorrect number of leading colons shown when showing
the "--raw --cc" output.
* We used to have an arbitrary 32 limit for combined diff input,
resulting in incorrect number of leading colons shown when showing
the "--raw --cc" output.