You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.8 KiB
82 lines
2.8 KiB
16 years ago
|
GIT v1.6.0.2 Release Notes
|
||
|
==========================
|
||
|
|
||
|
Fixes since v1.6.0.1
|
||
|
--------------------
|
||
|
|
||
|
* Installation on platforms that needs .exe suffix to git-* programs were
|
||
|
broken in 1.6.0.1.
|
||
|
|
||
16 years ago
|
* Installation on filesystems without symbolic links support did not
|
||
16 years ago
|
work well.
|
||
|
|
||
|
* In-tree documentations and test scripts now use "git foo" form to set a
|
||
|
better example, instead of the "git-foo" form (which is an acceptable
|
||
|
form if you have "PATH=$(git --exec-path):$PATH" in your script)
|
||
|
|
||
|
* Many commands did not use the correct working tree location when used
|
||
|
with GIT_WORK_TREE environment settings.
|
||
|
|
||
14 years ago
|
* Some systems need to use compatibility fnmatch and regex libraries
|
||
16 years ago
|
independent from each other; the compat/ area has been reorganized to
|
||
|
allow this.
|
||
|
|
||
16 years ago
|
|
||
|
* "git apply --unidiff-zero" incorrectly applied a -U0 patch that inserts
|
||
|
a new line before the second line.
|
||
|
|
||
16 years ago
|
* "git blame -c" did not exactly work like "git annotate" when range
|
||
|
boundaries are involved.
|
||
|
|
||
16 years ago
|
* "git checkout file" when file is still unmerged checked out contents from
|
||
|
a random high order stage, which was confusing.
|
||
|
|
||
16 years ago
|
* "git clone $there $here/" with extra trailing slashes after explicit
|
||
|
local directory name $here did not work as expected.
|
||
|
|
||
16 years ago
|
* "git diff" on tracked contents with CRLF line endings did not drive "less"
|
||
|
intelligently when showing added or removed lines.
|
||
|
|
||
16 years ago
|
* "git diff --dirstat -M" did not add changes in subdirectories up
|
||
|
correctly for renamed paths.
|
||
|
|
||
16 years ago
|
* "git diff --cumulative" did not imply "--dirstat".
|
||
|
|
||
16 years ago
|
* "git for-each-ref refs/heads/" did not work as expected.
|
||
|
|
||
16 years ago
|
* "git gui" allowed users to feed patch without any context to be applied.
|
||
|
|
||
|
* "git gui" botched parsing "diff" output when a line that begins with two
|
||
|
dashes and a space gets removed or a line that begins with two pluses
|
||
|
and a space gets added.
|
||
|
|
||
|
* "git gui" translation updates and i18n fixes.
|
||
|
|
||
16 years ago
|
* "git index-pack" is more careful against disk corruption while completing
|
||
|
a thin pack.
|
||
|
|
||
16 years ago
|
* "git log -i --grep=pattern" did not ignore case; neither "git log -E
|
||
|
--grep=pattern" triggered extended regexp.
|
||
16 years ago
|
|
||
|
* "git log --pretty="%ad" --date=short" did not use short format when
|
||
|
showing the timestamp.
|
||
|
|
||
16 years ago
|
* "git log --author=author" match incorrectly matched with the
|
||
|
timestamp part of "author " line in commit objects.
|
||
|
|
||
|
* "git log -F --author=author" did not work at all.
|
||
|
|
||
16 years ago
|
* Build procedure for "git shell" that used stub versions of some
|
||
|
functions and globals was not understood by linkers on some platforms.
|
||
|
|
||
16 years ago
|
* "git stash" was fooled by a stat-dirty but otherwise unmodified paths
|
||
|
and refused to work until the user refreshed the index.
|
||
|
|
||
16 years ago
|
* "git svn" was broken on Perl before 5.8 with recent fixes to reduce
|
||
|
use of temporary files.
|
||
|
|
||
16 years ago
|
* "git verify-pack -v" did not work correctly when given more than one
|
||
|
packfile.
|
||
|
|
||
|
Also contains many documentation updates.
|