Accepting request 317543 from devel:tools:scm

1

OBS-URL: https://build.opensuse.org/request/show/317543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=160
This commit is contained in:
Stephan Kulow
2015-07-21 11:25:30 +00:00
committed by Git OBS Bridge
parent 3454b7cd66
commit 4206602985
7 changed files with 30 additions and 9 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 17 10:41:11 UTC 2015 - astieger@suse.com
- git 2.4.6:
* "git fetch --depth=<depth>" and "git clone --depth=<depth>"
issued a shallow transfer request even to an upload-pack that
does not support the capability.
* "git fsck" used to ignore missing or invalid objects recorded in
reflog.
* The tcsh completion writes a bash scriptlet but that would have
failed for users with noclobber set.
* "git format-patch --ignore-if-upstream A..B" did not like to be
fed tags as boundary commits.
- git-tcsh-completion-fixes.diff adjusted for context changes
-------------------------------------------------------------------
Fri Jun 26 12:13:19 UTC 2015 - astieger@suse.com