diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-06-21 20:01:20 +0200 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-19 01:45:55 +0200 |
| commit | 76214d9332cd602966904543c01af982f0510271 (patch) | |
| tree | 2fa7a3fbf7f6ff7c1cfcd8a5a8fed11396ecb098 | |
| parent | 8f04538ce33bc765c1799fb0a9925b6f0a77b9e7 (diff) | |
| download | ndim-git-utils-76214d9332cd602966904543c01af982f0510271.tar.gz ndim-git-utils-76214d9332cd602966904543c01af982f0510271.tar.xz ndim-git-utils-76214d9332cd602966904543c01af982f0510271.zip | |
Update to install and readme documentation
| -rw-r--r-- | INSTALL | 4 | ||||
| -rw-r--r-- | README | 13 | ||||
| -rw-r--r-- | README-alpha | 5 |
3 files changed, 14 insertions, 8 deletions
@@ -1,4 +1,5 @@ -If this is a git repository checkout: +If this is a git repository checkout (as opposed to sources extracted +from a source tarball): $ autoreconf -vis . @@ -7,4 +8,5 @@ source tarball: $ ./configure --prefix=/what/ever $ make + $ make check # optional $ make install @@ -1,26 +1,29 @@ ======================================================================== ndim's git utilities - a collection of scripts and docs around git -Copyright (C) 2007 Hans Ulrich Niedermann <hun@n-dimensional.de> +Copyright (C) 2007, 2008 Hans Ulrich Niedermann <hun@n-dimensional.de> ======================================================================== The utilities in detail ======================= - git-amb + git-amb (status: stable) Makes building, installing, and testing multiple git branches of some source tree built with automake easy, clean and flexible. The name stands for "git *a*uto*m*ake *b*uild". For details, see git-amb(1) man page. - git-buildmsg + git-buildmsg (status: testing) Generate .h file containing information about the current git working tree. Useful for programs' version messages in logs etc. + Generating the version message from git describe output appears + to be much cleaner, though. - git-rebase-subtree + git-rebase-subtree (status: stale) Rebase not only a single branch, but a whole "subtree of branches". Useful for maintaining your own subtree of branches close to some - upstream's branch + upstream's branch. + Probably obsoleted by automatic branch..rebase setup in git 1.5.6. Updates diff --git a/README-alpha b/README-alpha index 2fbb621..0d08d28 100644 --- a/README-alpha +++ b/README-alpha @@ -1,2 +1,3 @@ -x.y versions are official releases -x.y.z versions are intermediate (alpha) versions +x.y versions are official releases +x.y.z-ccccccc versions are intermediate (alpha) versions, + where ccccccc is the ID of the git commit. |
