<div dir="ltr">On Wed, Dec 19, 2012 at 2:13 AM, Shraddha Kamat <span dir="ltr">&lt;<a href="mailto:sh2008ka@gmail.com" target="_blank">sh2008ka@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="im">On Wed, 2012-12-19 at 13:58 +0400, Lijo Antony wrote:<br>

&gt; On 12/19/2012 12:47 PM, Shraddha Kamat wrote:<br>
&gt; &gt; Sorry if this is not relevant to kernel. But since I am<br>
&gt; &gt; patching the kernel - Please consider this as a uber beginner<br>
&gt; &gt; question to ask on this mailing list - forgive me for that.<br>
&gt; &gt;<br>
&gt; &gt; Now my question is -<br>
&gt; &gt;<br>
&gt; &gt; What &quot;@@ -321,7 +321,8 @@&quot; mean in this snippet from the patch -<br>
&gt; &gt;<br>
&gt; &gt; diff --git a/exec.h b/exec.h<br>
&gt; &gt; index 722c620..6abb687 100644<br>
&gt; &gt; --- a/exec.h<br>
&gt; &gt; +++ b/exec.h<br>
&gt; &gt; @@ -321,7 +321,8 @@ static void acct_arg_size(struct linux_binprm *bprm,<br>
&gt; &gt; unsigned long pages);<br>
&gt; &gt;<br>
&gt;<br>
&gt; <a href="http://www.gnu.org/software/diffutils/manual/html_node/Detailed-Unified.html" target="_blank">http://www.gnu.org/software/diffutils/manual/html_node/Detailed-Unified.html</a><br>
&gt; <a href="http://www.artima.com/weblogs/viewpost.jsp?thread=164293" target="_blank">http://www.artima.com/weblogs/viewpost.jsp?thread=164293</a><br>
&gt;<br>
&gt; -lijo<br>
&gt;<br>
</div>But I don&#39;t see any mention of the &quot;index&quot; field here //<br>
see line &quot;index 722c620..6abb687 100644&quot;. What does this mean ?<br>
<div class=""><div class="h5"><br></div></div></blockquote><div><br></div><div>&#39;722c620&#39; is the commit id in which <span style="color:rgb(80,0,80)">a/exec.h is part of and </span></div><div>&#39;6abb687&#39; is the commit id in which b/exec.h is part of. &#39;a&#39; and &#39;b&#39; are not folders. Its just a notation that diff uses for left and right side.</div>
<div><br></div><div style>to know more on git look here: <a href="http://git-scm.com/book">http://git-scm.com/book</a> </div><div style>and git diff in particular look at the man page or search for &quot;git diff&quot; and you get a lot of links that explains it...</div>
<div style><br></div></div></div></div>