make "git var" a built-in
[git/dscho.git] / Documentation / RelNotes-1.5.4.3.txt
blobb0fc67fb2ade1c7e318d309ee4d55d37964021f3
1 GIT v1.5.4.3 Release Notes
2 ==========================
4 Fixes since v1.5.4.2
5 --------------------
7  * RPM spec used to pull in everything with 'git'.  This has been
8    changed so that 'git' package contains just the core parts,
9    and we now supply 'git-all' metapackage to slurp in everything.
10    This should match end user's expectation better.
12  * When some refs failed to update, git-push reported "failure"
13    which was unclear if some other refs were updated or all of
14    them failed atomically (the answer is the former).  Reworded
15    the message to clarify this.
17  * "git clone" from a repository whose HEAD was misconfigured
18    did not set up the remote properly.  Now it tries to do
19    better.
21  * Updated git-push documentation to clarify what "matching"
22    means, in order to reduce user confusion.
24  * Updated git-add documentation to clarify "add -u" operates in
25    the current subdirectory you are in, just like other commands.
27  * git-gui updates to work on OSX and Windows better.