Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2022-07-12 11:11:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Tue Jul 12 11:11:57 2022 rev:282 rq:988274 version:2.37.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2022-07-09 16:58:56.988428203 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new.1523/git.changes        2022-07-12 
11:12:01.551665969 +0200
@@ -1,0 +2,9 @@
+Fri Jul  8 09:00:10 UTC 2022 - Petr Vorel <pvo...@suse.cz>
+
+- Add /etc/bash_completion.d/git-prompt: checks for git-prompt.sh and source it
+  if available. Some users rely on the __git_ps1 function becoming available
+  when bash-completion is loaded.  Continue to load this library at
+  bash-completion startup for now, to ease the transition to a world order
+  where the prompt function is requested separately. Inspired by Debian.
+
+-------------------------------------------------------------------

New:
----
  git-prompt

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.8PiYnL/_old  2022-07-12 11:12:02.251666886 +0200
+++ /var/tmp/diff_new_pack.8PiYnL/_new  2022-07-12 11:12:02.255666891 +0200
@@ -53,6 +53,7 @@
 Source9:        %{name}-gui.desktop
 Source10:       %{name}-gui.png
 Source11:       git-daemon.conf
+Source12:       git-prompt
 Patch3:         completion-wordbreaks.diff
 # CVE-2011-2186, bnc#698456
 Patch4:         git-prevent_xss-default.diff
@@ -399,6 +400,8 @@
 %endif
 install -m 644 -D contrib/completion/git-completion.bash 
%{buildroot}%{_datadir}/bash-completion/completions/git
 install -m 644 -D contrib/completion/git-prompt.sh 
%{buildroot}%{_datadir}/bash-completion/completions/git-prompt.sh
+mkdir -p %{buildroot}/%{_sysconfdir}/bash_completion.d/
+install -m 644 %{SOURCE12} 
%{buildroot}/%{_sysconfdir}/bash_completion.d/git-prompt
 # contrib/credential
 %if %{with git_gnome_keyring}
 install -m 755 -D 
contrib/credential/gnome-keyring/git-credential-gnome-keyring 
%{buildroot}/%{gitexecdir}/git-credential-gnome-keyring
@@ -569,6 +572,7 @@
 %exclude %{gitexecdir}/git-add--interactive
 %{_bindir}/git-new-workdir
 %{_datadir}/bash-completion/completions/*
+%{_sysconfdir}/bash_completion.d/git-prompt
 %{_datadir}/tcsh
 %{_datadir}/zsh/site-functions/_git
 %{_sysconfdir}/profile.d/*.csh



++++++ git-prompt ++++++
# In git versions < 1.7.12, this shell library was part of the
# git completion script.
#
# Some users rely on the __git_ps1 function becoming available
# when bash-completion is loaded.  Continue to load this library
# at bash-completion startup for now, to ease the transition to a
# world order where the prompt function is requested separately.
#
if [[ -e /usr/share/bash-completion/completions/git-prompt.sh ]]; then
        . /usr/share/bash-completion/completions/git-prompt.sh
fi

Reply via email to