'\" t .\" aegis - project change supervisor .\" Copyright (C) 2014 Walter Franzini .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 3 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU .\" General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License along .\" with this program. If not, see . .\" .so lib/en/man1/z_name.so .ds n) aeexport .TH "\*(n) -" 1 \*(N) "Reference Manual" "" .SH NAME aeexport \- export a project using git fast\-import protocol .XX "aeexport(1)" "export from aegis in git fast-import format" .SH SYNOPSIS .B \*(n) [ .IR option \&... ] .IR filename \&... .br .B \*(n) .B -Help .br .B \*(n) .B -VERSion .SH DESCRIPTION The .I "\*(n)" command is used to export a project using the git fast\-import protocol. This command use the \f[I]raw\f[P] date format as understood by \f[I]git\-fast\-import\f[P](1). .SH OPTIONS The following options are understood: .so lib/en/man1/o_project.so .TP 8n .B \-ref This option may be used to specify the \f[I]ref\f[P] in git parlance. If omitted the default value is \f[I]refs/head/master\f[P]. For further details you are invited to read \f[I]git\-fast\-import(1)\f[P] .so lib/en/man1/o_output.so .so lib/en/man1/o_help.so .so lib/en/man1/o__rules.so .so lib/en/man1/z_exit.so .SH EXAMPLE .PP The \n(*) command can be used as shown below: .RS $ aeexport \-p PROJECT \-o path/to/output .RE .PP Initialize the git repository .RS $ git fast\-import < path/to/output .RE .so lib/en/man1/z_cr.so .\" vim: set ts=8 sw=4 et :