git-tfs / git-tfs

A Git/TFS bridge, similar to git-svn

Home Page:http://git-tfs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick-clone is reporting warning and doesn't copy authors file

bbronisz opened this issue · comments

I'm using the latest released version v0.32.0 but this is reproducible with version compiled from master branch.
When I run
git tfs quick-clone --authors=authors.txt TFSURL BRANCH FOLDER
I get warning saying:

Failed to copy authors file from "...\authors.txt" to ".git\git-tfs_authors".

And later when additional changesets are fetched and committed they don't have proper users applied to the commits (cause it's not copied).

Nicely spotted. I merged your PR to fix it!