]> err.no Git - util-linux/commitdiff
docs: fix URL and typos in README.devel
authorKarel Zak <kzak@redhat.com>
Wed, 14 Mar 2007 13:16:45 +0000 (14:16 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 14 Mar 2007 13:16:45 +0000 (14:16 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
README.devel

index 7ea70d5bb8f347864380b463b68c6db5176b6d1c..7ef48913575b3ed190c2ac29bc1caa73edef8155 100644 (file)
@@ -24,7 +24,7 @@ PATCHES:
 
      * diff -u
 
-     * dont include generated (autotools) stuff to your patches
+     * don't include generated (autotools) stuff to your patches
 
      * patches are delivered via email only.  Downloading them from internet
        servers is a pain.
@@ -51,21 +51,22 @@ PATCHES:
 
 SCM (source code management):
 
-     URL: http://git.kernel.org/git/?p=utils/util-linux-ng/util-linux-ng.git
+     git clone git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git util-linux-ng
+
 
-     
     * maintenance branch(es)
         - created for every <major>.<minor> release, branch name: v<major>.<minor>
 
     * master branch
         - contains what are reasonably tested and ready to next release
-        - it's source for occasional snapshots or release candidates
+        - it's source for releases and release candidates
         - active development does not usually happen on "master" (except trivial
           and non-invasive patches).
 
     * devel branch
         - the status of this branch is: "it works for me". It means useful
           but not well tested patches.
+        - it's source for occasional snapshots
         - for long-term development or invasive changes should be an active
           development forked into a separate branch (topic branches) from the
           tip of "master".