diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-02-17 15:35:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-17 15:35:33 -0800 |
commit | 004825d314db4ba3f34ef499e3522ef72792d896 (patch) | |
tree | 91eb65cff85816185981ef45f929de83af0b96cd /Documentation | |
parent | ce735bf7fd66c6404e86e5a313f35abc0394b838 (diff) | |
download | git-004825d314db4ba3f34ef499e3522ef72792d896.tar.gz |
Git 1.8.2-rc0v1.8.2-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/1.8.2.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.2.txt b/Documentation/RelNotes/1.8.2.txt index abf3b675fd..a5a1d4e23e 100644 --- a/Documentation/RelNotes/1.8.2.txt +++ b/Documentation/RelNotes/1.8.2.txt @@ -95,6 +95,10 @@ UI, Workflows & Features * "git commit" can be told to use --cleanup=whitespace by setting the configuration variable commit.cleanup to 'whitespace'. + * "git diff" and other Porcelain commands can be told to use a + non-standard algorithm by setting diff.algorithm configuration + variable. + * "git fetch --mirror" and fetch that uses other forms of refspec with wildcard used to attempt to update a symbolic ref that match the wildcard on the receiving end, which made little sense (the @@ -118,6 +122,10 @@ UI, Workflows & Features * "git log --cc --graph" now shows the combined diff output with the ancestry graph. + * "git log --grep=<pattern>" honors i18n.logoutputencoding to look + for the pattern after fixing the log message to the specified + encoding. + * "git mergetool" and "git difftool" learned to list the available tool backends in a more consistent manner. @@ -154,6 +162,11 @@ UI, Workflows & Features tip of the remote branch (as opposed to integrating with the commit recorded in the superproject's gitlink). + * "git upload-pack" which implements the service "ls-remote" and + "fetch" talk to can be told to hide ref hierarchies the server + side internally uses (and that clients have no business learning + about) with transfer.hiderefs configuration. + Foreign Interface |