Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools/.git;a=commitdiff;h=06d5e00e83a7cbabe5e4f01f13bd0def8d8d607a
commit 06d5e00e83a7cbabe5e4f01f13bd0def8d8d607a Author: VMiklos <[EMAIL PROTECTED]> Date: Mon Jul 30 12:52:17 2007 +0200 repoman.1: syntax fixes diff --git a/repoman.1 b/repoman.1 index 3c5f922..3e5acda 100644 --- a/repoman.1 +++ b/repoman.1 @@ -299,10 +299,16 @@ This will merge your WIP repo to your local current repo. If there are conflicts, resolve them. Push your changes: - git push + +.nf +git push +.fi Finally you need to transfer the fpms from your repo and run a repoman cl for each package: - repoman fpmmerge flac113 + +.nf +repoman fpmmerge flac113 +.fi .SH COMMANDS .TP _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
