On 2013-12-17 16:14, Volker Braun wrote:
git log --author "Release Manager" 6.0.rc1 ^6.0.rc0 --oneline
jdemeyer@tamiyo:/usr/local/src/sage-git$ git log --author "Release Manager" 6.0.rc1 ^6.0.rc0 --oneline fatal: ambiguous argument '6.0.rc1': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' jdemeyer@tamiyo:/usr/local/src/sage-git$ git fetch jdemeyer@tamiyo:/usr/local/src/sage-git$ git tag -l |tail 5.9 5.9.beta0 5.9.beta1 5.9.beta2 5.9.beta3 5.9.beta4 5.9.beta5 5.9.rc0 5.9.rc1 6.0.rc0 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
