diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-18 15:22:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-18 15:22:51 -0800 |
commit | 41d8a5f0f7db6e1d92f925234eb8c55d2d34a5af (patch) | |
tree | 3d0b0ddc12c170b35b115e4a00b618b3932998a8 /Documentation | |
parent | Merge branch 'maint' to synchronize with 1.5.3.6 (diff) | |
download | tgif-41d8a5f0f7db6e1d92f925234eb8c55d2d34a5af.tar.xz |
Draft release notes: fix clean.requireForce description
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.5.4.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt index 229d773423..7f7d4273e2 100644 --- a/Documentation/RelNotes-1.5.4.txt +++ b/Documentation/RelNotes-1.5.4.txt @@ -32,9 +32,9 @@ Updates since v1.5.3 (read: safer than the usual one) after the user accumulates too many loose objects. - * You need to explicitly set clean.requireForce to true to allow - git-clean to do any damage now (the configuration variable used - to default to false). + * You need to explicitly set clean.requireForce to "false" to allow + git-clean to do any damage (lack of the configuration variable + used to mean "do not require", but we now use the safer default). * git-push has been rewritten in C. @@ -107,6 +107,6 @@ this release, unless otherwise noted. -- exec >/var/tmp/1 -O=v1.5.3.5-736-geb9d2b9 +O=v1.5.3.6-706-gcb02958 echo O=`git describe refs/heads/master` git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint |