GNOME Bugzilla – Bug 632863
[git] Account for '.git' suffix removal in srcdir
Last modified: 2010-11-17 11:30:49 UTC
If there is no checkoutdir specified, git-clone will remove a '.git' suffix from the clone URL to determine the destination directory. Account for that in the srcdir property.
Created attachment 172980 [details] [review] [git] Account for '.git' suffix removal in srcdir
Created attachment 172981 [details] A moduleset to test A moduleset to test the difference. The info subcommand shows the wrong source directory without this patch
Created attachment 173586 [details] [review] [git] Account for '.git' suffix removal in srcdir If there is no checkoutdir specified, git-clone will remove a '.git' suffix from the clone URL to determine the destination directory. Account for that in the srcdir property.
The new version of the patch should apply. I removed the subdir attribute for testing purposes and that got accidentally included.
Comment on attachment 173586 [details] [review] [git] Account for '.git' suffix removal in srcdir http://git.gnome.org/browse/jhbuild/commit/?id=605b2086cf0dd812f759af471d2dde34dc2a2bac
Thank you Dirk.