2021-07-26 17:00:36 +02:00
|
|
|
.Dd Jul 26, 2021
|
2021-07-26 00:05:35 +02:00
|
|
|
.Dt RAVC2 1
|
2021-05-20 03:34:23 +02:00
|
|
|
.Sh NAME
|
2021-07-26 00:05:35 +02:00
|
|
|
.Nm ravc2
|
2021-05-20 03:34:23 +02:00
|
|
|
.Nd radare version control
|
|
|
|
.Sh SYNOPSIS
|
2021-07-26 00:05:35 +02:00
|
|
|
.Nm ravc2
|
2021-07-26 17:00:36 +02:00
|
|
|
.Op Fl hv
|
2021-05-20 03:34:23 +02:00
|
|
|
.Op [expr] ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
This command is part of the radare project.
|
|
|
|
.Pp
|
|
|
|
Implements a simple version control system that aims to work as frontend for git, as well as its own structure for versioning project changes.
|
|
|
|
.Pp
|
|
|
|
This command is pretty new and experimental.
|
|
|
|
.Sh OPTIONS
|
2021-07-26 17:00:36 +02:00
|
|
|
.Bl -tag -width Fl
|
2021-05-20 03:34:23 +02:00
|
|
|
.It Fl h
|
|
|
|
Show usage help message
|
|
|
|
.It Fl v
|
|
|
|
Display version
|
|
|
|
.El
|
|
|
|
.Sh USAGE
|
|
|
|
Available variable types are:
|
|
|
|
.Pp
|
2021-07-26 17:00:36 +02:00
|
|
|
ravc2 init
|
|
|
|
echo hello world > README.md
|
|
|
|
ravc2 add README.md
|
|
|
|
ravc2 branch
|
|
|
|
ravc2 commit
|
2021-05-20 03:34:23 +02:00
|
|
|
.Pp
|
2021-07-26 17:00:36 +02:00
|
|
|
.Sh ENVIRONMENT
|
|
|
|
RAVC2_USER overrides cfg.user, which is based on r_sys_whoami() which is used to define the author for the VC commits.
|
2021-05-20 03:34:23 +02:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Pp
|
|
|
|
.Xr radare2(1)
|
|
|
|
.Sh AUTHORS
|
|
|
|
.Pp
|
|
|
|
Written by pancake <pancake@nopcode.org>.
|