From 9cf5bfc1bb8af09740af3fe2dc78f81508309883 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sat, 25 Jan 2014 02:23:56 -0800 Subject: [PATCH] doc: add missing sub-commands to the man page Signed-off-by: David Aguilar --- share/doc/git-cola/git-cola.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/share/doc/git-cola/git-cola.txt b/share/doc/git-cola/git-cola.txt index 9bc355f5..040c1950 100644 --- a/share/doc/git-cola/git-cola.txt +++ b/share/doc/git-cola/git-cola.txt @@ -35,6 +35,12 @@ OPTIONS SUB-COMMANDS ------------ +am:: + Apply patches. + +archive:: + Export tarballs from Git. + branch:: Create branches. @@ -44,6 +50,9 @@ browse:: config:: Configure 'git-cola' settings. +dag:: + Start the 'git-dag' visualizer. + diff:: Diff changed files. @@ -65,6 +74,9 @@ push:: rebase:: Start an interactive rebase. +remote:: + Create and edit remotes. + search:: Search for commits. -- 2.11.4.GIT