git-remote-bzr
git-remote-bzr copied to clipboard
add compatibility layer between .bzrignore and .gitignore or .git/info/excludes
Since git looks at .gitignore and .git/info/excludes and bzr looks at .bzrignore, it might be a good idea to automatically symlink .git/info/excludes to .bzrignore.
In some .bzrignore files there is stuff like ./autom4te.cache but in .gitignore that should be autom4te.cache so maybe there needs to be some automated conversion from .bzrignore to .git/info/excludes instead.
Forwarded from https://bugs.debian.org/729768
Is there any interest regarding this issue?
I normally would consider this a hack. But I would consider implementing it if there's still interest.
I am still interested in having this compatibility layer as it would be useful, once git-remote-bzr works again after #27 and #26 are solved.
-- bye, pabs
https://bonedaddy.net/pabs3/