Skip to content

Commit 591aa25

Browse files
committed
Update draft Release Notes for 1.5.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent cf7e147 commit 591aa25

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

Documentation/RelNotes-1.5.4.txt

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ Updates since v1.5.3
132132
variable used to mean "do not require -f option to lose untracked
133133
files", but we now use the safer default).
134134

135+
* The kinds of whitespace errors "git diff" and "git apply" notice (and
136+
fix) can be controlled via 'core.whitespace' configuration variable
137+
and 'whitespace' attribute in .gitattributes file.
138+
135139
* "git push" learned --dry-run option to show what would happen if a
136140
push is run.
137141

@@ -200,6 +204,12 @@ Updates since v1.5.3
200204

201205
* "git bisect" learned "skip" action to mark untestable commits.
202206

207+
* "git bisect visualize" learned a shorter synonym "git bisect view".
208+
209+
* "git bisect visualize" runs "git log" in a non-windowed
210+
environments. It also can be told what command to run (e.g. "git
211+
bisect visualize tig").
212+
203213
* "git format-patch" learned "format.numbered" configuration variable
204214
to automatically turn --numbered option on when more than one commits
205215
are formatted.
@@ -220,6 +230,9 @@ Updates since v1.5.3
220230
* "git checkout" from a subdirectory learned to use "../path" to allow
221231
checking out a path outside the current directory without cd'ing up.
222232

233+
* "git checkout" from and to detached HEAD leaves a bit more
234+
information in the reflog.
235+
223236
* "git send-email --dry-run" shows full headers for easier diagnosis.
224237

225238
* "git merge-ours" is now built-in.
@@ -233,11 +246,11 @@ Updates since v1.5.3
233246
descriptive name from From: and Signed-off-by: lines in the commit
234247
message.
235248

236-
* "git status" from a subdirectory now shows relative paths which makes
237-
copy-and-pasting for git-checkout/git-add/git-rm easier.
238-
239-
* "git checkout" from and to detached HEAD leaves a bit more
240-
information in the reflog.
249+
* "git status" from a subdirectory now shows relative paths, which
250+
makes copy-and-pasting for git-checkout/git-add/git-rm easier. The
251+
traditional behaviour to show the full path relative to the top of
252+
the work tree can be had by setting status.relativepaths
253+
configuration variable to true.
241254

242255
* In addition there are quite a few internal clean-ups. Notably
243256

@@ -266,6 +279,6 @@ series.
266279

267280
--
268281
exec >/var/tmp/1
269-
O=v1.5.3.7-1111-gd9f4059
282+
O=v1.5.3.7-1148-gcf7e147
270283
echo O=`git describe refs/heads/master`
271284
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 commit comments

Comments
 (0)