Skip to content

Commit ab84621

Browse files
committed
Git 1.8.3-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f74455a commit ab84621

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Documentation/RelNotes/1.8.3.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,17 @@ Updates since v1.8.2
4141

4242
Foreign interface
4343

44-
* remote-hg and remote-bzr helpers (in contrib/) have been updated;
45-
especially, the latter has been accelerated to help Emacs folks,
46-
whose primary SCM seems to be stagnating.
44+
* remote-hg and remote-bzr helpers (in contrib/ since v1.8.2) have
45+
been updated; especially, the latter has been accelerated to help
46+
Emacs folks, whose primary SCM seems to be stagnating.
47+
4748

4849
UI, Workflows & Features
4950

51+
* A handful of updates applied to gitk, including an addition of
52+
"revert" action, showing dates in tags in a nicer way, making
53+
colors configurable, and support for -G'pickaxe' search.
54+
5055
* The prompt string generator (in contrib/completion/) learned to
5156
show how many changes there are in total and how many have been
5257
replayed during a "git rebase" session.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.8.3-rc1
4+
DEF_VER=v1.8.3-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)