Skip to content

Commit 4c6c949

Browse files
committed
Git 1.8.0-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d519e45 commit 4c6c949

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Documentation/RelNotes/1.8.0.txt

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,9 @@ to them for details).
153153
* When "git am" is fed an input that has multiple "Content-type: ..."
154154
header, it did not grok charset= attribute correctly.
155155

156-
* A patch attached as application/octet-stream (e.g. not text/*) were
157-
mishandled, not correctly honoring Content-Transfer-Encoding
158-
(e.g. base64).
159-
(merge 9d55b2e lt/mailinfo-handle-attachment-more-sanely later to maint).
156+
* "git am" mishandled a patch attached as application/octet-stream
157+
(e.g. not text/*); Content-Transfer-Encoding (e.g. base64) was not
158+
honored correctly.
160159

161160
* "git blame MAKEFILE" run in a history that has "Makefile" but not
162161
"MAKEFILE" should say "No such file MAKEFILE in HEAD", but got
@@ -169,7 +168,6 @@ to them for details).
169168

170169
* It was unclear in the documentation for "git blame" that it is
171170
unnecessary for users to use the "--follow" option.
172-
(merge e5dce96 jc/blame-follows-renames later to maint).
173171

174172
* Output from "git branch -v" contains "(no branch)" that could be
175173
localized, but the code to align it along with the names of
@@ -184,7 +182,6 @@ to them for details).
184182
refspecs set up just like a clone without "--single", leading the
185183
subsequent "git fetch" to slurp all the other branches, defeating
186184
the whole point of specifying "only this branch".
187-
(merge 31b808a rt/maint-clone-single later to maint).
188185

189186
* Documentation talked about "first line of commit log" when it meant
190187
the title of the commit. The description was clarified by defining
@@ -208,12 +205,10 @@ to them for details).
208205
* "git fetch" over http had an old workaround for an unlikely server
209206
misconfiguration; it turns out that this hurts debuggability of the
210207
configuration in general, and has been reverted.
211-
(merge 6ac964a sp/maint-http-info-refs-no-retry later to maint).
212208

213209
* "git fetch" over http advertised that it supports "deflate", which
214210
is much less common, and did not advertise the more common "gzip" on
215211
its Accept-Encoding header.
216-
(merge aa90b96 sp/maint-http-enable-gzip later to maint).
217212

218213
* "git gc --auto" notified the user that auto-packing has triggered
219214
even under the "--quiet" option.
@@ -233,7 +228,6 @@ to them for details).
233228
* "git receive-pack" (the counterpart to "git push") did not give
234229
progress output while processing objects it received to the puser
235230
when run over the smart-http protocol.
236-
(merge 74eb32d jk/receive-pack-unpack-error-to-pusher later to maint).
237231

238232
* When you misspell the command name you give to the "exec" action in
239233
the "git rebase -i" instruction sheet you were told that 'rebase' is not a
@@ -258,8 +252,6 @@ to them for details).
258252
* "git submodule frotz" was not diagnosed as "frotz" being an unknown
259253
subcommand to "git submodule"; the user instead got a complaint
260254
that "git submodule status" was run with an unknown path "frotz".
261-
(merge af9c9f9 rr/maint-submodule-unknown-cmd later to maint).
262255

263256
* "git status" honored the ignore=dirty settings in .gitmodules but
264257
"git commit" didn't.
265-
(merge 8f6811e os/commit-submodule-ignore later to maint).

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.0-rc0
4+
DEF_VER=v1.8.0-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)