1GIT v1.5.3 Release Notes (draft)2========================34Updates since v1.5.25--------------------67* An initial interation of Porcelain level superproject support8started to take shape.910* Thee are a handful pack-objects changes to help you cope better with11repositories with pathologically large blobs in them.1213* New commands and options.1415- "git-submodule" command helps you manage the projects from16the superproject that contain them.1718- In addition to core.compression configuration option,19core.loosecompression and pack.compression options can20independently tweak zlib compression levels used for loose21and packed objects.2223- "git-ls-tree -l" shows size of blobs pointed at by the24tree entries, similar to "/bin/ls -l".2526- "git-rev-list" learned --regexp-ignore-case and27--extended-regexp options to tweak its matching logic used28for --grep fitering.2930- "git-describe --contains" is a handier way to call more31obscure command "git-name-rev --tags".3233- "git gc --aggressive" tells the command to spend more cycles34to optimize the repository harder.3536- "git repack" can be told to split resulting packs to avoid37exceeding limit specified with "--max-pack-size".3839* Updated behavior of existing commands.4041- "git push" pretends that you immediately fetched back from42the remote by updating corresponding remote tracking43branches if you have any.4445- The diffstat given after a merge (or a pull) honors the46color.diff configuration.4748- "git-apply --whitespace=strip" removes blank lines added at49the end of the file.5051- fetch over git native protocols with -v shows connection52status, and the IP address of the other end, to help53diagnosing problems.5455- core.legacyheaders is no more, although we still can read56objects created in a new loose object format.5758- "git-mailsplit" (hence "git-am") can read from Maildir59formatted mailboxes.6061- "git cvsserver" does not barf upon seeing "cvs login"62request.6364- "pack-objects" honors "delta" attribute set in65.gitattributes. It does not attempt to deltify blobs that66come from paths with delta attribute set to false.6768- new-workdir script (in contrib) can now be used with a bare69repository.707172* Builds7374-7576* Performance Tweaks7778- git-pack-objects avoids re-deltification cost by caching79small enough delta results it creates while looking for the80best delta candidates.8182- diff-delta code that is used for packing has been improved83to work better on big files.8485- when there are more than one pack files in the repository,86the runtime used to try finding an object always from the87newest packfile; it now tries the same packfile as we found88the object requested the last time, which exploits the89locality of references.9091Fixes since v1.5.292------------------9394All of the fixes in v1.5.2 maintenance series are included in95this release, unless otherwise noted.9697* Bugfixes9899- .... This has not100been backported to 1.5.2.x series, as it is rather an101intrusive change.102103104--105exec >/var/tmp/1106O=v1.5.2-45-ged82edc107O=v1.5.2-172-g1a8b769108echo O=`git describe refs/heads/master`109git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint