Initial writeup.
[git-central.git] / README.markdown
index d42a5a4..c12b462 100644 (file)
@@ -20,7 +20,7 @@ Server-side Hooks
 
 See the individual scripts for documentation, but an overview:
 
-* [post-receive-assign-commitnumbers][1]: makes Subversion-like monotonically increasing commit numbers for every commit
+* [post-receive-commitnumbers][1]: makes Subversion-like monotonically increasing commit numbers for every commit
 * [post-receive-email][2]: contrib email script with customizations for stuff like combined diffs
 * [post-receive-gitconfig][3]: auto-updates the git config+hooks on the server when updated in the repo
 * [post-receive-hudson][4]: auto-creates new jobs in Hudson when branches in git are created
@@ -31,7 +31,7 @@ See the individual scripts for documentation, but an overview:
 * [update-lock-check][9]: enforces locked/preserved branches
 * [update-stable][10]: enforces proper movement of stable
 
-[1]: master/server/post-receive-assign-commitnumbers
+[1]: master/server/post-receive-commitnumbers
 [2]: master/server/post-receive-email
 [3]: master/server/post-receive-gitconfig
 [4]: master/server/post-receive-hudson
@@ -52,11 +52,10 @@ Client-side Hooks
 Bootstrapping Scripts
 =====================
 
-* [create-gitconfig][15]: creates a new DAG for managing repository-specific configuration
-* [create-stable][16]: creates a new DAG for the first release to merge in to
+* [create-gitconfig][15]: creates a new DAG for managing repository-specific configuration (works with [post-receive-gitconfig][3])
+* [create-stable][16]: creates a new DAG for the first release to merge in to (works with [update-stable][10])
 
 [15]: master/scripts/create-gitconfig
 [16]: master/scripts/create-stable
 
 
-