This file is indexed.

/usr/share/doc/topgit/tg-import.txt is in topgit 0.8-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
	Import commits within the given revision range into TopGit,
	creating one topic branch per commit, the dependencies forming
	a linear sequence starting on your current branch (or a branch
	specified by the '-d' parameter).

	The branch names are auto-guessed from the commit messages
	and prefixed by t/ by default; use '-p PREFIX' to specify
	an alternative prefix (even an empty one).

	Alternatively, you can use the '-s NAME' parameter to specify
	the name of target branch; the command will then take one more
	argument describing a single commit to import.