On Fri, 02 Mar 2012 20:30:07 +0100, David Nadlinger wrote: > On Friday, 2 March 2012 at 18:10:56 UTC, Jonathan M Davis wrote: >> Both should work, and the man page is going to be for git-rebase. >> Pretty much >> all of the git commands can be used with or without a -. > > On my system, the dashed commands are not directly accessible, and the > man page exclusively uses the non-dashed version except for the page > title, where it has to as man page names can't (or at least usually > don't), contain spaces.
Yes, same here: git is /usr/bin/git, but git-rebase is /usr/lib/git-core/ git-rebase, which isn't on my $PATH (and probably shouldn't be, as David suggests). Graham
