This file is indexed.

/usr/share/doc/git-doc/cmds-purehelpers.txt is in git-doc 1:2.17.0-1ubuntu1.

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
linkgit:git-check-attr[1]::
	Display gitattributes information.

linkgit:git-check-ignore[1]::
	Debug gitignore / exclude files.

linkgit:git-check-mailmap[1]::
	Show canonical names and email addresses of contacts.

linkgit:git-check-ref-format[1]::
	Ensures that a reference name is well formed.

linkgit:git-column[1]::
	Display data in columns.

linkgit:git-credential[1]::
	Retrieve and store user credentials.

linkgit:git-credential-cache[1]::
	Helper to temporarily store passwords in memory.

linkgit:git-credential-store[1]::
	Helper to store credentials on disk.

linkgit:git-fmt-merge-msg[1]::
	Produce a merge commit message.

linkgit:git-interpret-trailers[1]::
	add or parse structured information in commit messages.

linkgit:git-mailinfo[1]::
	Extracts patch and authorship from a single e-mail message.

linkgit:git-mailsplit[1]::
	Simple UNIX mbox splitter program.

linkgit:git-merge-one-file[1]::
	The standard helper program to use with git-merge-index.

linkgit:git-patch-id[1]::
	Compute unique ID for a patch.

linkgit:git-sh-i18n[1]::
	Git's i18n setup code for shell scripts.

linkgit:git-sh-setup[1]::
	Common Git shell script setup code.

linkgit:git-stripspace[1]::
	Remove unnecessary whitespace.