Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

trivial: Remove the hyphen from git commands

Signed-off-by: Matt Kraai <kraai@ftbfs.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Matt Kraai and committed by
Jiri Kosina
ff2f5ff0 3ac49a1c

+2 -2
+1 -1
.gitignore
··· 3 3 # subdirectories here. Add them in the ".gitignore" file 4 4 # in that subdirectory instead. 5 5 # 6 - # NOTE! Please use 'git-ls-files -i --exclude-standard' 6 + # NOTE! Please use 'git ls-files -i --exclude-standard' 7 7 # command after changing this file, to see if there are 8 8 # any tracked files which get ignored after the change. 9 9 #
+1 -1
Documentation/trace/kmemtrace.txt
··· 64 64 CONFIG_KMEMTRACE). 65 65 66 66 2) Get the userspace tool and build it: 67 - $ git-clone git://repo.or.cz/kmemtrace-user.git # current repository 67 + $ git clone git://repo.or.cz/kmemtrace-user.git # current repository 68 68 $ cd kmemtrace-user/ 69 69 $ ./autogen.sh 70 70 $ ./configure