kejadlen/git-together

add `--global` option

kejadlen opened this issue · 7 comments

add `--global` option

Have implementation, but currently blocked on libgit2/libgit2#4214

Looks like there was a bugfix in libgit that fixes this issue (libgit2/libgit2@86a8cd9), but it needs to get release via (https://github.com/libgit2/libgit2/releases) and vended into the latest cargo image for libgit2-sys https://github.com/alexcrichton/git2-rs/tree/master/libgit2-sys

We can either merge and document the known issue or hold off until those issues are resolved (or move away from symlinking).

@sentientmonkey Has the version of libgit that you need for this been released yet? It would be great to have a --global option :)

I'm on a team with 4+ repos and it would be nice to be able to set authorship once. Anything I can do to help?

@sentientmonkey Can you see if this works now if you have time?

@professor and I are going to pair on this Friday

Finally available in 0.1.0-alpha.17! Thanks for all the work, @sentientmonkey @professor @nrxus!