|
Posted
over 13 years
ago
by
Junio C Hamano
The latest maintenance release Git v1.7.11.2 is now available at
the usual places.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
f67b4f6c0277250411c6872ae7b8a872ae11d313
... [More]
git-1.7.11.2.tar.gz
088996c301cca24360fd5e30ce66bfa26139fe95 git-htmldocs-1.7.11.2.tar.gz
78b46ca7b5037c61a58086879869dadeac9eea3e git-manpages-1.7.11.2.tar.gz
Also the following public repositories all have a copy of the v1.7.11.2
tag and the maint branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
Git v1.7.11.2 Release Notes
===========================
Fixes since v1.7.11.1
---------------------
* On Cygwin, the platform pread(2) is not thread safe, just like our
own compat/ emulation, and cannot be used in the index-pack
program. Makefile variable NO_THREAD_SAFE_PREAD can be defined to
avoid use of this function in a threaded program.
* "git add" allows adding a regular file to the path where a
submodule used to exist, but "git update-index" does not allow an
equivalent operation to Porcelain writers.
* "git archive" incorrectly computed the header checksum; the symptom
was observed only when using pathnames with hi-bit set.
* "git blame" did not try to make sure that the abbreviated commit
object names in its output are unique.
* Running "git bundle verify" on a bundle that records a complete
history said "it requires these 0 commits".
* "git clone --single-branch" to clone a single branch did not limit
the cloning to the specified branch.
* "git diff --no-index" did not correctly handle relative paths and
did not correctly give exit codes when run under "--quiet" option.
* "git diff --no-index" did not work with pagers correctly.
* "git diff COPYING HEAD:COPYING" gave a nonsense error message that
claimed that the treeish HEAD did not have COPYING in it.
* When "git log" gets "--simplify-merges/by-decoration" together with
"--first-parent", the combination of these options makes the
simplification logic to use in-core commit objects that haven't
been examined for relevance, either producing incorrect result or
taking too long to produce any output. Teach the simplification
logic to ignore commits that the first-parent traversal logic
ignored when both are in effect to work around the issue.
* "git ls-files --exclude=t -i" did not consider anything under t/ as
excluded, as it did not pay attention to exclusion of leading paths
while walking the index. Other two users of excluded() are also
updated.
* "git request-pull $url dev" when the tip of "dev" branch was tagged
with "ext4-for-linus" used the contents from the tag in the output
but still asked the "dev" branch to be pulled, not the tag.
Also contains minor typofixes and documentation updates.
----------------------------------------------------------------
Changes since v1.7.11.1 are as follows:
Carlos Martín Nieto (2):
Documentation: --no-walk is no-op if range is specified
git-cherry-pick.txt: clarify the use of revision range notation
Heiko Voigt (1):
update-index: allow overwriting existing submodule index entries
Jeff King (3):
fix pager.diff with diff --no-index
do not run pager with diff --no-index --quiet
diff: handle relative paths in no-index
Junio C Hamano (15):
request-pull: really favor a matching tag
ls-files -i: pay attention to exclusion of leading paths
ls-files -i: micro-optimize path_excluded()
tweak "bundle verify" of a complete history
path_excluded(): update API to less cache-entry centric
builtin/add.c: use path_excluded()
unpack-trees.c: use path_excluded() in check_ok_to_remove()
dir.c: make excluded() file scope static
revision: "simplify" options imply topo-order sort
revision: note the lack of free() in simplify_merges()
archive: ustar header checksum is computed unsigned
revision: ignore side parents while running simplify-merges
index-pack: Disable threading on cygwin
blame: compute abbreviation width that ensures uniqueness
Git 1.7.11.2
Leila Muhtasib (1):
Documentation: Fix misspellings
Matthieu Moy (2):
sha1_name: do not trigger detailed diagnosis for file arguments
verify_filename(): ask the caller to chose the kind of diagnosis
Michał Górny (1):
git-submodule.sh: fix filename in comment.
Nguyễn Thái Ngọc Duy (1):
clone: fix ref selection in --single-branch --branch=xxx
Peter Krefting (1):
Update Swedish translation (1066t0f0u)
Thomas Badie (1):
git-add--interactive.perl: Remove two unused variables
Tim Henigan (1):
diff-no-index: exit(1) if 'diff --quiet ' finds changes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|
|
Posted
over 13 years
ago
by
Junio C Hamano
The latest maintenance release Git v1.7.11.1 is now available at
the usual places.
It is a bit embarrassing but it turns out that all cross links in
the HTML version of manual pages in Git 1.7.11 were missing, and
that is the primary reason for this
... [More]
one.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
d09664978931d215e43241689eb09371b509c7ce git-1.7.11.1.tar.gz
f7d288033a508f673824a52bc21073232e7c9736 git-htmldocs-1.7.11.1.tar.gz
e2defbf75ff15d7684d70457e41bc45fb22f0e1f git-manpages-1.7.11.1.tar.gz
Also the following public repositories all have a copy of the v1.7.11.1
tag and the maint branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
Git v1.7.11.1 Release Notes
===========================
Fixes since v1.7.11
-------------------
* The cross links in the HTML version of manual pages were broken.
Also contains minor typofixes and documentation updates.
----------------------------------------------------------------
Changes since v1.7.11 are as follows:
Jeff King (1):
docs: always define git-relative-html-prefix attribute
Junio C Hamano (2):
git-commit-tree(1): update synopsis
Git 1.7.11.1
Miklos Vajna (1):
Documentation: spelling fixes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|
|
Posted
over 13 years
ago
by
Junio C Hamano
The latest feature release Git v1.7.11 is now available at the
usual places.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
15abe2c5b6b7cf9b738e3fb57ab9234ae02a1e61
... [More]
git-1.7.11.tar.gz
34d7fb39e7c5e290ca041ffca3cb1fb4256f6fb3 git-htmldocs-1.7.11.tar.gz
9f963243dfdbf5d77049e5fbb1e8e571effa4285 git-manpages-1.7.11.tar.gz
Also the following public repositories all have a copy of the v1.7.11
tag and the master branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
Git v1.7.11 Release Notes
=========================
Updates since v1.7.10
---------------------
UI, Workflows & Features
* A new mode for push, "simple", which is a cross between "current"
and "upstream", has been introduced. "git push" without any refspec
will push the current branch out to the same name at the remote
repository only when it is set to track the branch with the same
name over there. The plan is to make this mode the new default
value when push.default is not configured.
* A couple of commands learned the "--column" option to produce
columnar output.
* A third-party tool "git subtree" is distributed in contrib/
* A remote helper that acts as a proxy and caches ssl session for the
https:// transport is added to the contrib/ area.
* Error messages given when @{u} is used for a branch without its
upstream configured have been clarified.
* Even with the "-q"uiet option, "checkout" used to report setting up
tracking. Also "branch" learned the "-q"uiet option to squelch
informational message.
* Your build platform may support hardlinks but you may prefer not to
use them, e.g. when installing to DESTDIR to make a tarball and
untarring on a filesystem that has poor support for hardlinks.
There is a Makefile option NO_INSTALL_HARDLINKS for you.
* The smart-http backend used to always override GIT_COMMITTER_*
variables with REMOTE_USER and REMOTE_ADDR, but these variables are
now preserved when set.
* "git am" learned the "--include" option, which is an opposite of
existing the "--exclude" option.
* When "git am -3" needs to fall back to an application of the patch
to a synthesized preimage followed by a 3-way merge, the paths that
needed such treatment are now reported to the end user, so that the
result in them can be eyeballed with extra care.
* The output from "diff/log --stat" used to always allocate 4 columns
to show the number of modified lines, but not anymore.
* "git difftool" learned the "--dir-diff" option to spawn external
diff tools that can compare two directory hierarchies at a time
after populating two temporary directories, instead of running an
instance of the external tool once per a file pair.
* The "fmt-merge-msg" command learned to list the primary contributors
involved in the side topic you are merging in a comment in the merge
commit template.
* "git rebase" learned to optionally keep commits that do not
introduce any change in the original history.
* "git push --recurse-submodules" learned to optionally look into the
histories of submodules bound to the superproject and push them
out.
* A 'snapshot' request to "gitweb" honors If-Modified-Since: header,
based on the commit date.
* "gitweb" learned to highlight the patch it outputs even more.
Foreign Interface
* "git svn" used to die with unwanted SIGPIPE when talking with an HTTP
server that uses keep-alive.
* "git svn" learned to use platform specific authentication
providers, e.g. gnome-keyring, kwallet, etc.
* "git p4" has been moved out of the contrib/ area and has seen more
work on importing labels as tags from (and exporting tags as labels
to) p4.
Performance and Internal Implementation (please report possible regressions)
* Bash completion script (in contrib/) have been cleaned up to make
future work on it simpler.
* An experimental "version 4" format of the index file has been
introduced to reduce on-disk footprint and I/O overhead.
* "git archive" learned to produce its output without reading the
blob object it writes out in memory in its entirety.
* "git index-pack" that runs when fetching or pushing objects to
complete the packfile on the receiving end learned to use multiple
threads to do its job when available.
* The code to compute hash values for lines used by the internal diff
engine was optimized on little-endian machines, using the same
trick the kernel folks came up with.
* "git apply" had some memory leaks plugged.
* Setting up a revision traversal with many starting points was
inefficient as these were placed in a date-order priority queue
one-by-one. Now they are collected in the queue unordered first,
and sorted immediately before getting used.
* More lower-level commands learned to use the streaming API to read
from the object store without keeping everything in core.
* The weighting parameters to suggestion command name typo have been
tweaked, so that "git tags" will suggest "tag?" and not "stage?".
* Because "sh" on the user's PATH may be utterly broken on some
systems, run-command API now uses SHELL_PATH, not /bin/sh, when
spawning an external command (not applicable to Windows port).
* The API to iterate over the refs/ hierarchy has been tweaked to
allow walking only a subset of it more efficiently.
Also contains minor documentation updates and code clean-ups.
Fixes since v1.7.10
-------------------
Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
releases are contained in this release (see release notes to them for
details).
* "git submodule init" used to report "registered for path ..."
even for submodules that were registered earlier.
(cherry-pick c1c259e jl/submodule-report-new-path-once later to maint).
* "git diff --stat" used to fully count a binary file with modified
execution bits whose contents is unmodified, which was not quite
right.
----------------------------------------------------------------
Changes since v1.7.11-rc3 are as follows:
Alexander Strasser (1):
diff: Only count lines in show_shortstats
Jonathan Nieder (2):
perl/Makefile.PL: warn about duplicate module list in perl/Makefile
perl/Makefile: install Git::SVN::* when NO_PERL_MAKEMAKER=yes, too
Junio C Hamano (2):
Git 1.7.10.5
Git 1.7.11
Marco Paolone (1):
l10n: it.po: translate 212 new messages
Ramsay Allan Jones (1):
gitweb: Skip 'modification times' tests when no date parser available
SZEDER Gábor (2):
completion: put main git and gitk completion functions back into git namespace
completion: remove credential helpers from porcelain commands
Vincent van Ravesteijn (1):
Do not autosquash in case of an implied interactive rebase
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|
|
Posted
over 13 years
ago
by
Junio C Hamano
The latest maintenance release Git v1.7.10.5 is now available at
the usual places.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
9d0767ef195d3971a891efaf11996158cb341499
... [More]
git-1.7.10.5.tar.gz
3f205417f11a9ae478eb77541df483a8fc4a4bc8 git-htmldocs-1.7.10.5.tar.gz
2249a6481891a349ed9a11dec89a35afec9f9edb git-manpages-1.7.10.5.tar.gz
Also the following public repositories all have a copy of the v1.7.10.5
tag and the maint branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
This time I didn't forget to update DEF_VER in GIT-VERSION-FILE ;-)
Git v1.7.10.5 Release Notes
===========================
Fixes since v1.7.10.4
---------------------
* "git fast-export" did not give a readable error message when the
same mark erroneously appeared twice in the --import-marks input.
* "git rebase -p" used to pay attention to rebase.autosquash which
was wrong. "git rebase -p -i" should, but "git rebase -p" by
itself should not.
----------------------------------------------------------------
Changes since v1.7.10.4 are as follows:
Johannes Schindelin (1):
fast-export: report SHA-1 instead of gibberish when marks exist already
Junio C Hamano (1):
Git 1.7.10.5
Vincent van Ravesteijn (1):
Do not autosquash in case of an implied interactive rebase
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|
|
Posted
over 13 years
ago
by
Junio C Hamano
A release candidate Git v1.7.11-rc3 is now available for testing at
the usual places.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
9011f5e13e0d405c96f6446c61f3d5ba2a4803a3
... [More]
git-1.7.11.rc3.tar.gz
5bcedd47ee6a0292287139cb74bec4ba21eccd3f git-htmldocs-1.7.11.rc3.tar.gz
c6ab0608eca71a71d9354c7c533c37554fc9003c git-manpages-1.7.11.rc3.tar.gz
Also the following public repositories all have a copy of the v1.7.11-rc3
tag and the master branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
Git v1.7.11 Release Notes (draft)
=========================
Updates since v1.7.10
---------------------
UI, Workflows & Features
* A new mode for push, "simple", which is a cross between "current"
and "upstream", has been introduced. "git push" without any refspec
will push the current branch out to the same name at the remote
repository only when it is set to track the branch with the same
name over there. The plan is to make this mode the new default
value when push.default is not configured.
* A couple of commands learned the "--column" option to produce
columnar output.
* A third-party tool "git subtree" is distributed in contrib/
* A remote helper that acts as a proxy and caches ssl session for the
https:// transport is added to the contrib/ area.
* Error messages given when @{u} is used for a branch without its
upstream configured have been clarified.
* Even with the "-q"uiet option, "checkout" used to report setting up
tracking. Also "branch" learned the "-q"uiet option to squelch
informational message.
* Your build platform may support hardlinks but you may prefer not to
use them, e.g. when installing to DESTDIR to make a tarball and
untarring on a filesystem that has poor support for hardlinks.
There is a Makefile option NO_INSTALL_HARDLINKS for you.
* The smart-http backend used to always override GIT_COMMITTER_*
variables with REMOTE_USER and REMOTE_ADDR, but these variables are
now preserved when set.
* "git am" learned the "--include" option, which is an opposite of
existing the "--exclude" option.
* When "git am -3" needs to fall back to an application of the patch
to a synthesized preimage followed by a 3-way merge, the paths that
needed such treatment are now reported to the end user, so that the
result in them can be eyeballed with extra care.
* The output from "diff/log --stat" used to always allocate 4 columns
to show the number of modified lines, but not anymore.
* "git difftool" learned the "--dir-diff" option to spawn external
diff tools that can compare two directory hierarchies at a time
after populating two temporary directories, instead of running an
instance of the external tool once per a file pair.
* The "fmt-merge-msg" command learned to list the primary contributors
involved in the side topic you are merging in a comment in the merge
commit template.
* "git rebase" learned to optionally keep commits that do not
introduce any change in the original history.
* "git push --recurse-submodules" learned to optionally look into the
histories of submodules bound to the superproject and push them
out.
* A 'snapshot' request to "gitweb" honors If-Modified-Since: header,
based on the commit date.
* "gitweb" learned to highlight the patch it outputs even more.
Foreign Interface
* "git svn" used to die with unwanted SIGPIPE when talking with an HTTP
server that uses keep-alive.
* "git svn" learned to use platform specific authentication
providers, e.g. gnome-keyring, kwallet, etc.
* "git p4" has been moved out of the contrib/ area and has seen more
work on importing labels as tags from (and exporting tags as labels
to) p4.
Performance and Internal Implementation (please report possible regressions)
* Bash completion script (in contrib/) have been cleaned up to make
future work on it simpler.
* An experimental "version 4" format of the index file has been
introduced to reduce on-disk footprint and I/O overhead.
* "git archive" learned to produce its output without reading the
blob object it writes out in memory in its entirety.
* "git index-pack" that runs when fetching or pushing objects to
complete the packfile on the receiving end learned to use multiple
threads to do its job when available.
* The code to compute hash values for lines used by the internal diff
engine was optimized on little-endian machines, using the same
trick the kernel folks came up with.
* "git apply" had some memory leaks plugged.
* Setting up a revision traversal with many starting points was
inefficient as these were placed in a date-order priority queue
one-by-one. Now they are collected in the queue unordered first,
and sorted immediately before getting used.
* More lower-level commands learned to use the streaming API to read
from the object store without keeping everything in core.
* The weighting parameters to suggestion command name typo have been
tweaked, so that "git tags" will suggest "tag?" and not "stage?".
* Because "sh" on the user's PATH may be utterly broken on some
systems, run-command API now uses SHELL_PATH, not /bin/sh, when
spawning an external command (not applicable to Windows port).
* The API to iterate over the refs/ hierarchy has been tweaked to
allow walking only a subset of it more efficiently.
Also contains minor documentation updates and code clean-ups.
Fixes since v1.7.10
-------------------
Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
releases are contained in this release (see release notes to them for
details).
* "git fast-export" did not give a readable error message when the
same mark erroneously appeared twice in the --import-marks input.
(merge 43bc230 js/maint-fast-export-mark-error later to maint).
* "git rebase -p" used to pay attention to rebase.autosquash which
was wrong. "git rebase -p -i" should, but "git rebase -p" by
itself should not.
(cherry-pick 8a6dae1 vr/rebase-autosquash-does-not-imply-i later to maint).
* "git submodule init" used to report "registered for path ..."
even for submodules that were registered earlier.
(cherry-pick c1c259e jl/submodule-report-new-path-once later to maint).
* "git diff --stat" used to fully count a binary file with modified
execution bits whose contents is unmodified, which was not quite
right.
----------------------------------------------------------------
Changes since v1.7.11-rc2 are as follows:
Jeff King (1):
docs: fix cross-directory linkgit references
Jiang Xin (2):
l10n: Update git.pot (27 new, 1 removed messages)
l10n: zh_CN.po: translate 27 new messages
Johannes Schindelin (1):
fast-export: report SHA-1 instead of gibberish when marks exist already
Jonathan Nieder (3):
git-svn: make Git::SVN::Editor a separate file
git-svn: make Git::SVN::RA a separate file
git-svn: use YAML format for mergeinfo cache when possible
Junio C Hamano (2):
fmt-merge-msg: make attribution into comment lines
Git 1.7.11-rc3
Matthieu Moy (1):
api-credential.txt: document that helpers field is filled-in automatically
Ralf Thielow (1):
l10n: de.po: translate 27 new messages
Tran Ngoc Quan (1):
l10n: Update po/vi.po to v1.7.11.rc2.2.gb694fbb
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|
|
Posted
over 13 years
ago
by
Junio C Hamano
A release candidate Git v1.7.11-rc2 is now available for testing
at the usual places.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
654b72f2018d20cdf11ab768aaef162ecb2b2399
... [More]
git-1.7.11.rc2.tar.gz
8e1fd52585938a77bea52288dac86d5a9e218f2c git-htmldocs-1.7.11.rc2.tar.gz
958464c1e4a1901ac7c3a7a435636ccf8620ff1a git-manpages-1.7.11.rc2.tar.gz
Also the following public repositories all have a copy of the v1.7.11-rc2
tag and the master branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
Git v1.7.11 Release Notes (draft)
=========================
Updates since v1.7.10
---------------------
UI, Workflows & Features
* A new mode for push, "simple", which is a cross between "current"
and "upstream", has been introduced. "git push" without any refspec
will push the current branch out to the same name at the remote
repository only when it is set to track the branch with the same
name over there. The plan is to make this mode the new default
value when push.default is not configured.
* A couple of commands learned the "--column" option to produce
columnar output.
* A third-party tool "git subtree" is distributed in contrib/
* A remote helper that acts as a proxy and caches ssl session for the
https:// transport is added to the contrib/ area.
* Error messages given when @{u} is used for a branch without its
upstream configured have been clarified.
* Even with the "-q"uiet option, "checkout" used to report setting up
tracking. Also "branch" learned the "-q"uiet option to squelch
informational message.
* Your build platform may support hardlinks but you may prefer not to
use them, e.g. when installing to DESTDIR to make a tarball and
untarring on a filesystem that has poor support for hardlinks.
There is a Makefile option NO_INSTALL_HARDLINKS for you.
* The smart-http backend used to always override GIT_COMMITTER_*
variables with REMOTE_USER and REMOTE_ADDR, but these variables are
now preserved when set.
* "git am" learned the "--include" option, which is an opposite of
existing the "--exclude" option.
* When "git am -3" needs to fall back to an application of the patch
to a synthesized preimage followed by a 3-way merge, the paths that
needed such treatment are now reported to the end user, so that the
result in them can be eyeballed with extra care.
* The output from "diff/log --stat" used to always allocate 4 columns
to show the number of modified lines, but not anymore.
* "git difftool" learned the "--dir-diff" option to spawn external
diff tools that can compare two directory hierarchies at a time
after populating two temporary directories, instead of running an
instance of the external tool once per a file pair.
* The "fmt-merge-msg" command learned to list the primary contributors
involved in the side topic you are merging.
* "git rebase" learned to optionally keep commits that do not
introduce any change in the original history.
* "git push --recurse-submodules" learned to optionally look into the
histories of submodules bound to the superproject and push them
out.
* A 'snapshot' request to "gitweb" honors If-Modified-Since: header,
based on the commit date.
* "gitweb" learned to highlight the patch it outputs even more.
Foreign Interface
* "git svn" used to die with unwanted SIGPIPE when talking with an HTTP
server that uses keep-alive.
* "git svn" learned to use platform specific authentication
providers, e.g. gnome-keyring, kwallet, etc.
* "git p4" has been moved out of the contrib/ area and has seen more
work on importing labels as tags from (and exporting tags as labels
to) p4.
Performance and Internal Implementation (please report possible regressions)
* Bash completion script (in contrib/) have been cleaned up to make
future work on it simpler.
* An experimental "version 4" format of the index file has been
introduced to reduce on-disk footprint and I/O overhead.
* "git archive" learned to produce its output without reading the
blob object it writes out in memory in its entirety.
* "git index-pack" that runs when fetching or pushing objects to
complete the packfile on the receiving end learned to use multiple
threads to do its job when available.
* The code to compute hash values for lines used by the internal diff
engine was optimized on little-endian machines, using the same
trick the kernel folks came up with.
* "git apply" had some memory leaks plugged.
* Setting up a revision traversal with many starting points was
inefficient as these were placed in a date-order priority queue
one-by-one. Now they are collected in the queue unordered first,
and sorted immediately before getting used.
* More lower-level commands learned to use the streaming API to read
from the object store without keeping everything in core.
* The weighting parameters to suggestion command name typo have been
tweaked, so that "git tags" will suggest "tag?" and not "stage?".
* Because "sh" on the user's PATH may be utterly broken on some
systems, run-command API now uses SHELL_PATH, not /bin/sh, when
spawning an external command (not applicable to Windows port).
* The API to iterate over the refs/ hierarchy has been tweaked to
allow walking only a subset of it more efficiently.
Also contains minor documentation updates and code clean-ups.
Fixes since v1.7.10
-------------------
Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
releases are contained in this release (see release notes to them for
details).
* "git rebase -p" used to pay attention to rebase.autosquash which
was wrong. "git rebase -p -i" should, but "git rebase -p" by
itself should not.
(cherry-pick 8a6dae1 vr/rebase-autosquash-does-not-imply-i later to maint).
* "git submodule init" used to report "registered for path ..."
even for submodules that were registered earlier.
(cherry-pick c1c259e jl/submodule-report-new-path-once later to maint).
* "git diff --stat" used to fully count a binary file with modified
execution bits whose contents is unmodified, which was not quite
right.
----------------------------------------------------------------
Changes since v1.7.11-rc1 are as follows:
Colby Ranger (1):
Add persistent-https to contrib
Jiang Xin (2):
l10n: Update git.pot (5 new, 3 removed messages)
l10n: zh_CN.po: translate 2 new, 3 fuzzy messages
Junio C Hamano (3):
git-svn: platform auth providers are working only on 1.6.15 or newer
doc: fix xref link from api docs to manual pages
Git 1.7.11-rc2
Matthieu Moy (3):
api-credentials.txt: show the big picture first
api-credentials.txt: mention credential.helper explicitly
api-credentials.txt: add "see also" section
Ralf Thielow (4):
l10n: de.po: translate 265 new messages
l10n: de.po: translate 41 new messages
l10n: de.po: translate 2 new, 3 fuzzy messages
l10n: de.po: add additional newline
Ramkumar Ramachandra (1):
t3510 (cherry-pick-sequence): add missing '&&'
Tran Ngoc Quan (1):
l10n: Update translation for Vietnamese
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|
|
Posted
over 13 years
ago
by
Junio C Hamano
The latest maintenance release Git v1.7.10.4 is now available at
the usual places.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
ddc305ab520246790faa72bbaab4b9bf5bcf23fa
... [More]
git-1.7.10.4.tar.gz
951ecda5cbc3e7a5f30b419506ec24b54afa2b93 git-htmldocs-1.7.10.4.tar.gz
0769f6ff48d89df908cfe2af85fb4072b4178746 git-manpages-1.7.10.4.tar.gz
Also the following public repositories all have a copy of the v1.7.10.4
tag and the maint branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
Git v1.7.10.4 Release Notes
===========================
Fixes since v1.7.10.3
---------------------
* The message file for Swedish translation has been updated a bit.
* A name taken from mailmap was copied into an internal buffer
incorrectly and could overun the buffer if it is too long.
* A malformed commit object that has a header line chomped in the
middle could kill git with a NULL pointer dereference.
* An author/committer name that is a single character was mishandled
as an invalid name by mistake.
* The progress indicator for a large "git checkout" was sent to
stderr even if it is not a terminal.
* "git grep -e '$pattern'", unlike the case where the patterns are
read from a file, did not treat individual lines in the given
pattern argument as separate regular expressions as it should.
* When "git rebase" was given a bad commit to replay the history on,
its error message did not correctly give the command line argument
it had trouble parsing.
Also contains minor fixes and documentation updates.
----------------------------------------------------------------
Changes since v1.7.10.3 are as follows:
Avery Pennarun (1):
checkout: no progress messages if !isatty(2).
Erik Faye-Lund (2):
rebase: report invalid commit correctly
Makefile: add missing GIT-VERSION-FILE dependency
Jeff King (3):
fix off-by-one error in split_ident_line
pretty: avoid buffer overflow in format_person_part
avoid segfault when reading header of malformed commits
Junio C Hamano (2):
Start preparing for 1.7.10.4
Git 1.7.10.4
Peter Krefting (1):
Update Swedish translation (728t0f0u)
René Scharfe (4):
grep: factor out create_grep_pat()
grep: factor out do_append_grep_pat()
grep: support newline separated pattern list
grep: stop leaking line strings with -f
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|
|
Posted
over 13 years
ago
by
Junio C Hamano
A release candidate Git v1.7.11-rc1 is now available for testing at
the usual places.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
c5805f67a1c21922f5fe7456dae9fb9b8c4b9a16
... [More]
git-1.7.11.rc1.tar.gz
379bc711136df07ae64da4f14a90a3837f3e248c git-htmldocs-1.7.11.rc1.tar.gz
5ba3bc8dd9fcf775a2364a5b73bb84600cc903af git-manpages-1.7.11.rc1.tar.gz
Also the following public repositories all have a copy of the v1.7.11-rc1
tag and the master branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
Git v1.7.11 Release Notes (draft)
=========================
Updates since v1.7.10
---------------------
UI, Workflows & Features
* A new mode for push, "simple", which is a cross between "current"
and "upstream", has been introduced. "git push" without any refspec
will push the current branch out to the same name at the remote
repository only when it is set to track the branch with the same
name over there. The plan is to make this mode the new default
value when push.default is not configured.
* A couple of commands learned the "--column" option to produce
columnar output.
* A third-party tool "git subtree" is distributed in contrib/
* Error messages given when @{u} is used for a branch without its
upstream configured have been clatified.
* Even with "-q"uiet option, "checkout" used to report setting up
tracking. Also "branch" learned the "-q"uiet option to squelch
informational message.
* Your build platform may support hardlinks but you may prefer not to
use them, e.g. when installing to DESTDIR to make a tarball and
untarring on a filesystem that has poor support for hardlinks.
There is a Makefile option NO_INSTALL_HARDLINKS for you.
* The smart-http backend used to always override GIT_COMMITTER_*
variables with REMOTE_USER and REMOTE_ADDR, but these variables are
now preserved when set.
* "git am" learned the "--include" option, which is an opposite of
existing the "--exclude" option.
* When "git am -3" needs to fall back to an application to a
synthesized preimage followed by a 3-way merge, the paths that
needed such treatment are now reported to the end user, so that the
result in them can be eyeballed with extra care.
* The output from "diff/log --stat" used to always allocate 4 columns
to show the number of modified lines, but not anymore.
* "git difftool" learned the "--dir-diff" option to spawn external
diff tools that can compare two directory hierarchies at a time
after populating two temporary directories, instead of running an
instance of the external tool once per a file pair.
* The "fmt-merge-msg" command learns to list the primary contributors
involved in the side topic you are merging.
* "git rebase" learned to optionally keep commits that do not
introduce any change in the original history.
* "git push --recurse-submodules" learned to optionally look into the
histories of submodules bound to the superproject and push them
out.
* A 'snapshot' request to "gitweb" honors If-Modified-Since: header,
based on the commit date.
* "gitweb" learned to highlight the patch it outputs even more.
Foreign Interface
* "git svn" used to die with unwanted SIGPIPE when talking with HTTP
server that uses keep-alive.
* "git svn" learned to use platform specific authentication
providers, e.g. gnome-keyring, kwallet, etc.
* "git p4" has been moved out of contrib/ area and has seen more work
on importing labels as tags from (and exporting tags as labels to)
p4.
Performance and Internal Implementation (please report possible regressions)
* Bash completion script (in contrib/) have been cleaned up to make
future work on it simpler.
* An experimental "version 4" format of the index file has been
introduced to reduce on-disk footprint and I/O overhead.
* "git archive" learned to produce its output without reading the
blob object it writes out in memory in its entirety.
* "git index-pack" that runs when fetching or pushing objects to
complete the packfile on the receiving end learned to use multiple
threads to do its job when available.
* The code to compute hash values for lines used by the internal diff
engine was optimized on little-endian machines, using the same
trick the kernel folks came up with.
* "git apply" had some memory leaks plugged.
* Setting up a revision traversal with many starting points was
inefficient as these were placed in a date-order priority queue
one-by-one. Now they are collected in the queue unordered first,
and sorted immediately before getting used.
* More lower-level commands learned to use the streaming API to read
from the object store without keeping everything in core.
* The weighting parameters to suggestion command name typo have been
tweaked, so that "git tags" will suggest "tag?" and not "stage?".
* Because "sh" on the user's PATH may be utterly broken on some
systems, run-command API now uses SHELL_PATH, not /bin/sh, when
spawning an external command (not applicable to Windows port).
* The API to iterate over refs/ hierarchy has been tweaked to allow
walking only a subset of it more efficiently.
Also contains minor documentation updates and code clean-ups.
Fixes since v1.7.10
-------------------
Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
releases are contained in this release (see release notes to them for
details).
* "git rebase -p" used to pay attention to rebase.autosquash which
was wrong. "git rebase -p -i" should, but "git rebase -p" by
itself should not.
(cherry-pick 8a6dae1 vr/rebase-autosquash-does-not-imply-i later to maint).
* "git submodule init" used to report "registered for path ..."
even for submodules that were registered earlier.
(cherry-pick c1c259e jl/submodule-report-new-path-once later to maint).
* "git diff --stat" used to fully count a binary file with modified
execution bits whose contents is unmodified, which was not quite
right.
----------------------------------------------------------------
Changes since v1.7.11-rc0 are as follows:
Erik Faye-Lund (2):
rebase: report invalid commit correctly
Makefile: add missing GIT-VERSION-FILE dependency
Jeff King (30):
ident: split setup_ident into separate functions
http-push: do not access git_default_email directly
fmt-merge-msg: don't use static buffer in record_person
move identity config parsing to ident.c
move git_default_* variables to ident.c
ident: trim trailing newline from /etc/mailname
format-patch: use default email for generating message ids
fmt_ident: drop IDENT_WARN_ON_NO_NAME code
ident: don't write fallback username into git_default_name
drop length limitations on gecos-derived names and emails
ident: report passwd errors with a more friendly message
ident: use full dns names to generate email addresses
ident: use a dynamic strbuf in fmt_ident
ident: trim whitespace from default name/email
format-patch: refactor get_patch_filename
fetch-pack: sort incoming heads
fetch-pack: avoid quadratic behavior in remove_duplicates
add sorting infrastructure for list refs
fetch-pack: sort the list of incoming refs
fetch-pack: avoid quadratic loop in filter_refs
fetch-pack: sort incoming heads list earlier
ident: reword empty ident error message
ident: refactor NO_DATE flag in fmt_ident
ident: let callers omit name with fmt_indent
format-patch: use GIT_COMMITTER_EMAIL in message ids
ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT
ident: reject bogus email addresses with IDENT_STRICT
format-patch: do not use bogus email addresses in message ids
t5701: modernize style
INSTALL: update asciidoc recommendation
Jens Lehmann (1):
submodules: print "registered for path" message only once
Jiang Xin (5):
l10n: Update git.pot (41 new messages)
l10n: zh.CN.po: update by msgmerge git.pot
l10n: zh_CN.po: translate 323 new messages
l10n: Set nplurals of zh_CN.po from 1 to 2
i18n: apply: split to fix a partial i18n message
Jonathan Nieder (3):
git-svn: move Git::SVN::Prompt into its own file
git-svn: rename SVN::Git::* packages to Git::SVN::*
git-svn: make Git::SVN::Fetcher a separate file
Junio C Hamano (6):
refs: do not create ref_entry when searching
cherry-pick: regression fix for empty commits
Start preparing for 1.7.10.4
Update draft release notes to 1.7.11
Git 1.7.10.4
Git 1.7.11-rc1
Marco Paolone (1):
l10n: New it.po file with 504 translations
Matthieu Moy (1):
Reduce cost of deletion in levenstein distance (4 -> 3)
Michael Haggerty (5):
free_ref_entry(): do not trigger reading of loose refs
cmd_fetch_pack(): declare dest to be const
cmd_fetch_pack(): handle non-option arguments outside of the loop
cmd_fetch_pack(): combine the loop termination conditions
cmd_fetch_pack(): respect constness of argv parameter
Nguyễn Thái Ngọc Duy (2):
pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."
pack-objects: refactor write_object() into helper functions
Peter Krefting (1):
Update Swedish translation (728t0f0u)
René Scharfe (3):
refs: convert parameter of search_ref_dir() to length-limited string
refs: convert parameter of create_dir_entry() to length-limited string
refs: use strings directly in find_containing_dir()
Tran Ngoc Quan (2):
Init translation for Vietnamese
First release translation for Vietnamese
Vincent van Ravesteijn (1):
Do not autosquash in case of an implied interactive rebase
Vitor Antunes (3):
git-p4: Test changelists touching two branches
git-p4: Verify detection of "empty" branch creation
git-p4: Clean up branch test cases
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|
|
Posted
over 13 years
ago
by
Junio C Hamano
The latest maintenance release Git 1.7.10.3 is now available at
the usual places.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
172c6ad5a55276213c5e40b83a4c270f6f931b3e
... [More]
git-1.7.10.3.tar.gz
c75f9dd4e5157b0c0cb53d67a599b1b038b9c708 git-htmldocs-1.7.10.3.tar.gz
4ae4f9f0f0dc42ad5cb2de309049c953841bc413 git-manpages-1.7.10.3.tar.gz
Also the following public repositories all have a copy of the v1.7.10.3
tag and the maint branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
Git v1.7.10.3 Release Notes
===========================
Fixes since v1.7.10.2
---------------------
* The message file for German translation has been updated a bit.
* Running "git checkout" on an unborn branch used to corrupt HEAD.
* When checking out another commit from an already detached state, we
used to report all commits that are not reachable from any of the
refs as lossage, but some of them might be reachable from the new
HEAD, and there is no need to warn about them.
* Some time ago, "git clone" lost the progress output for its
"checkout" phase; when run without any "--quiet" option, it should
give progress to the lengthy operation.
* The directory path used in "git diff --no-index", when it recurses
down, was broken with a recent update after v1.7.10.1 release.
* "log -z --pretty=tformat:..." did not terminate each record with
NUL. The fix is not entirely correct when the output also asks for
--patch and/or --stat, though.
* The DWIM behaviour for "log --pretty=format:%gd -g" was somewhat
broken and gave undue precedence to configured log.date, causing
"git stash list" to show "stash@{time stamp string}".
* "git status --porcelain" ignored "--branch" option by mistake. The
output for "git status --branch -z" was also incorrect and did not
terminate the record for the current branch name with NUL as asked.
* When a submodule repository uses alternate object store mechanism,
some commands that were started from the superproject did not
notice it and failed with "No such object" errors. The subcommands
of "git submodule" command that recursed into the submodule in a
separate process were OK; only the ones that cheated and peeked
directly into the submodule's repository from the primary process
were affected.
Also contains minor fixes and documentation updates.
----------------------------------------------------------------
Changes since v1.7.10.2 are as follows:
Bobby Powers (2):
diff --no-index: reset temporary buffer lengths on directory iteration
diff --no-index: don't leak buffers in queue_diff
Carlos Martín Nieto (1):
pack-protocol: fix first-want separator in the examples
Erik Faye-Lund (2):
clone: fix progress-regression
checkout: do not corrupt HEAD on empty repo
Heiko Voigt (2):
link to gitmodules page at the beginning of git-submodule documentation
teach add_submodule_odb() to look for alternates
Jan Krüger (1):
log-tree: use custom line terminator in line termination mode
Jeff King (10):
docs: stop using asciidoc no-inline-literal
t1411: add more selector index/date tests
log: respect date_mode_explicit with --format:%gd
reflog-walk: clean up "flag" field of commit_reflog struct
reflog-walk: always make HEAD@{0} show indexed selectors
commit: refactor option parsing
status: refactor null_termination option
status: fix null termination with "-b"
status: respect "-b" for porcelain format
osxkeychain: pull make config from top-level directory
Jens Lehmann (1):
Consistently use "superproject" instead of "supermodule"
Jiang Xin (4):
l10n: Update git.pot (1 new messages)
l10n: zh_CN.po: translate 1 new message
l10n: Update git.pot (3 new, 2 removed messages)
l10n: zh_CN.po: translate 3 new messages
Johannes Sixt (3):
t2020-checkout-detach: check for the number of orphaned commits
checkout (detached): truncate list of orphaned commits at the new HEAD
t3404: begin "exchange commits with -p" test with correct preconditions
Jonathan Nieder (1):
config doc: remove confusion about relative GIT_DIR from FILES section
Junio C Hamano (5):
log-tree: the previous one is still not quite right
reflog-walk: tell explicit --date=default from not having --date at all
Start preparing for 1.7.10.3
Update draft release notes to 1.7.10.3
Git 1.7.10.3
Linus Torvalds (1):
fmt-merge-message: add empty line between tag and signature verification
Ralf Thielow (7):
l10n: add new members to German translation team
l10n: de.po: translate "track" as "beobachten"
l10n: de.po: translate "remote" as "extern"
l10n: de.po: collection of improvements
l10n: de.po: unify translation of "ahead" and "behind"
l10n: de.po: translate one new message
l10n: de.po: translate 3 new messages
Thomas Rast (4):
l10n: de.po: translate "bare" as "bloß"
l10n: de.po: hopefully uncontroversial fixes
l10n: de.po: translate "bad" as "ungültig" ("invalid")
l10n: de.po: collection of suggestions
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|
|
Posted
over 13 years
ago
by
Junio C Hamano
A release candidate Git 1.7.11.rc0 is now available for testing at
the usual places.
The release tarballs are found at:
http://code.google.com/p/git-core/downloads/list
and their SHA-1 checksums are:
8661e1ee946728c8b0d948982f9430634680bd34
... [More]
git-1.7.11.rc0.tar.gz
2d09cfc9c1cae51864c1cb44670d23c7953c1825 git-htmldocs-1.7.11.rc0.tar.gz
62976ccf1f577917225811cd1facfdf88aa67195 git-manpages-1.7.11.rc0.tar.gz
Also the following public repositories all have a copy of the v1.7.11.rc0
tag and the master branch that the tag points at:
url = git://repo.or.cz/alt-git.git
url = https://code.google.com/p/git-core/
url = git://git.sourceforge.jp/gitroot/git-core/git.git
url = git://git-core.git.sourceforge.net/gitroot/git-core/git-core
url = https://github.com/gitster/git
Git v1.7.11 Release Notes (draft)
=========================
Updates since v1.7.10
---------------------
UI, Workflows & Features
* A new mode for push, "simple", which is a cross between "current"
and "upstream", has been introduced. "git push" without any refspec
will push the current branch out to the same name at the remote
repository only when it is set to track the branch with the same
name over there. The plan is to make this mode the new default
value when push.default is not configured.
* A couple of commands learned the "--column" option to produce
columnar output.
* A third-party tool "git subtree" is distributed in contrib/
* Error messages given when @{u} is used for a branch without its
upstream configured have been clatified.
* Even with "-q"uiet option, "checkout" used to report setting up
tracking. Also "branch" learned the "-q"uiet option to squelch
informational message.
* Your build platform may support hardlinks but you may prefer not to
use them, e.g. when installing to DESTDIR to make a tarball and
untarring on a filesystem that has poor support for hardlinks.
There is a Makefile option NO_INSTALL_HARDLINKS for you.
* The smart-http backend used to always override GIT_COMMITTER_*
variables with REMOTE_USER and REMOTE_ADDR, but these variables are
now preserved when set.
* "git am" learned the "--include" option, which is an opposite of
existing the "--exclude" option.
* When "git am -3" needs to fall back to an application to a
synthesized preimage followed by a 3-way merge, the paths that
needed such treatment are now reported to the end user, so that the
result in them can be eyeballed with extra care.
* The output from "diff/log --stat" used to always allocate 4 columns
to show the number of modified lines, but not anymore.
* "git difftool" learned the "--dir-diff" option to spawn external
diff tools that can compare two directory hierarchies at a time
after populating two temporary directories, instead of running an
instance of the external tool once per a file pair.
* The "fmt-merge-msg" command learns to list the primary contributors
involved in the side topic you are merging.
* "git rebase" learned to optionally keep commits that do not
introduce any change in the original history.
* "git push --recurse-submodules" learned to optionally look into the
histories of submodules bound to the superproject and push them
out.
* A 'snapshot' request to "gitweb" honors If-Modified-Since: header,
based on the commit date.
* "gitweb" learned to highlight the patch it outputs even more.
Foreign Interface
* "git svn" used to die with unwanted SIGPIPE when talking with HTTP
server that uses keep-alive.
* "git svn" learned to use platform specific authentication
providers, e.g. gnome-keyring, kwallet, etc.
* "git p4" has been moved out of contrib/ area and has seen more work
on importing labels as tags from (and exporting tags as labels to)
p4.
Performance and Internal Implementation (please report possible regressions)
* Bash completion script (in contrib/) have been cleaned up to make
future work on it simpler.
* An experimental "version 4" format of the index file has been
introduced to reduce on-disk footprint and I/O overhead.
* "git archive" learned to produce its output without reading the
blob object it writes out in memory in its entirety.
* "git index-pack" that runs when fetching or pushing objects to
complete the packfile on the receiving end learned to use multiple
threads to do its job when available.
* The code to compute hash values for lines used by the internal diff
engine was optimized on little-endian machines, using the same
trick the kernel folks came up with.
* "git apply" had some memory leaks plugged.
* Setting up a revision traversal with many starting points was
inefficient as these were placed in a date-order priority queue
one-by-one. Now they are collected in the queue unordered first,
and sorted immediately before getting used.
* More lower-level commands learned to use the streaming API to read
from the object store without keeping everything in core.
* Because "sh" on the user's PATH may be utterly broken on some
systems, run-command API now uses SHELL_PATH, not /bin/sh, when
spawning an external command (not applicable to Windows port).
* The API to iterate over refs/ hierarchy has been tweaked to allow
walking only a subset of it more efficiently.
Also contains minor documentation updates and code clean-ups.
Fixes since v1.7.10
-------------------
Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
releases are contained in this release (see release notes to them for
details).
* The progress indicator for a large "git checkout" was sent to
stderr even if it is not a terminal.
(merge e9fc64c ap/checkout-no-progress-for-non-tty later to maint).
* A name taken from mailmap was copied into an internal buffer
incorrectly and could overun the buffer if it is too long.
(merge c9b4e9e jk/format-person-part-buffer-limit later to maint).
* A malformed commit object that has a header line chomped in the
middle could kill git with a NULL pointer dereference.
(merge a9c7a8a jk/pretty-commit-header-incomplete-line later to maint).
* An author/committer name that is a single character was mishandled
as an invalid name by mistake.
(merge d9955fd jk/ident-split-fix later to maint).
* "git grep -e '$pattern'", unlike the case where the patterns are
read from a file, did not treat individual lines in the given
pattern argument as separate regular expressions as it should.
(merge ec83061 rs/maint-grep-F later to maint).
* "git diff --stat" used to fully count a binary file with modified
execution bits whose contents is unmodified, which was not quite
right.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html [Less]
|