]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-format-patch.txt
Documentation: more "git-" versus "git " changes
authorJonathan Nieder <jrnieder@uchicago.edu>
Thu, 3 Jul 2008 05:28:15 +0000 (00:28 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Jul 2008 18:24:39 +0000 (11:24 -0700)
commit467c0197fd0a49078d05839ee385046cd3707a5b
tree095670c2273f619614055a6cb82f05dd5842f397
parent7a7d4ef69c2c79b10977508794e1bbd62ca9ed2b
Documentation: more "git-" versus "git " changes

With git-commands moving out of $(bindir), it is useful to make a
clearer distinction between the git subcommand 'git-whatever' and
the command you type, `git whatever <options>`.  So we use a dash
after "git" when referring to the former and not the latter.

I already sent a patch doing this same thing, but I missed some
spots.

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
13 files changed:
Documentation/config.txt
Documentation/git-bisect.txt
Documentation/git-commit.txt
Documentation/git-filter-branch.txt
Documentation/git-format-patch.txt
Documentation/git-help.txt
Documentation/git-rebase.txt
Documentation/git-reflog.txt
Documentation/git-remote.txt
Documentation/git-rerere.txt
Documentation/git-shortlog.txt
Documentation/gitcore-tutorial.txt
Documentation/user-manual.txt