diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-25 12:16:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-25 12:16:50 -0400 |
commit | e3699c968e2a65715162a8e36041f58cd547732c (patch) | |
tree | 9cea66b97901e250a9e10a90fc64dd9c03a39082 /doc | |
parent | f77d5bcc56a4692f321896dedab75c6ec32f967a (diff) |
devblog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_266-267__man_page_split.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/devblog/day_266-267__man_page_split.mdwn b/doc/devblog/day_266-267__man_page_split.mdwn new file mode 100644 index 000000000..6239e7dfd --- /dev/null +++ b/doc/devblog/day_266-267__man_page_split.mdwn @@ -0,0 +1,16 @@ +While traveling for several days, I filled dead time with a rather massive +reorganization of the git-annex man page, and I finished that up this +morning. + +That man page had gotten rather massive, at around 3 thousand lines. I +split out 87 man pages, one for each git-annex command. Many of these were +expanded with additional details, and have become a lot better thanks +to the added focus and space. See for example, [[git-annex-find]], +or any of the links on the new [[git-annex]] man page. (Which is still over +1 thousand lines long..) + +Also, `git annex help <command>` can be used to pull up a command's man +page now! + +I'm taking the rest of the day off to R&R from the big trip north, and +expect to get back into the backlog of 143 messages starting tomorrow. |