when I try to run
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
I get unknown option (I have installed git via apt-get install git
)
|
Generally speaking, when you run a recursive diff between two directories, for each file diff includes a diff command showing you what it is doing for each file. For example:
Git wants to produce patches in the same format, so each file must be preceded by a line starting " In reality, if you want to use git to diff two files or directories in the file system, you can run:
(The |
|||
|
Either use
or
More on git diff at https://www.kernel.org/pub/software/scm/git/docs/git-diff.html I am not aware of any |
||||
|