[sysadmin-bin: 46/168] Move help pages from GitFoo to Git/Help/Foo for pre-receive as well



commit e5d0fe2ff89353e2a8cab45d19581bd966eb1fd5
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Mar 16 18:43:03 2009 -0400

    Move help pages from GitFoo to Git/Help/Foo for pre-receive as well
    
    Move the pages referenced in the pre-receive error messages
    the same way as in the last commit.

 pre-receive-check-policy |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pre-receive-check-policy b/pre-receive-check-policy
index 90aeb80..8e3f774 100755
--- a/pre-receive-check-policy
+++ b/pre-receive-check-policy
@@ -69,7 +69,7 @@ EOF
 You are trying to update the branch '$branchname' in a way that is not
 a fast-forward update. Please see:
 
-  http://live.gnome.org/GitNonFastForward
+  http://live.gnome.org/Git/Help/NonFastForward
 ---
 EOF
 			return 1
@@ -94,7 +94,7 @@ EOF
 You are trying to push the lightweight tag '$tagname'. You should use
 a signed tag instead. See:
 
-  http://live.gnome.org/GitLightweightTags
+  http://live.gnome.org/Git/Help/LightweightTags
 ---
 EOF
 				return 1
@@ -124,7 +124,7 @@ EOF
 ---
 You are trying to delete the tag '$tagname'.
 
-  http://live.gnome.org/GitTagUpdates
+  http://live.gnome.org/Git/Help/TagUpdates
 ---
 EOF
 		    return 1
@@ -134,7 +134,7 @@ EOF
 ---
 You are trying to replace the tag '$tagname' with a new tag. Please see:
 
-  http://live.gnome.org/GitTagUpdates
+  http://live.gnome.org/Git/Help/TagUpdates
 ---
 EOF
 		    return 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]