Commit Graph

3 Commits

Author SHA1 Message Date
Todd Zullinger
986b772e55 Split 'git subtree' into a separate package
While 'git subtree' does not pull in any additional dependencies, having
it in a separate package may help avoid confusion that it is a core git
command.  This came up recently on the git list¹.

Another recent thread leaves the impression that 'git subtree' is in
maintenance mode².  This implies that it is unlikely to move out of
contib in the near future.

¹ https://public-inbox.org/git/alpine.LFD.2.21.1802070801470.19185@android-a172fe96dd584b41/
² https://public-inbox.org/git/CADfK3RWXDuE=hYD==4sHXO1iJeOiVDOp7hBqhBtSn7gnQ+x7Qg@mail.gmail.com/
2018-02-09 14:51:34 -05:00
Todd Zullinger
144ee1f802 lint: ignore obsolete-not-provided git-gnome-keyring
The git-gnome-keyring package was obsoleted in 2d1c8b1 ("Remove obsolete
gnome-keyring credential helper", 2018-01-09).  Silence the rpmlint
warning.
2018-02-09 14:51:34 -05:00
Todd Zullinger
76189e1ea4 Add rpmlint config to silence unneeded warnings
After this change, the only rpmlint issues are incorrect-fsf-address
errors:

git-gui.noarch: E: incorrect-fsf-address /usr/libexec/git-core/git-gui
git-gui.noarch: E: incorrect-fsf-address /usr/libexec/git-core/git-citool
git.x86_64: E: incorrect-fsf-address /usr/share/emacs/site-lisp/git/git.el
git-core-doc.x86_64: E: incorrect-fsf-address /usr/share/doc/git/contrib/hg-to-git/hg-to-git.py
git-core-doc.x86_64: E: incorrect-fsf-address /usr/share/doc/git/contrib/emacs/git.el
git-core-doc.x86_64: E: incorrect-fsf-address /usr/share/doc/git/contrib/fast-import/import-directories.perl
git-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/git-2.15.0/trace.c

These issues will be fixed in the next upstream release, with the
following commits:

https://github.com/git/git/commit/484257925f
https://github.com/git/git/commit/63100874c1
2017-11-12 13:15:13 -05:00