diff --git a/docs/git-media-init.1.ronn b/docs/git-media-init.1.ronn new file mode 100644 index 00000000..42c75659 --- /dev/null +++ b/docs/git-media-init.1.ronn @@ -0,0 +1,16 @@ +git-media-init(1) -- Ensure Git Media is configured properly. +============================================================= + +## SYNOPSIS + +`git media init` + +## DESCRIPTION + +Init performs the following actions to ensure Git Media is setup properly: + +* Sets up the clean and smudge filters under the name "media". + +## SEE ALSO + +Part of the git-media(1) suite. diff --git a/docs/git-media.1.ronn b/docs/git-media.1.ronn index 3bf0720b..c2d74683 100644 --- a/docs/git-media.1.ronn +++ b/docs/git-media.1.ronn @@ -15,3 +15,5 @@ clean and smudge filters to store a pointer in Git blobs instead. * git-media-config(1): Display the Git Media environment. +* git-media-init(1): + Ensure Git Media is configured properly.