Blame help/ru/git.page

Packit 6978fb
Packit 6978fb
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-git" xml:lang="ru">
Packit 6978fb
Packit 6978fb
  <info>
Packit 6978fb
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
Packit 6978fb
    <revision version="3.10" date="2013-10-21" status="draft"/>
Packit 6978fb
Packit 6978fb
    <credit type="author">
Packit 6978fb
      <name>Aleksandra Hankus</name>
Packit 6978fb
      <email its:translate="no">ola.hankus@gmail.com</email>
Packit 6978fb
    </credit>
Packit 6978fb
Packit 6978fb
    <desc>Highlight lines that have been changed since the last commit.</desc>
Packit 6978fb
  
Packit 6978fb
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
Packit 6978fb
      <mal:name>Stas Solovey</mal:name>
Packit 6978fb
      <mal:email>whats_up@tut.by</mal:email>
Packit 6978fb
      <mal:years>2011, 2012, 2013.</mal:years>
Packit 6978fb
    </mal:credit>
Packit 6978fb
  
Packit 6978fb
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
Packit 6978fb
      <mal:name>Misha Shnurapet</mal:name>
Packit 6978fb
      <mal:email>shnurapet@fedoraproject.org</mal:email>
Packit 6978fb
      <mal:years>2011.</mal:years>
Packit 6978fb
    </mal:credit>
Packit 6978fb
  </info>
Packit 6978fb
Packit 6978fb
  <title>Git</title>
Packit 6978fb
Packit 6978fb
  

The <app>git</app> plugin will highlight lines that have been changed since

Packit 6978fb
  the last commit. Lines will be highlighted only on files that are already
Packit 6978fb
  tracked by git.

Packit 6978fb
Packit 6978fb
  

To enable the plugin, select <guiseq><gui style="menu">gedit</gui>

Packit 6978fb
  <gui style="menuitem">Preferences</gui><gui>Plugins</gui>
Packit 6978fb
  <gui>Git</gui></guiseq>.

Packit 6978fb
Packit 6978fb
  

The changes are shown in the margin of the document in three different

Packit 6978fb
  colors:

Packit 6978fb
  <terms>
Packit 6978fb
    <item>
Packit 6978fb
      <title>Green</title>
Packit 6978fb
      

Shows the new lines added to the document.

Packit 6978fb
    </item>
Packit 6978fb
    <item>
Packit 6978fb
      <title>Orange</title>
Packit 6978fb
      

Shows the lines that have been modified in the document.

Packit 6978fb
    </item>
Packit 6978fb
    <item>
Packit 6978fb
      <title>Red</title>
Packit 6978fb
      

Shows the parts of the document that have been deleted.

Packit 6978fb
    </item>
Packit 6978fb
  </terms>
Packit 6978fb
Packit 6978fb
  <note>
Packit 6978fb
    

Hover the mouse pointer on the red or orange margin to view the original

Packit 6978fb
    text in a tool tip.

Packit 6978fb
  </note>
Packit 6978fb
Packit 6978fb
</page>