Signed-off-by: Philip Oakley <philipoakley@xxxxxxx> --- common-guides.h | 3 +++ guide-list.txt | 17 +++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/common-guides.h b/common-guides.h index a8ad8d1..ae57d75 100644 --- a/common-guides.h +++ b/common-guides.h @@ -3,10 +3,13 @@ static struct cmdname_help common_guides[] = { {"attributes", "defining attributes per path"}, + {"everyday", "Everyday GIT With 20 Commands Or So"}, {"glossary", "A GIT Glossary"}, {"ignore", "Specifies intentionally untracked files to ignore"}, {"modules", "defining submodule properties"}, + {"repository-layout", "Git Repository Layout"}, {"revisions", "specifying revisions and ranges for git"}, {"tutorial", "A tutorial introduction to git (for version 1.5.1 or newer)"}, + {"user-manual", "Git User's Manual (for version 1.5.3 or newer)"}, {"workflows", "An overview of recommended workflows with git"}, }; diff --git a/guide-list.txt b/guide-list.txt index a419ac4..9ba1b5b 100644 --- a/guide-list.txt +++ b/guide-list.txt @@ -10,7 +10,7 @@ githooks specialist gitignore concept guide gitmodules concept guide gitnamespaces specialist -#gitrepository-layout reference guide +gitrepository-layout reference guide gitrevisions concept guide gittutorial user guide gittutorial-2 user @@ -18,12 +18,13 @@ gitweb.conf specialist gitweb specialist gitworkflows user guide -#giteveryday user guide -#gituser-manual user guide +giteveryday user guide +gituser-manual user guide -# could embed inside common-cmds.h with [guide] as the second thing, -# making the sed's in generate-cmdlist.sh more obvious -# but drop the dash in 's/^git-\ +# Could embed inside common-cmds.h and move generate-guidelist.sh +# into generate-cmdlist.sh -#gitrepository-layout is too long for the current char[16] -# +# Could also extend generate-guidelist.sh to create a second, complete +# list of guides should -gg option be applied twice (It's a countup option) + +# use './generate-guidelist.sh >common-guides.h' to re-generate. -- 1.8.1.msysgit.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html