Skip to content

Commit 4d06473

Browse files
committed
Git 1.8.4-rc4
As we had to revert two topics at the last minute, let's have another (hopefully short) round of rc to make sure the final release will be sound. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2c2b664 commit 4d06473

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Documentation/RelNotes/1.8.4.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ UI, Workflows & Features
198198
response was to stash them and re-run). This introduced a corner
199199
case breakage to "git am --abort" but it has been fixed.
200200

201-
* Instead of typing four capital letters "HEAD", you can say "@" now,
202-
e.g. "git log @".
203-
204201
* "check-ignore" (new feature since 1.8.2) has been updated to work
205202
more like "check-attr" over bidi-pipes.
206203

@@ -372,12 +369,6 @@ details).
372369
the user to an unexpected place.
373370
(merge 3bed291 rr/rebase-checkout-reflog later to maint).
374371

375-
* "git stash save", when your local change turns a tracked file into
376-
a directory, has to remove files in that directory in order to
377-
revert your working tree to a pristine state. This will lose
378-
untracked files in such a directory, and the command now requires
379-
you to "--force" it.
380-
381372
* The configuration variable column.ui was poorly documented.
382373
(merge 5e62cc1 rr/column-doc later to maint).
383374

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.4-rc3
4+
DEF_VER=v1.8.4-rc4
55

66
LF='
77
'

0 commit comments

Comments
 (0)