summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-24 16:10:12 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-24 16:11:48 +0200
commitd55abcb432155f549d3b842299f7f7a80f32b7fa (patch)
treedb7d490b0582159ca20e011a44f4edc25c80fc17 /README
parent12edde3166fc4846160f3186ba6171796de151b8 (diff)
downloadndim-git-utils-d55abcb432155f549d3b842299f7f7a80f32b7fa.tar.gz
ndim-git-utils-d55abcb432155f549d3b842299f7f7a80f32b7fa.tar.xz
ndim-git-utils-d55abcb432155f549d3b842299f7f7a80f32b7fa.zip
git-rebase-subtree: Not obsolete just yet
Mark git-rebase-subtree as not being obsolete, and use a better config mechanism than before: Multi-line config options are much more maintainable than a single string with lots of \n linefeeds in it.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 727b705..ec1f01b 100644
--- a/README
+++ b/README
@@ -12,19 +12,20 @@ The utilities in detail
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-amb(1) is about to be obsoleted by the generalized nbb(1) tool.
+ git-amb(1) is about to be obsoleted by the generalized nbb(1)
+ tool which is being developed as a separate project.
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.
+ to be much cleaner, though, especially when done at autoconf time.
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, but is in dire need of proper error handling.
- Probably obsoleted by automatic branch..rebase setup in git 1.5.6.
+ NOT obsoleted by automatic branch..rebase setup in git 1.5.6.
Resources