Revision: 87225 http://trac.macports.org/changeset/87225 Author: phw@macports.org Date: 2011-11-14 03:24:32 -0800 (Mon, 14 Nov 2011) Log Message: ----------- Added note to Port 'hub' to create an alias for everyday use Modified Paths: -------------- trunk/dports/devel/hub/Portfile Modified: trunk/dports/devel/hub/Portfile =================================================================== --- trunk/dports/devel/hub/Portfile 2011-11-14 10:54:17 UTC (rev 87224) +++ trunk/dports/devel/hub/Portfile 2011-11-14 11:24:32 UTC (rev 87225) @@ -30,6 +30,14 @@ build {} destroot { xinstall ${worksrcpath} ${destroot}${prefix}/bin + notes "############################################################################ +# To use 'hub' as a true git wrapper +# add the following line to your .bashrc +# +# alias git=hub +# +# or use 'hub' as standalone command +############################################################################" } livecheck.type regex
participants (1)
-
phw@macports.org