diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2007-11-02 06:47:34 +0100 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-07-15 12:28:50 +0200 |
| commit | d26832c2ad2e62500fed8b9168098c4b5c61ce6e (patch) | |
| tree | 33892955514737b757a2c8e4db6267a716234868 /README | |
| parent | 028ebc937ab33c17180fdcd75813a4fe9bdcd502 (diff) | |
| download | nbb-d26832c2ad2e62500fed8b9168098c4b5c61ce6e.tar.gz nbb-d26832c2ad2e62500fed8b9168098c4b5c61ce6e.tar.xz nbb-d26832c2ad2e62500fed8b9168098c4b5c61ce6e.zip | |
Initial standalone version of nbb.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -0,0 +1,54 @@ +======================================================================== +ndim's git utilities - a collection of scripts and docs around git +Copyright (C) 2007, 2008 Hans Ulrich Niedermann <hun@n-dimensional.de> +======================================================================== + + +The utilities in detail +======================= + + 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 (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 (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. + Probably obsoleted by automatic branch..rebase setup in git 1.5.6. + + nbb (status: experimental) + ndim's branch builder + Genericized extrapolation of git-amb. + Handles git and bzr. + Handles automake/autoconf. + Still very much work in progress, only useful for nbb development. + + +Updates +======= + + Home page: + http://nix.lauft.net/ndim-git-utils.git/ + + Git repository: + $ git clone http://nix.lauft.net/ndim-git-utils.git/ + + +License +======= + + Partly MIT, partly GPL. Shared parts dual-licensed. + + +======================================================================== +End of README for ndim's git utilities. +======================================================================== |
