[sysadmin-bin: 45/168] Move explanation pages from GitFoo to Git/Help/Foo



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

    Move explanation pages from GitFoo to Git/Help/Foo
    
    Using structure makes it easier to find all the relevant
    pages.

 gnome-post-receive-email |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-post-receive-email b/gnome-post-receive-email
index 1af7834..6152e32 100755
--- a/gnome-post-receive-email
+++ b/gnome-post-receive-email
@@ -698,7 +698,7 @@ The branch '%(short_refname)s' was changed in a way that was not a fast-forward
 NOTE: This may cause problems for people pulling from the branch. For more information,
 please see:
 
- http://live.gnome.org/GitNonFastForward
+ http://live.gnome.org/Git/Help/NonFastForward
 
 Commits removed from the branch:
 
@@ -874,7 +874,7 @@ pointed to:
 NOTE: People pulling from the repository will not get the new tag.
 For more information, please see:
 
- http://live.gnome.org/GitTagUpdates
+ http://live.gnome.org/Git/Help/TagUpdates
 
 New tag information:
 
@@ -931,7 +931,7 @@ It previously pointed to:
 NOTE: People pulling from the repository will not get the new tag.
 For more information, please see:
 
- http://live.gnome.org/GitTagUpdates
+ http://live.gnome.org/Git/Help/TagUpdates
 """) % {
             'short_refname': self.short_refname,
             'commit_oneline': commit_oneline(self.newrev),



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