This file is indexed.

/usr/share/help/pl/gedit/git.page is in gedit-plugin-git 3.28.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<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="pl">

  <info>
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
    <revision version="3.10" date="2013-10-21" status="draft"/>

    <credit type="author">
      <name>Aleksandra Hankus</name>
      <email its:translate="no">ola.hankus@gmail.com</email>
    </credit>

    <desc>Wyróżnianie wierszy zmienionych od ostatniego zatwierdzenia.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Piotr Drąg</mal:name>
      <mal:email>piotrdrag@gmail.com</mal:email>
      <mal:years>2017-2018</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Aviary.pl</mal:name>
      <mal:email>community-poland@mozilla.org</mal:email>
      <mal:years>2017-2018</mal:years>
    </mal:credit>
  </info>

  <title>Git</title>

  <p>Wtyczka <app>Git</app> wyróżni wiersze zmienione od ostatniego zatwierdzenia. Działa to tylko w przypadku plików już znajdujących się w systemie kontroli wersji Git.</p>

  <p>Aby ją włączyć, wybierz <guiseq><gui style="menu">gedit</gui> <gui style="menuitem">Preferencje</gui><gui>Wtyczki</gui> <gui>Git</gui></guiseq>.</p>

  <p>Zmiany będą wyświetlane na marginesie dokumentu w trzech różnych kolorach:</p>
  <terms>
    <item>
      <title>Zielony</title>
      <p>Wyświetla nowe wiersze dodane do dokumentu.</p>
    </item>
    <item>
      <title>Pomarańczowy</title>
      <p>Wyświetla wiersze zmodyfikowane w dokumencie.</p>
    </item>
    <item>
      <title>Czerwony</title>
      <p>Wyświetla usunięte części dokumentu.</p>
    </item>
  </terms>

  <note>
    <p>Najedź kursorem myszy na czerwony lub pomarańczowy margines, aby wyświetlić oryginalny tekst jako podpowiedź.</p>
  </note>

</page>