Accepting request 635268 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/635268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=223
This commit is contained in:
parent
31fbf04c09
commit
3dbfce08a4
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92
|
||||
size 5102264
|
BIN
git-2.19.0.tar.sign
Normal file
BIN
git-2.19.0.tar.sign
Normal file
Binary file not shown.
3
git-2.19.0.tar.xz
Normal file
3
git-2.19.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:180feff58fc0d965d23ea010aa2c69ead92ec318eb9b09cf737529aec62f3ef4
|
||||
size 5227124
|
68
git.changes
68
git.changes
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 11 14:40:01 UTC 2018 - Petr Vorel <pvorel@suse.cz>
|
||||
|
||||
- git 2.19.0:
|
||||
* "git diff" compares the index and the working tree. For paths
|
||||
added with intent-to-add bit, the command shows the full contents
|
||||
of them as added, but the paths themselves were not marked as new
|
||||
files. They are now shown as new by default.
|
||||
* "git apply" learned the "--intent-to-add" option so that an
|
||||
otherwise working-tree-only application of a patch will add new
|
||||
paths to the index marked with the "intent-to-add" bit.
|
||||
* "git grep" learned the "--column" option that gives not just the
|
||||
line number but the column number of the hit.
|
||||
* The "-l" option in "git branch -l" is an unfortunate short-hand for
|
||||
"--create-reflog", but many users, both old and new, somehow expect
|
||||
it to be something else, perhaps "--list". This step warns when "-l"
|
||||
is used as a short-hand for "--create-reflog" and warns about the
|
||||
future repurposing of the it when it is used.
|
||||
* The userdiff pattern for .php has been updated.
|
||||
* The content-transfer-encoding of the message "git send-email" sends
|
||||
out by default was 8bit, which can cause trouble when there is an
|
||||
overlong line to bust RFC 5322/2822 limit. A new option 'auto' to
|
||||
automatically switch to quoted-printable when there is such a line
|
||||
in the payload has been introduced and is made the default.
|
||||
* "git checkout" and "git worktree add" learned to honor
|
||||
checkout.defaultRemote when auto-vivifying a local branch out of a
|
||||
remote tracking branch in a repository with multiple remotes that
|
||||
have tracking branches that share the same names.
|
||||
(merge 8d7b558bae ab/checkout-default-remote later to maint).
|
||||
* "git grep" learned the "--only-matching" option.
|
||||
* "git rebase --rebase-merges" mode now handles octopus merges as
|
||||
well.
|
||||
* Add a server-side knob to skip commits in exponential/fibbonacci
|
||||
stride in an attempt to cover wider swath of history with a smaller
|
||||
number of iterations, potentially accepting a larger packfile
|
||||
transfer, instead of going back one commit a time during common
|
||||
ancestor discovery during the "git fetch" transaction.
|
||||
(merge 42cc7485a2 jt/fetch-negotiator-skipping later to maint).
|
||||
* A new configuration variable core.usereplacerefs has been added,
|
||||
primarily to help server installations that want to ignore the
|
||||
replace mechanism altogether.
|
||||
* Teach "git tag -s" etc. a few configuration variables (gpg.format
|
||||
that can be set to "openpgp" or "x509", and gpg.<format>.program
|
||||
that is used to specify what program to use to deal with the format)
|
||||
to allow x.509 certs with CMS via "gpgsm" to be used instead of
|
||||
openpgp via "gnupg".
|
||||
* Many more strings are prepared for l10n.
|
||||
* "git p4 submit" learns to ask its own pre-submit hook if it should
|
||||
continue with submitting.
|
||||
* The test performed at the receiving end of "git push" to prevent
|
||||
bad objects from entering repository can be customized via
|
||||
receive.fsck.* configuration variables; we now have gained a
|
||||
counterpart to do the same on the "git fetch" side, with
|
||||
fetch.fsck.* configuration variables.
|
||||
* "git pull --rebase=interactive" learned "i" as a short-hand for
|
||||
"interactive".
|
||||
* "git instaweb" has been adjusted to run better with newer Apache on
|
||||
RedHat based distros.
|
||||
* "git range-diff" is a reimplementation of "git tbdiff" that lets us
|
||||
compare individual patches in two iterations of a topic.
|
||||
* The sideband code learned to optionally paint selected keywords at
|
||||
the beginning of incoming lines on the receiving end.
|
||||
* "git branch --list" learned to take the default sort order from the
|
||||
'branch.sort' configuration variable, just like "git tag --list"
|
||||
pays attention to 'tag.sort'.
|
||||
* "git worktree" command learned "--quiet" option to make it less
|
||||
verbose.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 27 09:21:46 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user