v1.5.0.txt : minor copyediting.
Junio C Hamano committed
Jan 16, 2007 at 16:52 UTC
449266469dbf96be6e63fb6d7c8c0ac15e6bc79e
1 file changed
+16
-14
v1.5.0.txt
+16
-14
index 16e35f19b9..e931ad19ed 100644
--- a/v1.5.0.txt
+++ b/v1.5.0.txt
@@ -168,9 +168,10 @@ Updates in v1.5.0 since v1.4.4 series
Existing repositories that have been using reflog may get
complaints from fsck-objects and may not be able to run
- git-repack; please run "git reflog expire --stale-fix --all"
- first to remove reflog entries that refer to commits that are
- no longer in the repository when that happens.
+ git-repack, if you had run git-prune from older git; please
+ run "git reflog expire --stale-fix --all" first to remove
+ reflog entries that refer to commits that are no longer in
+ the repository when that happens.
- git-branch knows how to rename branches and moves existing
reflog data from the old branch to the new one.
@@ -200,13 +201,14 @@ Updates in v1.5.0 since v1.4.4 series
checkout" refuses when the detached HEAD is not pointed by
any existing ref (an existing branch, a remote tracking
branch or a tag). This safety can be overriden with "git
- checout -f".
+ checkout -f $branch".
* Packed refs
- Repositories with hundreds of tags have been paying large
- overhead, both in storage and in runtime. A new command,
+ overhead, both in storage and in runtime, due to the
+ traditional one-ref-per-file format. A new command,
git-pack-refs, can be used to "pack" them in more efficient
representation.
@@ -217,9 +219,9 @@ Updates in v1.5.0 since v1.4.4 series
* Configuration
- - configuration related to colorize setting are consolidated
- under color.* namespace (older diff.color.*, status.color.*
- are still supported).
+ - configuration related to color setting are consolidated under
+ color.* namespace (older diff.color.*, status.color.* are
+ still supported).
* Less external dependency
@@ -260,10 +262,10 @@ Updates in v1.5.0 since v1.4.4 series
- Tools for e-mailed patch application now default to -u
behaviour; i.e. it always re-codes from the e-mailed encoding
to the encoding specified with i18n.commitencoding. This
- unfortunately forces projects that have happily using a
- legacy encoding without setting i18n.commitencoding, but
- taken with other improvement, please excuse us for this very
- minor one-time inconvenience.
+ unfortunately forces projects that have happily been using a
+ legacy encoding without setting i18n.commitencoding to set
+ the configuration, but taken with other improvement, please
+ excuse us for this very minor one-time inconvenience.
* Foreign SCM interfaces
@@ -297,8 +299,8 @@ Updates in v1.5.0 since v1.4.4 series
* Shallow clones
- There is a partial support for 'shallow' repositories that
- keeps only recent history now. A 'shallow clone' is created
- by specifying how deep that truncated history should be.
+ keeps only recent history. A 'shallow clone' is created by
+ specifying how deep that truncated history should be.
Currently a shallow repository has number of limitations: