Skip to content

Commit 79fcbf7

Browse files
committed
Git 1.9-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d98c916 commit 79fcbf7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Documentation/RelNotes/1.9.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ Foreign interfaces, subsystems and ports.
9090

9191
UI, Workflows & Features
9292

93+
* Fetching from a shallowly-cloned repository used to be forbidden,
94+
primarily because the codepaths involved were not carefully vetted
95+
and we did not bother supporting such usage. This release attempts
96+
to allow object transfer out of a shallowly-cloned repository in a
97+
more controlled way (i.e. the receiver become a shallow repository
98+
with a truncated history).
99+
93100
* Just like we give a reasonable default for "less" via the LESS
94101
environment variable, we now specify a reasonable default for "lv"
95102
via the "LV" environment variable when spawning the pager.
@@ -208,6 +215,11 @@ Unless otherwise noted, all the fixes since v1.8.5 in the maintenance
208215
track are contained in this release (see the maintenance releases' notes
209216
for details).
210217

218+
* "submodule.*.update=checkout", when propagated from .gitmodules to
219+
.git/config, turned into a "submodule.*.update=none", which did not
220+
make much sense.
221+
(merge efa8fd7 fp/submodule-checkout-mode later to maint).
222+
211223
* The implementation of 'git stash $cmd "stash@{...}"' did not quote
212224
the stash argument properly and left it split at IFS whitespace.
213225
(merge 2a07e43 ow/stash-with-ifs 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.5.GIT
4+
DEF_VER=v1.9-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)