From 31fa85ddeac400aaeac6afc5294371ee33c7868f Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 6 Nov 2007 20:50:07 +0100 Subject: Add README --- Makefile-files | 1 + README | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 README diff --git a/Makefile-files b/Makefile-files index b5679f3..e6ad3eb 100644 --- a/Makefile-files +++ b/Makefile-files @@ -1,3 +1,4 @@ # -*- makefile -*- dist_doc_DATA += COPYING +dist_doc_DATA += README diff --git a/README b/README new file mode 100644 index 0000000..304c4a9 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +======================================================================== +ndim's git utilities - a collection of scripts and docs around git +Copyright (C) 2007 Hans Ulrich Niedermann +======================================================================== + + git-amb + 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. + +======================================================================== +ndim's git utilities - a collection of scripts and docs around git +Copyright (C) 2007 Hans Ulrich Niedermann +======================================================================== -- cgit