FS#30473 - [git] subtree is not available
Attached to Project:
Arch Linux
Opened by Alireza Savand (Alir3z4) - Thursday, 28 June 2012, 12:09 GMT
Last edited by Dan McGee (toofishes) - Monday, 19 May 2014, 03:00 GMT
Opened by Alireza Savand (Alir3z4) - Thursday, 28 June 2012, 12:09 GMT
Last edited by Dan McGee (toofishes) - Monday, 19 May 2014, 03:00 GMT
|
Details
Description:
Since git-subtree merged into main git, and also is in the stable. but it's not available at installed git from extra repo Additional info: * package version(s) git 1.7.11.1-1 * config and/or log files etc. git: 'subtree' is not a git command. See 'git --help'. Steps to reproduce: When i run: $ git subtree |
This task depends upon
Closed by Dan McGee (toofishes)
Monday, 19 May 2014, 03:00 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks silvio for the simple patch.
Monday, 19 May 2014, 03:00 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks silvio for the simple patch.
However, I got zero response...
https://aur.archlinux.org/packages.php?ID=62085
https://github.com/mtorromeo/archlinux-packages/tree/master/git-subtree
Is it still a problem?
[0] https://github.com/mtorromeo/archlinux-packages/tree/master/git-subtree
please look to this patch. Its based on mtorromeo's pkgbuild but integrated into your PKGBUILD file.
https://gist.github.com/silvio/11031552
http://thread.gmane.org/gmane.comp.version-control.git/248216/focus=248254
http://article.gmane.org/gmane.comp.version-control.git/248641/match=subtree (CTRL-F "jd/subtree", in "Cooking")
This patch allows subtree to be made with the following:
`make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc`
And installed with the following:
`make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core DESTDIR="$pkgdir" install install-doc`
Which, of course, roughly approximates the make calls for git core.
EDIT: My bad, turns out these aren't going to be in 2.0.