1GIT v1.5.4.4 Release Notes 2========================== 3 4Fixes since v1.5.4.3 5-------------------- 6 7 * Building and installing with an overtight umask such as 077 made 8 installed templates unreadable by others, while the rest of the install 9 are done in a way that is friendly to umask 022. 10 11 * "git cvsexportcommit -w $cvsdir" misbehaved when GIT_DIR is set to a 12 relative directory. 13 14 * "git http-push" had an invalid memory access that could lead it to 15 segfault. 16 17 * When "git rebase -i" gave control back to the user for a commit that is 18 marked to be edited, it just said "modify it with commit --amend", 19 without saying what to do to continue after modifying it. Give an 20 explicit instruction to run "rebase --continue" to be more helpful. 21 22 * "git send-email" in 1.5.4.3 issued a bogus empty In-Reply-To: header. 23 24 * "git bisect" showed mysterious "won't bisect on seeked tree" error message. 25 This was leftover from Cogito days to prevent "bisect" starting from a 26 cg-seeked state. We still keep the Cogito safety, but running "git bisect 27 start" when another bisect was in effect will clean up and start over. 28 29 * "git push" with an explicit PATH to receive-pack did not quite work if 30 receive-pack was not on usual PATH. We earlier fixed the same issue 31 with "git fetch" and upload-pack, but somehow forgot to do so in the 32 other direction. 33 34 * git-gui's info dialog was not displayed correctly when the user tries 35 to commit nothing (i.e. without staging anything). 36 37 * "git revert" did not properly fail when attempting to run with a 38 dirty index. 39 40Also included are a handful documentation updates. 41 42--- 43exec >/var/tmp/1 44echo O=$(git describe maint) 45O=v1.5.4.3-32-g0f2d447 46git shortlog --no-merges $O..maint