$ git ls-remote trac *combinat*
504fb447046d70763865935892ad677bb6b601d3 
refs/heads/u/aschilling/combinat/kschur


Note that the usual shell rules apply, so if you have a file in the local 
directory that matches *combinat* (say, combinat.py) then the shell would 
replace the *combinat* before calling git. In that case, you'd have to use 
quotes to avoid this:

 $ git ls-remote trac '*combinat*'
504fb447046d70763865935892ad677bb6b601d3 
refs/heads/u/aschilling/combinat/kschur

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to