chiark / gitweb /
Merge commit 'refs/top-bases/fixes/more-help' into fixes/more-help
authorCarsten Hey <carsten@debian.org>
Mon, 26 Apr 2010 08:19:00 +0000 (10:19 +0200)
committerCarsten Hey <carsten@debian.org>
Mon, 26 Apr 2010 08:19:00 +0000 (10:19 +0200)
commit7c445490c8d9d535f559e9bbc105425e01b0785d
treeb0652e0b68f77fd698718c9b99f54943034f07f6
parent2c4d3e8736dbcd058cdd58ecf76bcd5d100271ea
parent29ab4cf73dbaaccb6533f3f0fe1d0b1d484950c5
Merge commit 'refs/top-bases/fixes/more-help' into fixes/more-help

* commit 'refs/top-bases/fixes/more-help': (31 commits)
  tg patch: treat all files as ascii
  tg mail: document config setting to prevent unintended mass mail sending
  Don't call pre-commit hook if tg is not installed
  tg-delete: Handle the case where the branch has been removed already, but the base is still left.
  tg-mail: Properly quote argument to --in-reply-to
  tg-push: Filter out plain SHA1s from being pushed.
  Make 'tg patch' work in subdirectories
  quote $LESS in case it includes spaces
  deal with single quotes in from/to headers
  bump version number to 0.8
  Fix tg export --quilt --numbered w/ > 8 patches
  tg-push: add bash completion
  help: use pager
  tg-push: handle non-tgish branches
  tg-push: prevent handing branches more than once to git-push
  tg-push: remove useless warning about missing bases for non-tgish branches
  tg-update: fix user visible typo in info msg
  tg-remote: don't add push specs but warn about existing ones.
  tg-push: new command pushing a tgish branch
  recurse_deps: if no_remotes is set don't recurse into remote deps
  ...