Skip to content
This repository has been archived by the owner on Jan 20, 2018. It is now read-only.

Commit

Permalink
Bumped version to 0.9; last minute doc changes
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Green <greenrd@greenrd.org>
  • Loading branch information
greenrd committed Mar 9, 2013
1 parent 6729dea commit f2815f4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions README
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion tg-update.sh
Expand Up @@ -17,7 +17,7 @@ while [ -n "$1" ]; do
-a)
all=1;;
-*)
echo "Usage: tg [...] update [-a] [<name> | <pattern>...]" >&2
echo "Usage: tg [...] update ([<name>] | -a [<pattern>...])" >&2
exit 1;;
*)
if [ -z "$all" ]; then
Expand Down
2 changes: 1 addition & 1 deletion tg.sh
Expand Up @@ -3,7 +3,7 @@
# (c) Petr Baudis <pasky@suse.cz> 2008
# GPLv2

TG_VERSION=0.8
TG_VERSION=0.9

## Auxiliary functions

Expand Down

0 comments on commit f2815f4

Please sign in to comment.