File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,17 @@ Updates since v1.8.2
41
41
42
42
Foreign interface
43
43
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
+
47
48
48
49
UI, Workflows & Features
49
50
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
+
50
55
* The prompt string generator (in contrib/completion/) learned to
51
56
show how many changes there are in total and how many have been
52
57
replayed during a "git rebase" session.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.8.3-rc1
4
+ DEF_VER=v1.8.3-rc2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments