1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-19 19:56:08 +02:00

Git 1.8.3-rc2

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2013-05-13 11:09:42 -07:00
parent f74455ab21
commit ab84621754
2 changed files with 9 additions and 4 deletions

View File

@ -41,12 +41,17 @@ Updates since v1.8.2
Foreign interface
* remote-hg and remote-bzr helpers (in contrib/) have been updated;
especially, the latter has been accelerated to help Emacs folks,
whose primary SCM seems to be stagnating.
* remote-hg and remote-bzr helpers (in contrib/ since v1.8.2) have
been updated; especially, the latter has been accelerated to help
Emacs folks, whose primary SCM seems to be stagnating.
UI, Workflows & Features
* A handful of updates applied to gitk, including an addition of
"revert" action, showing dates in tags in a nicer way, making
colors configurable, and support for -G'pickaxe' search.
* The prompt string generator (in contrib/completion/) learned to
show how many changes there are in total and how many have been
replayed during a "git rebase" session.

View File

@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v1.8.3-rc1
DEF_VER=v1.8.3-rc2
LF='
'