Marcel Telka
2024-04-05 f228266143fa00a0d993ef25540014f5fea6ca10
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2020, Michal Nowak
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=pkg.description value="$(COMPONENT_DESCRIPTION)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
# Needed at runtime for localization in shell scripts
depend fmri=text/gnu-gettext type=require
 
# We have a separate package for git-subtree
<transform file path=.*/git-subtree.* -> drop>
 
file path=usr/bin/diff-highlight
hardlink path=usr/bin/git target=../libexec/git-core/git
hardlink path=usr/bin/git-cvsserver target=../libexec/git-core/git-cvsserver
hardlink path=usr/bin/git-receive-pack target=../libexec/git-core/git
hardlink path=usr/bin/git-shell target=../libexec/git-core/git-shell
hardlink path=usr/bin/git-upload-archive target=../libexec/git-core/git
hardlink path=usr/bin/git-upload-pack target=../libexec/git-core/git
file path=usr/bin/gitk
hardlink path=usr/bin/scalar target=../libexec/git-core/scalar
file path=usr/libexec/git-core/git
hardlink path=usr/libexec/git-core/git-add target=git
hardlink path=usr/libexec/git-core/git-am target=git
hardlink path=usr/libexec/git-core/git-annotate target=git
hardlink path=usr/libexec/git-core/git-apply target=git
file path=usr/libexec/git-core/git-archimport
hardlink path=usr/libexec/git-core/git-archive target=git
hardlink path=usr/libexec/git-core/git-bisect target=git
hardlink path=usr/libexec/git-core/git-blame target=git
hardlink path=usr/libexec/git-core/git-branch target=git
hardlink path=usr/libexec/git-core/git-bugreport target=git
hardlink path=usr/libexec/git-core/git-bundle target=git
hardlink path=usr/libexec/git-core/git-cat-file target=git
hardlink path=usr/libexec/git-core/git-check-attr target=git
hardlink path=usr/libexec/git-core/git-check-ignore target=git
hardlink path=usr/libexec/git-core/git-check-mailmap target=git
hardlink path=usr/libexec/git-core/git-check-ref-format target=git
hardlink path=usr/libexec/git-core/git-checkout target=git
hardlink path=usr/libexec/git-core/git-checkout--worker target=git
hardlink path=usr/libexec/git-core/git-checkout-index target=git
hardlink path=usr/libexec/git-core/git-cherry target=git
hardlink path=usr/libexec/git-core/git-cherry-pick target=git
hardlink path=usr/libexec/git-core/git-citool target=git-gui
hardlink path=usr/libexec/git-core/git-clean target=git
hardlink path=usr/libexec/git-core/git-clone target=git
hardlink path=usr/libexec/git-core/git-column target=git
hardlink path=usr/libexec/git-core/git-commit target=git
hardlink path=usr/libexec/git-core/git-commit-graph target=git
hardlink path=usr/libexec/git-core/git-commit-tree target=git
hardlink path=usr/libexec/git-core/git-config target=git
hardlink path=usr/libexec/git-core/git-count-objects target=git
hardlink path=usr/libexec/git-core/git-credential target=git
hardlink path=usr/libexec/git-core/git-credential-cache target=git
hardlink path=usr/libexec/git-core/git-credential-cache--daemon target=git
hardlink path=usr/libexec/git-core/git-credential-store target=git
file path=usr/libexec/git-core/git-cvsexportcommit
file path=usr/libexec/git-core/git-cvsimport
file path=usr/libexec/git-core/git-cvsserver
file path=usr/libexec/git-core/git-daemon
hardlink path=usr/libexec/git-core/git-describe target=git
hardlink path=usr/libexec/git-core/git-diagnose target=git
hardlink path=usr/libexec/git-core/git-diff target=git
hardlink path=usr/libexec/git-core/git-diff-files target=git
hardlink path=usr/libexec/git-core/git-diff-index target=git
hardlink path=usr/libexec/git-core/git-diff-tree target=git
hardlink path=usr/libexec/git-core/git-difftool target=git
file path=usr/libexec/git-core/git-difftool--helper
hardlink path=usr/libexec/git-core/git-fast-export target=git
hardlink path=usr/libexec/git-core/git-fast-import target=git
hardlink path=usr/libexec/git-core/git-fetch target=git
hardlink path=usr/libexec/git-core/git-fetch-pack target=git
file path=usr/libexec/git-core/git-filter-branch
hardlink path=usr/libexec/git-core/git-fmt-merge-msg target=git
hardlink path=usr/libexec/git-core/git-for-each-ref target=git
hardlink path=usr/libexec/git-core/git-for-each-repo target=git
hardlink path=usr/libexec/git-core/git-format-patch target=git
hardlink path=usr/libexec/git-core/git-fsck target=git
hardlink path=usr/libexec/git-core/git-fsck-objects target=git
hardlink path=usr/libexec/git-core/git-fsmonitor--daemon target=git
hardlink path=usr/libexec/git-core/git-gc target=git
hardlink path=usr/libexec/git-core/git-get-tar-commit-id target=git
hardlink path=usr/libexec/git-core/git-grep target=git
file path=usr/libexec/git-core/git-gui
file path=usr/libexec/git-core/git-gui--askpass
hardlink path=usr/libexec/git-core/git-hash-object target=git
hardlink path=usr/libexec/git-core/git-help target=git
hardlink path=usr/libexec/git-core/git-hook target=git
file path=usr/libexec/git-core/git-http-backend
file path=usr/libexec/git-core/git-http-fetch
file path=usr/libexec/git-core/git-http-push
file path=usr/libexec/git-core/git-imap-send
hardlink path=usr/libexec/git-core/git-index-pack target=git
hardlink path=usr/libexec/git-core/git-init target=git
hardlink path=usr/libexec/git-core/git-init-db target=git
file path=usr/libexec/git-core/git-instaweb
hardlink path=usr/libexec/git-core/git-interpret-trailers target=git
hardlink path=usr/libexec/git-core/git-log target=git
hardlink path=usr/libexec/git-core/git-ls-files target=git
hardlink path=usr/libexec/git-core/git-ls-remote target=git
hardlink path=usr/libexec/git-core/git-ls-tree target=git
hardlink path=usr/libexec/git-core/git-mailinfo target=git
hardlink path=usr/libexec/git-core/git-mailsplit target=git
hardlink path=usr/libexec/git-core/git-maintenance target=git
hardlink path=usr/libexec/git-core/git-merge target=git
hardlink path=usr/libexec/git-core/git-merge-base target=git
hardlink path=usr/libexec/git-core/git-merge-file target=git
hardlink path=usr/libexec/git-core/git-merge-index target=git
file path=usr/libexec/git-core/git-merge-octopus
file path=usr/libexec/git-core/git-merge-one-file
hardlink path=usr/libexec/git-core/git-merge-ours target=git
hardlink path=usr/libexec/git-core/git-merge-recursive target=git
file path=usr/libexec/git-core/git-merge-resolve
hardlink path=usr/libexec/git-core/git-merge-subtree target=git
hardlink path=usr/libexec/git-core/git-merge-tree target=git
file path=usr/libexec/git-core/git-mergetool
file path=usr/libexec/git-core/git-mergetool--lib
hardlink path=usr/libexec/git-core/git-mktag target=git
hardlink path=usr/libexec/git-core/git-mktree target=git
hardlink path=usr/libexec/git-core/git-multi-pack-index target=git
hardlink path=usr/libexec/git-core/git-mv target=git
hardlink path=usr/libexec/git-core/git-name-rev target=git
hardlink path=usr/libexec/git-core/git-notes target=git
# We need to disable pkgdepend/pkglint for git-p4 otherwise it bails out in line 693 with a regex error
file path=usr/libexec/git-core/git-p4 pkg.depend.bypass-generate=.*
hardlink path=usr/libexec/git-core/git-pack-objects target=git
hardlink path=usr/libexec/git-core/git-pack-redundant target=git
hardlink path=usr/libexec/git-core/git-pack-refs target=git
hardlink path=usr/libexec/git-core/git-patch-id target=git
hardlink path=usr/libexec/git-core/git-prune target=git
hardlink path=usr/libexec/git-core/git-prune-packed target=git
hardlink path=usr/libexec/git-core/git-pull target=git
hardlink path=usr/libexec/git-core/git-push target=git
file path=usr/libexec/git-core/git-quiltimport
hardlink path=usr/libexec/git-core/git-range-diff target=git
hardlink path=usr/libexec/git-core/git-read-tree target=git
hardlink path=usr/libexec/git-core/git-rebase target=git
hardlink path=usr/libexec/git-core/git-receive-pack target=git
hardlink path=usr/libexec/git-core/git-reflog target=git
hardlink path=usr/libexec/git-core/git-remote target=git
hardlink path=usr/libexec/git-core/git-remote-ext target=git
hardlink path=usr/libexec/git-core/git-remote-fd target=git
hardlink path=usr/libexec/git-core/git-remote-ftp target=git-remote-ftps
file path=usr/libexec/git-core/git-remote-ftps
hardlink path=usr/libexec/git-core/git-remote-http target=git-remote-ftps
hardlink path=usr/libexec/git-core/git-remote-https target=git-remote-ftps
hardlink path=usr/libexec/git-core/git-repack target=git
hardlink path=usr/libexec/git-core/git-replace target=git
hardlink path=usr/libexec/git-core/git-replay target=git
file path=usr/libexec/git-core/git-request-pull
hardlink path=usr/libexec/git-core/git-rerere target=git
hardlink path=usr/libexec/git-core/git-reset target=git
hardlink path=usr/libexec/git-core/git-restore target=git
hardlink path=usr/libexec/git-core/git-rev-list target=git
hardlink path=usr/libexec/git-core/git-rev-parse target=git
hardlink path=usr/libexec/git-core/git-revert target=git
hardlink path=usr/libexec/git-core/git-rm target=git
file path=usr/libexec/git-core/git-send-email
hardlink path=usr/libexec/git-core/git-send-pack target=git
file path=usr/libexec/git-core/git-sh-i18n
file path=usr/libexec/git-core/git-sh-i18n--envsubst
file path=usr/libexec/git-core/git-sh-setup
file path=usr/libexec/git-core/git-shell
hardlink path=usr/libexec/git-core/git-shortlog target=git
hardlink path=usr/libexec/git-core/git-show target=git
hardlink path=usr/libexec/git-core/git-show-branch target=git
hardlink path=usr/libexec/git-core/git-show-index target=git
hardlink path=usr/libexec/git-core/git-show-ref target=git
hardlink path=usr/libexec/git-core/git-sparse-checkout target=git
hardlink path=usr/libexec/git-core/git-stage target=git
hardlink path=usr/libexec/git-core/git-stash target=git
hardlink path=usr/libexec/git-core/git-status target=git
hardlink path=usr/libexec/git-core/git-stripspace target=git
file path=usr/libexec/git-core/git-submodule
hardlink path=usr/libexec/git-core/git-submodule--helper target=git
file path=usr/libexec/git-core/git-subtree
file path=usr/libexec/git-core/git-svn
hardlink path=usr/libexec/git-core/git-switch target=git
hardlink path=usr/libexec/git-core/git-symbolic-ref target=git
hardlink path=usr/libexec/git-core/git-tag target=git
hardlink path=usr/libexec/git-core/git-unpack-file target=git
hardlink path=usr/libexec/git-core/git-unpack-objects target=git
hardlink path=usr/libexec/git-core/git-update-index target=git
hardlink path=usr/libexec/git-core/git-update-ref target=git
hardlink path=usr/libexec/git-core/git-update-server-info target=git
hardlink path=usr/libexec/git-core/git-upload-archive target=git
hardlink path=usr/libexec/git-core/git-upload-pack target=git
hardlink path=usr/libexec/git-core/git-var target=git
hardlink path=usr/libexec/git-core/git-verify-commit target=git
hardlink path=usr/libexec/git-core/git-verify-pack target=git
hardlink path=usr/libexec/git-core/git-verify-tag target=git
hardlink path=usr/libexec/git-core/git-version target=git
file path=usr/libexec/git-core/git-web--browse
hardlink path=usr/libexec/git-core/git-whatchanged target=git
hardlink path=usr/libexec/git-core/git-worktree target=git
hardlink path=usr/libexec/git-core/git-write-tree target=git
file path=usr/libexec/git-core/mergetools/araxis
file path=usr/libexec/git-core/mergetools/bc
file path=usr/libexec/git-core/mergetools/codecompare
file path=usr/libexec/git-core/mergetools/deltawalker
file path=usr/libexec/git-core/mergetools/diffmerge
file path=usr/libexec/git-core/mergetools/diffuse
file path=usr/libexec/git-core/mergetools/ecmerge
file path=usr/libexec/git-core/mergetools/emerge
file path=usr/libexec/git-core/mergetools/examdiff
file path=usr/libexec/git-core/mergetools/guiffy
file path=usr/libexec/git-core/mergetools/gvimdiff
file path=usr/libexec/git-core/mergetools/kdiff3
file path=usr/libexec/git-core/mergetools/kompare
file path=usr/libexec/git-core/mergetools/meld
file path=usr/libexec/git-core/mergetools/nvimdiff
file path=usr/libexec/git-core/mergetools/opendiff
file path=usr/libexec/git-core/mergetools/p4merge
file path=usr/libexec/git-core/mergetools/smerge
file path=usr/libexec/git-core/mergetools/tkdiff
file path=usr/libexec/git-core/mergetools/tortoisemerge
file path=usr/libexec/git-core/mergetools/vimdiff
file path=usr/libexec/git-core/mergetools/winmerge
file path=usr/libexec/git-core/mergetools/xxdiff
file path=usr/libexec/git-core/scalar
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/FromCPAN/Error.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/FromCPAN/Mail/Address.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/I18N.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/IndexInfo.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/LoadCPAN.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/LoadCPAN/Error.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/LoadCPAN/Mail/Address.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/Packet.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN/Editor.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN/Fetcher.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN/GlobSpec.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN/Log.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN/Memoize/YAML.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN/Migration.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN/Prompt.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN/Ra.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/$(PERL_ARCH)/Git/SVN/Utils.pm
file path=usr/share/bash-completion/completions/git
link path=usr/share/bash-completion/completions/gitk target=git
file path=usr/share/doc/git/git-subtree.html
file path=usr/share/git-core/templates/description
file path=usr/share/git-core/templates/hooks/applypatch-msg.sample
file path=usr/share/git-core/templates/hooks/commit-msg.sample
file path=usr/share/git-core/templates/hooks/fsmonitor-watchman.sample
file path=usr/share/git-core/templates/hooks/post-update.sample
file path=usr/share/git-core/templates/hooks/pre-applypatch.sample
file path=usr/share/git-core/templates/hooks/pre-commit.sample
file path=usr/share/git-core/templates/hooks/pre-merge-commit.sample
file path=usr/share/git-core/templates/hooks/pre-push.sample
file path=usr/share/git-core/templates/hooks/pre-rebase.sample
file path=usr/share/git-core/templates/hooks/pre-receive.sample
file path=usr/share/git-core/templates/hooks/prepare-commit-msg.sample
file path=usr/share/git-core/templates/hooks/push-to-checkout.sample
file path=usr/share/git-core/templates/hooks/sendemail-validate.sample
file path=usr/share/git-core/templates/hooks/update.sample
file path=usr/share/git-core/templates/info/exclude
file path=usr/share/git-gui/lib/about.tcl
file path=usr/share/git-gui/lib/blame.tcl
file path=usr/share/git-gui/lib/branch.tcl
file path=usr/share/git-gui/lib/branch_checkout.tcl
file path=usr/share/git-gui/lib/branch_create.tcl
file path=usr/share/git-gui/lib/branch_delete.tcl
file path=usr/share/git-gui/lib/branch_rename.tcl
file path=usr/share/git-gui/lib/browser.tcl
file path=usr/share/git-gui/lib/checkout_op.tcl
file path=usr/share/git-gui/lib/choose_font.tcl
file path=usr/share/git-gui/lib/choose_repository.tcl
file path=usr/share/git-gui/lib/choose_rev.tcl
file path=usr/share/git-gui/lib/chord.tcl
file path=usr/share/git-gui/lib/class.tcl
file path=usr/share/git-gui/lib/commit.tcl
file path=usr/share/git-gui/lib/console.tcl
file path=usr/share/git-gui/lib/database.tcl
file path=usr/share/git-gui/lib/date.tcl
file path=usr/share/git-gui/lib/diff.tcl
file path=usr/share/git-gui/lib/encoding.tcl
file path=usr/share/git-gui/lib/error.tcl
file path=usr/share/git-gui/lib/git-gui.ico
file path=usr/share/git-gui/lib/index.tcl
file path=usr/share/git-gui/lib/line.tcl
file path=usr/share/git-gui/lib/logo.tcl
file path=usr/share/git-gui/lib/merge.tcl
file path=usr/share/git-gui/lib/mergetool.tcl
file path=usr/share/git-gui/lib/msgs/bg.msg
file path=usr/share/git-gui/lib/msgs/de.msg
file path=usr/share/git-gui/lib/msgs/el.msg
file path=usr/share/git-gui/lib/msgs/fr.msg
file path=usr/share/git-gui/lib/msgs/hu.msg
file path=usr/share/git-gui/lib/msgs/it.msg
file path=usr/share/git-gui/lib/msgs/ja.msg
file path=usr/share/git-gui/lib/msgs/nb.msg
file path=usr/share/git-gui/lib/msgs/pt_br.msg
file path=usr/share/git-gui/lib/msgs/pt_pt.msg
file path=usr/share/git-gui/lib/msgs/ru.msg
file path=usr/share/git-gui/lib/msgs/sv.msg
file path=usr/share/git-gui/lib/msgs/vi.msg
file path=usr/share/git-gui/lib/msgs/zh_cn.msg
file path=usr/share/git-gui/lib/option.tcl
file path=usr/share/git-gui/lib/remote.tcl
file path=usr/share/git-gui/lib/remote_add.tcl
file path=usr/share/git-gui/lib/remote_branch_delete.tcl
file path=usr/share/git-gui/lib/search.tcl
file path=usr/share/git-gui/lib/shortcut.tcl
file path=usr/share/git-gui/lib/spellcheck.tcl
file path=usr/share/git-gui/lib/sshkey.tcl
file path=usr/share/git-gui/lib/status_bar.tcl
file path=usr/share/git-gui/lib/tclIndex
file path=usr/share/git-gui/lib/themed.tcl
file path=usr/share/git-gui/lib/tools.tcl
file path=usr/share/git-gui/lib/tools_dlg.tcl
file path=usr/share/git-gui/lib/transport.tcl
file path=usr/share/git-gui/lib/win32.tcl
file path=usr/share/git-gui/lib/win32_shortcut.js
file path=usr/share/gitk/lib/msgs/bg.msg
file path=usr/share/gitk/lib/msgs/ca.msg
file path=usr/share/gitk/lib/msgs/de.msg
file path=usr/share/gitk/lib/msgs/es.msg
file path=usr/share/gitk/lib/msgs/fr.msg
file path=usr/share/gitk/lib/msgs/hu.msg
file path=usr/share/gitk/lib/msgs/it.msg
file path=usr/share/gitk/lib/msgs/ja.msg
file path=usr/share/gitk/lib/msgs/pt_br.msg
file path=usr/share/gitk/lib/msgs/pt_pt.msg
file path=usr/share/gitk/lib/msgs/ru.msg
file path=usr/share/gitk/lib/msgs/sv.msg
file path=usr/share/gitk/lib/msgs/vi.msg
file path=usr/share/gitk/lib/msgs/zh_cn.msg
file path=usr/share/gitweb/gitweb.cgi
file path=usr/share/gitweb/static/git-favicon.png
file path=usr/share/gitweb/static/git-logo.png
file path=usr/share/gitweb/static/gitweb.css
file path=usr/share/gitweb/static/gitweb.js
file path=usr/share/locale/bg/LC_MESSAGES/git.mo
file path=usr/share/locale/ca/LC_MESSAGES/git.mo
file path=usr/share/locale/de/LC_MESSAGES/git.mo
file path=usr/share/locale/el/LC_MESSAGES/git.mo
file path=usr/share/locale/es/LC_MESSAGES/git.mo
file path=usr/share/locale/fr/LC_MESSAGES/git.mo
file path=usr/share/locale/id/LC_MESSAGES/git.mo
file path=usr/share/locale/is/LC_MESSAGES/git.mo
file path=usr/share/locale/it/LC_MESSAGES/git.mo
file path=usr/share/locale/ko/LC_MESSAGES/git.mo
file path=usr/share/locale/pl/LC_MESSAGES/git.mo
file path=usr/share/locale/pt_PT/LC_MESSAGES/git.mo
file path=usr/share/locale/ru/LC_MESSAGES/git.mo
file path=usr/share/locale/sv/LC_MESSAGES/git.mo
file path=usr/share/locale/tr/LC_MESSAGES/git.mo
file path=usr/share/locale/uk/LC_MESSAGES/git.mo
file path=usr/share/locale/vi/LC_MESSAGES/git.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/git.mo
file path=usr/share/locale/zh_TW/LC_MESSAGES/git.mo
file path=usr/share/man/man1/git-add.1
file path=usr/share/man/man1/git-am.1
file path=usr/share/man/man1/git-annotate.1
file path=usr/share/man/man1/git-apply.1
file path=usr/share/man/man1/git-archimport.1
file path=usr/share/man/man1/git-archive.1
file path=usr/share/man/man1/git-bisect.1
file path=usr/share/man/man1/git-blame.1
file path=usr/share/man/man1/git-branch.1
file path=usr/share/man/man1/git-bugreport.1
file path=usr/share/man/man1/git-bundle.1
file path=usr/share/man/man1/git-cat-file.1
file path=usr/share/man/man1/git-check-attr.1
file path=usr/share/man/man1/git-check-ignore.1
file path=usr/share/man/man1/git-check-mailmap.1
file path=usr/share/man/man1/git-check-ref-format.1
file path=usr/share/man/man1/git-checkout-index.1
file path=usr/share/man/man1/git-checkout.1
file path=usr/share/man/man1/git-cherry-pick.1
file path=usr/share/man/man1/git-cherry.1
file path=usr/share/man/man1/git-citool.1
file path=usr/share/man/man1/git-clean.1
file path=usr/share/man/man1/git-clone.1
file path=usr/share/man/man1/git-column.1
file path=usr/share/man/man1/git-commit-graph.1
file path=usr/share/man/man1/git-commit-tree.1
file path=usr/share/man/man1/git-commit.1
file path=usr/share/man/man1/git-config.1
file path=usr/share/man/man1/git-count-objects.1
file path=usr/share/man/man1/git-credential-cache--daemon.1
file path=usr/share/man/man1/git-credential-cache.1
file path=usr/share/man/man1/git-credential-store.1
file path=usr/share/man/man1/git-credential.1
file path=usr/share/man/man1/git-cvsexportcommit.1
file path=usr/share/man/man1/git-cvsimport.1
file path=usr/share/man/man1/git-cvsserver.1
file path=usr/share/man/man1/git-daemon.1
file path=usr/share/man/man1/git-describe.1
file path=usr/share/man/man1/git-diagnose.1
file path=usr/share/man/man1/git-diff-files.1
file path=usr/share/man/man1/git-diff-index.1
file path=usr/share/man/man1/git-diff-tree.1
file path=usr/share/man/man1/git-diff.1
file path=usr/share/man/man1/git-difftool.1
file path=usr/share/man/man1/git-fast-export.1
file path=usr/share/man/man1/git-fast-import.1
file path=usr/share/man/man1/git-fetch-pack.1
file path=usr/share/man/man1/git-fetch.1
file path=usr/share/man/man1/git-filter-branch.1
file path=usr/share/man/man1/git-fmt-merge-msg.1
file path=usr/share/man/man1/git-for-each-ref.1
file path=usr/share/man/man1/git-for-each-repo.1
file path=usr/share/man/man1/git-format-patch.1
file path=usr/share/man/man1/git-fsck-objects.1
file path=usr/share/man/man1/git-fsck.1
file path=usr/share/man/man1/git-fsmonitor--daemon.1
file path=usr/share/man/man1/git-gc.1
file path=usr/share/man/man1/git-get-tar-commit-id.1
file path=usr/share/man/man1/git-grep.1
file path=usr/share/man/man1/git-gui.1
file path=usr/share/man/man1/git-hash-object.1
file path=usr/share/man/man1/git-help.1
file path=usr/share/man/man1/git-hook.1
file path=usr/share/man/man1/git-http-backend.1
file path=usr/share/man/man1/git-http-fetch.1
file path=usr/share/man/man1/git-http-push.1
file path=usr/share/man/man1/git-imap-send.1
file path=usr/share/man/man1/git-index-pack.1
file path=usr/share/man/man1/git-init-db.1
file path=usr/share/man/man1/git-init.1
file path=usr/share/man/man1/git-instaweb.1
file path=usr/share/man/man1/git-interpret-trailers.1
file path=usr/share/man/man1/git-log.1
file path=usr/share/man/man1/git-ls-files.1
file path=usr/share/man/man1/git-ls-remote.1
file path=usr/share/man/man1/git-ls-tree.1
file path=usr/share/man/man1/git-mailinfo.1
file path=usr/share/man/man1/git-mailsplit.1
file path=usr/share/man/man1/git-maintenance.1
file path=usr/share/man/man1/git-merge-base.1
file path=usr/share/man/man1/git-merge-file.1
file path=usr/share/man/man1/git-merge-index.1
file path=usr/share/man/man1/git-merge-one-file.1
file path=usr/share/man/man1/git-merge-tree.1
file path=usr/share/man/man1/git-merge.1
file path=usr/share/man/man1/git-mergetool--lib.1
file path=usr/share/man/man1/git-mergetool.1
file path=usr/share/man/man1/git-mktag.1
file path=usr/share/man/man1/git-mktree.1
file path=usr/share/man/man1/git-multi-pack-index.1
file path=usr/share/man/man1/git-mv.1
file path=usr/share/man/man1/git-name-rev.1
file path=usr/share/man/man1/git-notes.1
file path=usr/share/man/man1/git-p4.1
file path=usr/share/man/man1/git-pack-objects.1
file path=usr/share/man/man1/git-pack-redundant.1
file path=usr/share/man/man1/git-pack-refs.1
file path=usr/share/man/man1/git-patch-id.1
file path=usr/share/man/man1/git-prune-packed.1
file path=usr/share/man/man1/git-prune.1
file path=usr/share/man/man1/git-pull.1
file path=usr/share/man/man1/git-push.1
file path=usr/share/man/man1/git-quiltimport.1
file path=usr/share/man/man1/git-range-diff.1
file path=usr/share/man/man1/git-read-tree.1
file path=usr/share/man/man1/git-rebase.1
file path=usr/share/man/man1/git-receive-pack.1
file path=usr/share/man/man1/git-reflog.1
file path=usr/share/man/man1/git-remote-ext.1
file path=usr/share/man/man1/git-remote-fd.1
file path=usr/share/man/man1/git-remote.1
file path=usr/share/man/man1/git-repack.1
file path=usr/share/man/man1/git-replace.1
file path=usr/share/man/man1/git-replay.1
file path=usr/share/man/man1/git-request-pull.1
file path=usr/share/man/man1/git-rerere.1
file path=usr/share/man/man1/git-reset.1
file path=usr/share/man/man1/git-restore.1
file path=usr/share/man/man1/git-rev-list.1
file path=usr/share/man/man1/git-rev-parse.1
file path=usr/share/man/man1/git-revert.1
file path=usr/share/man/man1/git-rm.1
file path=usr/share/man/man1/git-send-email.1
file path=usr/share/man/man1/git-send-pack.1
file path=usr/share/man/man1/git-sh-i18n--envsubst.1
file path=usr/share/man/man1/git-sh-i18n.1
file path=usr/share/man/man1/git-sh-setup.1
file path=usr/share/man/man1/git-shell.1
file path=usr/share/man/man1/git-shortlog.1
file path=usr/share/man/man1/git-show-branch.1
file path=usr/share/man/man1/git-show-index.1
file path=usr/share/man/man1/git-show-ref.1
file path=usr/share/man/man1/git-show.1
file path=usr/share/man/man1/git-sparse-checkout.1
file path=usr/share/man/man1/git-stage.1
file path=usr/share/man/man1/git-stash.1
file path=usr/share/man/man1/git-status.1
file path=usr/share/man/man1/git-stripspace.1
file path=usr/share/man/man1/git-submodule.1
file path=usr/share/man/man1/git-subtree.1
file path=usr/share/man/man1/git-svn.1
file path=usr/share/man/man1/git-switch.1
file path=usr/share/man/man1/git-symbolic-ref.1
file path=usr/share/man/man1/git-tag.1
file path=usr/share/man/man1/git-unpack-file.1
file path=usr/share/man/man1/git-unpack-objects.1
file path=usr/share/man/man1/git-update-index.1
file path=usr/share/man/man1/git-update-ref.1
file path=usr/share/man/man1/git-update-server-info.1
file path=usr/share/man/man1/git-upload-archive.1
file path=usr/share/man/man1/git-upload-pack.1
file path=usr/share/man/man1/git-var.1
file path=usr/share/man/man1/git-verify-commit.1
file path=usr/share/man/man1/git-verify-pack.1
file path=usr/share/man/man1/git-verify-tag.1
file path=usr/share/man/man1/git-version.1
file path=usr/share/man/man1/git-web--browse.1
file path=usr/share/man/man1/git-whatchanged.1
file path=usr/share/man/man1/git-worktree.1
file path=usr/share/man/man1/git-write-tree.1
file path=usr/share/man/man1/git.1
file path=usr/share/man/man1/gitk.1
file path=usr/share/man/man1/gitweb.1
file path=usr/share/man/man1/scalar.1
file path=usr/share/man/man4/gitattributes.4
file path=usr/share/man/man4/gitformat-bundle.4
file path=usr/share/man/man4/gitformat-chunk.4
file path=usr/share/man/man4/gitformat-commit-graph.4
file path=usr/share/man/man4/gitformat-index.4
file path=usr/share/man/man4/gitformat-pack.4
file path=usr/share/man/man4/gitformat-signature.4
file path=usr/share/man/man4/githooks.4
file path=usr/share/man/man4/gitignore.4
file path=usr/share/man/man4/gitmailmap.4
file path=usr/share/man/man4/gitmodules.4
file path=usr/share/man/man4/gitprotocol-capabilities.4
file path=usr/share/man/man4/gitprotocol-common.4
file path=usr/share/man/man4/gitprotocol-http.4
file path=usr/share/man/man4/gitprotocol-pack.4
file path=usr/share/man/man4/gitprotocol-v2.4
file path=usr/share/man/man4/gitrepository-layout.4
file path=usr/share/man/man4/gitweb.conf.4
file path=usr/share/man/man5/gitcli.5
file path=usr/share/man/man5/gitcore-tutorial.5
file path=usr/share/man/man5/gitcredentials.5
file path=usr/share/man/man5/gitcvs-migration.5
file path=usr/share/man/man5/gitdiffcore.5
file path=usr/share/man/man5/giteveryday.5
file path=usr/share/man/man5/gitfaq.5
file path=usr/share/man/man5/gitglossary.5
file path=usr/share/man/man5/gitnamespaces.5
file path=usr/share/man/man5/gitremote-helpers.5
file path=usr/share/man/man5/gitrevisions.5
file path=usr/share/man/man5/gitsubmodules.5
file path=usr/share/man/man5/gittutorial-2.5
file path=usr/share/man/man5/gittutorial.5
file path=usr/share/man/man5/gitworkflows.5