topgit-0.2
tagf1dbca4ca559e74896e9bf5dbf71e345acbad14b
object 11a91e470992973293cc18e701baa8ce0da83453
authorPetr Baudis <pasky@suse.cz>
Mon, 11 Aug 2008 22:54:23 +0000 (12 00:54 +0200)
TopGit-0.2

This is v0.2 of TopGit; we are steady on our way to v1.0! ;-)
This version features changed usage of tg create, new tg export command
that can export your patch queue either to a Git branch or Quilt series,
a huge amount of bugfixes, and improved documentation infrastructure.

Thanks go to Bert Wesarg, Russel Steicke and Antonio Ospite for their
patches - please keep them coming - and to martin f. krafft for
the testing, ideas and presentation to fellow Debian packagers.

Antonio Ospite (1):
      tg.sh: Add -h, --help aliases for the help command

Bert Wesarg (7):
      tg-create.sh: fix help string
      tg-create.sh: Introduce topgit.subjectprefix config option
      tg-info: pretty print dependencies
      tg.sh: Runtime tg-* command check
      tg.sh: Check for read permissions of help files
      Makefile: mkdir $(bindir)
      tg.sh: it's info/attributes not info/gitattributes

Petr Baudis (33):
      README: Fix synopsis of resuming tg create
      README: Two TODOs for tg summary
      README: TODO for tg depend
      README: TODO for tg tidy
      tg.sh: setup_hook(): Test existence instead of -x
      tg-info.sh: Fix list of >1 dependencies
      tg-patch.sh: Bring deplist format in sync with tg info
      tg-info.sh: Show missing dependencies (needs_update() enhancement)
      tg-update.sh: Abort on missing dependencies
      needs_update(): Return non-zero if update is required
      tg-summary.sh: Mark branches with missing dependencies by '\!'
      tg-summary.sh: Fix nonempty indicator misalignment
      tg-summary.sh: Clean up printing status columns
      README: TODO tg tidy -> tg collapse
      tg-create.sh: Change usage (-d -> arguments)
      README: Mark future tg patch features as TODO clearly
      tg-create.sh: Introduce topgit.{to,cc,bcc} config options
      needs_update(): Fix $missing_deps passing
      tg-create.sh: Pre-fill [PATCH] line with patch name
      create-help.sh: Fix 'tg update' generated help text
      needs_update(): Split to recurse_deps() and branch_needs_update() helpers
      recurse_deps(): _-prefix $depsfile
      measure_branch(): Use _bname instead of _name local variable
      branch_needs_update(): Fox branch_contains call: $1 -> $_name
      recurse_deps(): Call itself, not needs_update(), recursively
      tg-export: New command for cleaning up history
      tg.sh: Avoid use of non-SUS 'echo -e'
      README: tg collapse is already implemented (as tg export)
      tg export: Really remove TopGit metadata files when exporting
      tg update: Do not use ${:n:m} substitution (bash extension)
      tg export: Support --quilt for exporting to quilt series
      tg export: Print progress messages _before_ the action
      TopGit-0.2

Russell Steicke (3):
      Check for pre-commit hook existence.
      Make "tg help cmd" print cmd help
      Pretty print the help creation commands in Makefile.