You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-gsoc
Hello,
I was going through the git-trac documentation (http://doc.sagemath.org/html/en/developer/git_trac.html) and noticed a small typo for symbolic linking of the git-trac command. The command "ln -s `pwd`/git-trac ~/bin/" I guess should be "ln -s `pwd`/git-trac ~/bin". I've identified the git-trac.rst file in sage source code. Should i make the change and commit?