chiark / gitweb /
Merge commit 'refs/top-bases/fixes/independent-help' into fixes/independent-help
[topgit.git] / .topmsg
1 From: martin f. krafft <madduck@debian.org>
2 Subject: [TopGit PATCH] Allow help/--help/-h to be run outside of a TopGit repo
3
4 The user ought to be able to call `tg help` from anywhere in the filesystem,
5 not just Git repositories, so the help parsing has to happen before the calls
6 to git git binary.
7
8 Debian bug: #501982
9
10 Signed-off-by: martin f. krafft <madduck@debian.org>