SHA256
1
0
forked from pool/git

Accepting request 745173 from devel:tools:scm

- 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch: Don't remove
  "-x manpage.xsl" option
- BuildRequire docbook5-xsl-stylesheets
- git 2.24.0
  * The command line parser learned "--end-of-options" notation.
  * A mechanism to affect the default setting for a (related) group of
    configuration variables is introduced.
  * "git fetch" learned "--set-upstream" option to help those who first
    clone from their private fork they intend to push to, add the true
    upstream via "git remote add" and then "git fetch" from it.
  * fixes and improvements to UI, workflow and features, bash completion fixes
- modified patch 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch
  * part of it merged upstream
  * the Makefile attempted to download some documentation, banned

OBS-URL: https://build.opensuse.org/request/show/745173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=240
This commit is contained in:
2019-11-08 14:21:58 +00:00
committed by Git OBS Bridge
parent e7c139d2e6
commit d547c32f13
7 changed files with 31 additions and 33 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Nov 4 10:45:32 UTC 2019 - Andreas Schwab <schwab@linux-m68k.org>
- 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch: Don't remove
"-x manpage.xsl" option
- BuildRequire docbook5-xsl-stylesheets
-------------------------------------------------------------------
Mon Nov 4 09:28:56 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- git 2.24.0
* The command line parser learned "--end-of-options" notation.
* A mechanism to affect the default setting for a (related) group of
configuration variables is introduced.
* "git fetch" learned "--set-upstream" option to help those who first
clone from their private fork they intend to push to, add the true
upstream via "git remote add" and then "git fetch" from it.
* fixes and improvements to UI, workflow and features, bash completion fixes
- modified patch 0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch
* part of it merged upstream
* the Makefile attempted to download some documentation, banned
-------------------------------------------------------------------
Mon Oct 7 11:58:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>