1GIT v1.5.4.3 Release Notes 2========================== 3 4Fixes since v1.5.4.2 5-------------------- 6 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. 11 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. 16 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. 20 21 * Updated git-push documentation to clarify what "matching" 22 means, in order to reduce user confusion. 23 24 * Updated git-add documentation to clarify "add -u" operates in 25 the current subdirectory you are in, just like other commands. 26 27 * git-gui updates to work on OSX and Windows better.