Accepting request 245535 from devel:tools:scm

1

OBS-URL: https://build.opensuse.org/request/show/245535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=139
This commit is contained in:
Stephan Kulow
2014-08-27 14:53:04 +00:00
committed by Git OBS Bridge
parent 566463c9d0
commit e7c2cff8f7
6 changed files with 29 additions and 57 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Aug 17 20:51:52 UTC 2014 - andreas.stieger@gmx.de
- git 2.1.0
- incompatible changes:
* default pager configuration no longer wraps long lines. To
restore:
$ git config core.pager "less -S"
$ git config pager.blame "less -S"
- Changes to specific UI, configuration, workflow and features
- Bug fixes and internal improvements
- Full list:
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.1.0.txt
- remove pathc, upstream:
0001-git-subtree-Use-gitexecdir-instead-of-libexecdir.patch
-------------------------------------------------------------------
Thu Jul 31 16:01:38 UTC 2014 - andreas.stieger@gmx.de