chiark / gitweb /
Merge commit 'refs/top-bases/fixes/tg--r-require-arg' into fixes/tg--r-require-arg
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)
commitf1b31d39c87bbd77f8c4a243e4e639e7d7f453dd
treec88c620b4b738275c1486ccbe0836b85e45eaf66
parent7d934bdd48268f8134679185aab4b7bb5c5d2361
parent29ab4cf73dbaaccb6533f3f0fe1d0b1d484950c5
Merge commit 'refs/top-bases/fixes/tg--r-require-arg' into fixes/tg--r-require-arg

* commit 'refs/top-bases/fixes/tg--r-require-arg': (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
  ...