summaryrefslogtreecommitdiffstats
path: root/README.devel
diff options
context:
space:
mode:
authorKarel Zak2007-03-14 14:16:45 +0100
committerKarel Zak2007-03-14 14:16:45 +0100
commitde55796274c3cd39791567a79d35fd0d8b3ac383 (patch)
tree1e4850d43a4adb92c568b9771d401d50f425b5be /README.devel
parenttests: add library for LD_PRELOAD to manipulate with time() in tests (diff)
downloadkernel-qcow2-util-linux-de55796274c3cd39791567a79d35fd0d8b3ac383.tar.gz
kernel-qcow2-util-linux-de55796274c3cd39791567a79d35fd0d8b3ac383.tar.xz
kernel-qcow2-util-linux-de55796274c3cd39791567a79d35fd0d8b3ac383.zip
docs: fix URL and typos in README.devel
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'README.devel')
-rw-r--r--README.devel9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.devel b/README.devel
index 7ea70d5bb..7ef489135 100644
--- a/README.devel
+++ b/README.devel
@@ -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".