Proposed fix for issue 330115

Shantanu Tushar Jha shantanu at kde.org
Mon Jan 27 15:15:55 UTC 2014


Hey Harish,

It was a typo from my end, I meant "git show HEAD" but it would only show
the diff of one commit. I see you have multiple commits in which case it is
easier to do "git diff COMMIT" where COMMIT is the SHA of the commit just
before your commits. In your example, you need to run "git diff
166b33610ceb4e06976570c66ad9fbc3c60470f9"


On Mon, Jan 27, 2014 at 7:45 PM, R.Harish Navnit <harishnavnit at gmail.com>wrote:

> Sorry for the late reply . Like I said earlier I was a bit busy shifting
> rooms .
>
> Anyways , I don't quite understand why git diff doesn't seem to work .
> Even "git diff HEAD" gives me a blank screen. I'm posting the output of
> "git log" if it helps in anyway . Here it is :
> http://pastebin.ubuntu.com/6826365/
>
> Regards.
>
> R.Harish Navnit
> The Enigma <http://harishnavnit.wordpress.com>
>
>
> On Fri, Jan 24, 2014 at 11:12 PM, Shantanu Tushar Jha <shantanu at kde.org>wrote:
>
>>
>> On Fri, Jan 24, 2014 at 7:09 PM, R.Harish Navnit <harishnavnit at gmail.com>wrote:
>>
>>> On Fri, Jan 24, 2014 at 6:19 PM, Sinny Kumari <ksinny at gmail.com> wrote:
>>>
>>>> This link is not what you wanted to paste ;)
>>>>
>>>
>>> Oops ! I'm sorry. This is what it was meant to be : http://goo.gl/XLAz2p
>>>
>>>
>>> Moreover , now I'm not getting the error log that I was getting earlier.
>>> It was a little bit different
>>>
>>>> Also, send diff of code by using "git  diff". It will be easier to llok
>>>> into issue :)
>>>>
>>>
>>>  git diff doesn't really do much : http://goo.gl/NMtN0j  , although
>>> I've added and committed changes.
>>>
>>
>>  She was assuming you haven't committed the changes. git diff by default
>> will only show uncommited the changes. To show the diff of a particular
>> commit use "git diff SHA" where SHA is the commit-id of the particular
>> commit. A shortcut for showing the diff of your last commit is "git diff
>> HEAD", as HEAD means the most recent commit.
>>
>> Also, you cannot push directly to the repository on KDE's git unless you
>> have developer access. The process anyway is to create the diff, save it to
>> a file, upload it to https://git.reviewboard.kde.org/ where one of us
>> will review it (please add "Plasma" to groups when creating the review
>> request).
>>
>>
>>>
>>> Regards.
>>>
>>> Thanking You,
>>> R.Harish Navnit
>>> The Enigma <http://harishnavnit.wordpress.com>
>>>
>>> _______________________________________________
>>> Plasma-devel mailing list
>>> Plasma-devel at kde.org
>>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>>
>>>
>>
>>
>> --
>> Shantanu Tushar    (UTC +0530)
>> http://www.shantanutushar.com
>>
>> _______________________________________________
>> Plasma-devel mailing list
>> Plasma-devel at kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
> _______________________________________________
> Plasma-devel mailing list
> Plasma-devel at kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar    (UTC +0530)
http://www.shantanutushar.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20140127/95e43df6/attachment.html>


More information about the Plasma-devel mailing list