Skip to content

Commit

Permalink
Git 1.8.2-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Feb 17, 2013
1 parent ce735bf commit 004825d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Documentation/RelNotes/1.8.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.8.1.GIT
DEF_VER=v1.8.2-rc0

LF='
'
Expand Down

0 comments on commit 004825d

Please sign in to comment.