From f2815f4debdb07f86ee86dd4eb75280919ace55d Mon Sep 17 00:00:00 2001 From: Robin Green Date: Sat, 9 Mar 2013 13:04:06 +0000 Subject: [PATCH] Bumped version to 0.9; last minute doc changes Signed-off-by: Robin Green --- README | 20 +++++++++++++++++--- tg-update.sh | 2 +- tg.sh | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README b/README index d3d82df..73f9fcb 100644 --- a/README +++ b/README @@ -669,11 +669,25 @@ different base remote by passing '-r REMOTE' _before_ the subcommand name. -POINTERS --------- +REFERENCES +---------- The following references are useful to understand the development of topgit and its subcommands. -tg depend: +* tg depend: http://lists-archives.org/git/688698-add-list-and-rm-sub-commands-to-tg-depend.html + + +THIRD-PARTY SOFTWARE +-------------------- + +The following software understands TopGit branches: + +* http://magit.github.com/magit/[magit] - a git mode for emacs + +IMPORTANT: Magit requires its topgit mode to be enabled first, as +described in its documentation, in the "Activating extensions" +subsection. If this is not done, it will not push TopGit branches +correctly, so it's important to enable it even if you plan to mostly use +TopGit from the command line. \ No newline at end of file diff --git a/tg-update.sh b/tg-update.sh index 6cb8ff3..a6494f9 100644 --- a/tg-update.sh +++ b/tg-update.sh @@ -17,7 +17,7 @@ while [ -n "$1" ]; do -a) all=1;; -*) - echo "Usage: tg [...] update [-a] [ | ...]" >&2 + echo "Usage: tg [...] update ([] | -a [...])" >&2 exit 1;; *) if [ -z "$all" ]; then diff --git a/tg.sh b/tg.sh index 755324b..fd90d65 100644 --- a/tg.sh +++ b/tg.sh @@ -3,7 +3,7 @@ # (c) Petr Baudis 2008 # GPLv2 -TG_VERSION=0.8 +TG_VERSION=0.9 ## Auxiliary functions -- 2.11.4.GIT