commit | 89bf207758530fd151895680f7236ce626feea9c | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Thu Jan 18 22:32:38 2007 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Fri Jan 19 17:53:39 2007 -0800 |
tree | abae46c6658f66e7e3532d66469acb3af02f2de4 | |
parent | be93fc088f3c6f78c3dd1b10544287129d066512 [diff] |
Documentation/git.txt: command re-classification This adds two new classes (pure-helpers and "Interacting with Others") to the command list in the main manual page. The latter class is primarily about foreign SCM interface and is placed before low-level (plumbing) commands. Also it promotes a handful commands to mainporcelain category while demoting some others. Signed-off-by: Junio C Hamano <junkio@cox.net>