vmware-archive / git-author

An easy way to setup multiple authors based on `git commit --template`. It depends on git-together
BSD 3-Clause "New" or "Revised" License
30 stars 11 forks source link

brew issue #15

Closed professor closed 5 years ago

professor commented 6 years ago

I was installing git-author via brew and had an interesting experience.

I could see that brew was running both of the following lines

    system "touch ~/.git-author-template"
    system "git config --global commit.template ~/.git-author-template"

However, the file ~/.git-author-template did not exist on the file system

I'm wondering if brew does not run as the current user.

Any thoughts?

Cloning the repo and running setup.sh worked fine

professor commented 6 years ago

After upgrading to 1.0.2, I closed this too soon. The file ~/.git-author-template did not exist on the file system.

amilkh commented 5 years ago

Looks like this solved it: https://github.com/pivotal/git-author/commit/69fcc82cd4ab8033f6b625d9c85959762f559cff