Accepting request 1237608 from devel:tools:scm
Forwarded request #1237560 from AndreasStieger git 2.48.0 OBS-URL: https://build.opensuse.org/request/show/1237608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=319
This commit is contained in:
commit
616a142099
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f3d8f9bb23ae392374e91cd9d395970dabc5b9c5ee72f39884613cd84a6ed310
|
|
||||||
size 7654244
|
|
BIN
git-2.48.0.tar.sign
Normal file
BIN
git-2.48.0.tar.sign
Normal file
Binary file not shown.
3
git-2.48.0.tar.xz
Normal file
3
git-2.48.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4803b809c42696b3b8cce6b0ba6de26febe1197f853daf930a484db93c1ad0d5
|
||||||
|
size 7723336
|
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
Documentation/asciidoc.conf | 2 ++
|
Documentation/asciidoc.conf.in | 2 ++
|
||||||
1 file changed, 2 insertions(+)
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
Index: git-2.11.0/Documentation/asciidoc.conf
|
Index: git-2.48.0/Documentation/asciidoc.conf.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- git-2.11.0.orig/Documentation/asciidoc.conf
|
--- git-2.48.0.orig/Documentation/asciidoc.conf.in
|
||||||
+++ git-2.11.0/Documentation/asciidoc.conf
|
+++ git-2.48.0/Documentation/asciidoc.conf.in
|
||||||
@@ -21,6 +21,8 @@ tilde=~
|
@@ -24,6 +24,8 @@ litdd=--
|
||||||
apostrophe='
|
manmanual=Git Manual
|
||||||
backtick=`
|
mansource=Git @GIT_VERSION@
|
||||||
litdd=--
|
revdate=@GIT_DATE@
|
||||||
+# drops the "last-updated" footer, with asciidoc-8.6.9+
|
+# drops the "last-updated" footer, with asciidoc-8.6.9+
|
||||||
+footer-style=none
|
+footer-style=none
|
||||||
|
|
||||||
ifdef::backend-docbook[]
|
ifdef::doctype-book[]
|
||||||
[linkgit-inlinemacro]
|
[titles]
|
||||||
|
12
git.changes
12
git.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 13 20:00:00 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 2.48.0
|
||||||
|
* Reference consistency checks: git refs verify
|
||||||
|
* Reflogs can now be migrated with git refs migrate
|
||||||
|
* git is free of memory leaks as covered by the test suite
|
||||||
|
* Performance improvements
|
||||||
|
* Other improvements, UI changes, options extensions and largely
|
||||||
|
compatible behavior changes as listed in
|
||||||
|
https://raw.githubusercontent.com/git/git/refs/tags/v2.48.0/Documentation/RelNotes/2.48.0.txt
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 25 10:58:31 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
Mon Nov 25 10:58:31 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
4
git.spec
4
git.spec
@ -2,7 +2,7 @@
|
|||||||
# spec file for package git
|
# spec file for package git
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -43,7 +43,7 @@
|
|||||||
%bcond_with asciidoctor
|
%bcond_with asciidoctor
|
||||||
%endif
|
%endif
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.47.1
|
Version: 2.48.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user