2011-05-02 01:29:43 +02:00
|
|
|
Git v1.7.6 Release Notes (draft)
|
2011-04-27 21:09:04 +02:00
|
|
|
========================
|
|
|
|
|
|
|
|
Updates since v1.7.5
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
* Various git-svn updates.
|
|
|
|
|
2011-05-03 01:10:50 +02:00
|
|
|
* Clean-up of the C part of i18n (but not l10n---please wait)
|
|
|
|
continues.
|
|
|
|
|
2011-05-06 20:13:08 +02:00
|
|
|
* Processes spawned by "[alias] <name> = !process" in the configuration
|
|
|
|
can inspect GIT_PREFIX environment variable to learn where in the
|
|
|
|
working tree the original command was invoked.
|
|
|
|
|
2011-04-27 21:09:04 +02:00
|
|
|
* "git blame" learned "--abbrev[=<n>]" option to control the minimum
|
|
|
|
number of hexdigits shown for commit object names.
|
|
|
|
|
2011-05-06 20:13:08 +02:00
|
|
|
* "git cvsimport" learned that CVSNT stores its password file in a
|
|
|
|
location different from the traditional CVS.
|
|
|
|
|
2011-05-02 01:29:43 +02:00
|
|
|
* "git diff -C -C" used to disable the rename detection entirely when
|
|
|
|
there are too many copy candidate paths in the tree; now it falls
|
|
|
|
back to "-C" when doing so would keep the copy candidate paths
|
|
|
|
under the rename detection limit.
|
|
|
|
|
2011-04-27 21:09:04 +02:00
|
|
|
* "git format-patch" learned "--quiet" option to suppress the output of
|
|
|
|
the names of generated files.
|
|
|
|
|
2011-05-06 20:13:08 +02:00
|
|
|
* "git format-patch" quotes people's names when it has RFC822 special
|
|
|
|
characters in it, e.g. "Junio C. Hamano" <jch@example.com>. Earlier
|
|
|
|
it was up to the user to do this when using its output.
|
|
|
|
|
2011-05-03 01:10:50 +02:00
|
|
|
* "git log" and friends learned a new "--notes" option to replace the
|
|
|
|
"--show-notes" option. Unlike "--show-notes", "--notes=<ref>" does
|
|
|
|
not imply showing the default notes.
|
|
|
|
|
2011-04-27 21:09:04 +02:00
|
|
|
* "git merge" learned "-" as a short-hand for "the previous branch", just
|
|
|
|
like the way "git checkout -" works.
|
|
|
|
|
2011-05-06 20:13:08 +02:00
|
|
|
* "git merge-one-file" learned to honor GIT_WORK_TREE settings when
|
|
|
|
handling "both sides added, differently" conflict.
|
|
|
|
|
2011-05-05 01:02:17 +02:00
|
|
|
* "git rev-list --count" used with "--cherry-mark" counts the cherry-picked
|
|
|
|
commits separately, producing more a useful output.
|
2011-04-27 21:09:04 +02:00
|
|
|
|
2011-05-03 01:10:50 +02:00
|
|
|
* "git submodule update" learned "--force" option to get rid of local
|
|
|
|
changes in submodules and replace them with the up-to-date version.
|
|
|
|
|
2011-05-05 01:02:17 +02:00
|
|
|
* Compressed tarball gitweb generates is made without the timestamp of
|
|
|
|
the tarball generation; snapshot from the same tree should result in
|
|
|
|
a same tarball.
|
2011-04-27 21:09:04 +02:00
|
|
|
|
2011-05-06 20:13:08 +02:00
|
|
|
* "git-p4" (in contrib) learned to merge a file that was added on both
|
|
|
|
branches differently by using 2-way merge.
|
|
|
|
|
|
|
|
Also contains various documentation updates and minor miscellaneous
|
|
|
|
changes.
|
2011-04-27 21:09:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
Fixes since v1.7.5
|
|
|
|
------------------
|
|
|
|
|
|
|
|
Unless otherwise noted, all the fixes in 1.7.5.X maintenance track are
|
|
|
|
included in this release.
|
|
|
|
|
|
|
|
* "git config" used to choke with an insanely long line.
|
|
|
|
(merge ef/maint-strbuf-init later)
|
|
|
|
|
2011-05-06 20:13:08 +02:00
|
|
|
* "git diff-files" did not show the mode information from the working
|
|
|
|
tree side of an unmerged path correctly.
|
|
|
|
(merge jc/fix-diff-files-unmerged later)
|
|
|
|
|
|
|
|
* "git diff -M --cached" used to use unmerged path as a possible rename
|
2011-05-03 01:10:50 +02:00
|
|
|
source candidate, which made no sense.
|
|
|
|
(merge mz/maint-rename-unmerged later)
|
|
|
|
|
2011-04-27 21:09:04 +02:00
|
|
|
* "git format-patch" when run with "--quiet" option used to produce a
|
|
|
|
nonsense result that consists of alternating empty output.
|
|
|
|
(merge early part of cn/format-patch-quiet later)
|
|
|
|
|
2011-05-05 01:02:17 +02:00
|
|
|
* "git format-patch" did not quote RFC822 special characters in the
|
|
|
|
email address (e.g From: Junio C. Hamano <jch@example.com>, not
|
|
|
|
From: "Junio C. Hamano" <jch@example.com>).
|
|
|
|
(merge jk/format-patch-quote-special-in-from later)
|
|
|
|
|
|
|
|
* "git mergetool" did not handle conflicted submoudules gracefully.
|
|
|
|
(merge jm/mergetool-submodules later)
|
|
|
|
|
2011-05-06 20:13:08 +02:00
|
|
|
* "git rebase -i -p" failed to preserve the history when there is a
|
|
|
|
redundant merge created with the --no-ff option.
|
|
|
|
(merge aw/maint-rebase-i-p-no-ff later)
|
|
|
|
|
2011-04-27 21:09:04 +02:00
|
|
|
* "git stash -p --no-keep-index" and "git stash --no-keep-index -p" now
|
|
|
|
mean the same thing.
|
|
|
|
(merge dm/stash-k-i-p later)
|
|
|
|
|
|
|
|
* "git upload-pack" (hence "git push" over git native protocol) had a
|
|
|
|
subtle race condition that could lead to a deadlock.
|
|
|
|
(merge jk/maint-upload-pack-shallow later)
|
|
|
|
|
|
|
|
---
|
|
|
|
exec >/var/tmp/1
|
|
|
|
echo O=$(git describe master)
|
2011-05-06 20:13:08 +02:00
|
|
|
O=v1.7.5.1-216-g3970fc5
|
2011-04-27 21:09:04 +02:00
|
|
|
git shortlog --no-merges ^maint ^$O master
|