search for: authorsfile

Displaying 2 results from an estimated 2 matches for "authorsfile".

2011 Jun 20
0
[LLVMdev] committing with the git mirror
..."origin") 2. Create git authors file (assume /path/to/file/of/authors) with single line. foad = Jay Foad <jay.foad at gmail.com> Oh yeah, you should define your name and mailto same as described in llvm.org/git with case-sensitive. 3. Edit .git/config manually :p [svn] authorsFile = /path/to/file/of/authors [svn-remote "svn"] url = https://llvm.org/svn/llvm-project/XXX/trunk fetch = :refs/remotes/origin/master 4. git svn fetch You would not perform "git-svn rebase" any more. They above are all setup to live with git-svn. 5. Enjoy yo...
2011 Jun 20
6
[LLVMdev] committing with the git mirror
Hi, This document tells me how to do a "read-only GIT clone of LLVM": http://llvm.org/docs/GettingStarted.html#git_mirror Can someone please document how to get read-write access using git or git-svn, if it's possible? Or do I still have to use plain old svn to commit? (I have tried searching the mailing list to find out how to do this, but it seems like a lot of the information