Skip to content

Commit

Permalink
Git 2.2.0-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 Oct 31, 2014
1 parent ef59f32 commit 4ace7ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Documentation/RelNotes/2.2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ UI, Workflows & Features
* "git difftool" learned an option to stop feeding paths to the
diff backend when it exits with a non-zero status.

* "git grep" allows to paint (or not paint) partial matches on
context lines whenshowing "grep -C<num>" output in color.

* "log --date=iso" uses a slight variant of ISO 8601 format that is
made more human readable. A new "--date=iso-strict" option gives
datetime output that is more strictly conformant.
Expand Down Expand Up @@ -89,6 +92,9 @@ UI, Workflows & Features
document, whose contents have been updated to more modern Git
practice.

* On the "git svn" front, work to reduce memory consumption and
to improve handling of mergeinfo progresses.


Performance, Internal Implementation, etc.

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=v2.1.0.GIT
DEF_VER=v2.2.0-rc0

LF='
'
Expand Down

0 comments on commit 4ace7ff

Please sign in to comment.