Re: [git-users] Gitsu: User management and pairing for Git

2014-02-16 Thread bryan rasmussen
>I'm also curious what's the real use case for this tool. After >skimming through the description only pair (hot-seat?) programming >seems like a good fit, otherwise one just does > $ git add --local user.name ... > $ git add --local user.email ... wouldn't it also be useful for switching if y

Re: [git-users] Gitsu: User management and pairing for Git

2014-02-16 Thread Konstantin Khomoutov
On Fri, 14 Feb 2014 22:21:37 -0800 (PST) dr...@gmail.com wrote: > I've created a Git plugin called Gitsu that makes it easier to switch > between Git users. Briefly, it adds a "git su" command that updates > your configured user name and email address. It also supports > switching to mult

Re: [git-users] using GIT as library from an own C program

2014-02-16 Thread Konstantin Khomoutov
On Fri, 14 Feb 2014 20:16:31 -0800 (PST) mareb wrote: > that is great! Thank you very much! > This library seems to be, what I look for. Note that the Git developers perceive Git itself as being *a library* -- not in the sense of it being a .so file with exported API but in an "older" sense of p