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 /README | |
| 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
Diffstat (limited to 'README')
| -rw-r--r-- | README | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 |
