2009-06-05 05:14:20

by Matt Kraai

[permalink] [raw]
Subject: [PATCH] Remove the hyphen from git commands

Signed-off-by: Matt Kraai <[email protected]>
---
.gitignore | 2 +-
Documentation/trace/kmemtrace.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Semi-recent versions of Git don't support a hyphen between "git" and
the specific command, so remove them from examples that use them.

diff --git a/.gitignore b/.gitignore
index 51bd99d..caa8395 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
-# NOTE! Please use 'git-ls-files -i --exclude-standard'
+# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
diff --git a/Documentation/trace/kmemtrace.txt b/Documentation/trace/kmemtrace.txt
index a956d9b..6308735 100644
--- a/Documentation/trace/kmemtrace.txt
+++ b/Documentation/trace/kmemtrace.txt
@@ -64,7 +64,7 @@ III. Quick usage guide
CONFIG_KMEMTRACE).

2) Get the userspace tool and build it:
-$ git-clone git://repo.or.cz/kmemtrace-user.git # current repository
+$ git clone git://repo.or.cz/kmemtrace-user.git # current repository
$ cd kmemtrace-user/
$ ./autogen.sh
$ ./configure
--
1.6.3.1


2009-06-05 09:26:19

by Jiri Kosina

[permalink] [raw]
Subject: Re: [PATCH] Remove the hyphen from git commands

On Thu, 4 Jun 2009, Matt Kraai wrote:

> Signed-off-by: Matt Kraai <[email protected]>
> ---
> .gitignore | 2 +-
> Documentation/trace/kmemtrace.txt | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks Matt.

--
Jiri Kosina